Random Tips New Features in C# 4.0 Aasim Naseem, July 4, 2010April 7, 2025 Visual Studio 2010 is packed with new and enhanced features that simplify the entire development process from design to deployment. Customize your workspace with multiple monitor support. Create rich applications for SharePoint and the Web. Target multiple versions of the .NET Framework with the same tool. Eliminate the dreaded “no… Continue Reading
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