Random Tips Date Formatting in C# Aasim Naseem, June 15, 2010April 7, 2025 Hello all. hope doing well … here is another tip related to C# programming …. i found it useful so sharing with you people … this is how you can format date in different format in asp.net / C# the usage is as follows <%= String.Format(“{specifier}”, DateTime.Now) %> where… Continue Reading
Random Tips C# Color Names And Codes Aasim Naseem, May 21, 2010 Last night i was working on a project of C# and required some color schemes for row color of a grid, and first time i got familiarity with System.Drawing namespace. Its simply amazing …. really solved my many problems in just playing mode. First i use its colors and thought should… Continue Reading
iOS MonoTouch: Building iPhone Apps Using C# and .NET Aasim Naseem, September 25, 2009May 5, 2025 Novell has released MonoTouch 1.0, what it claims is the industry’s first solution for developing applications for the iPhone and iPod Touch using the Microsoft .NET Framework, including C# and other .NET programming languages. Until now, developers primarily built iPhone applications using C and Objective-C. With MonoTouch, the creativity of millions of… Continue Reading