C#

Now You Can Develop Windows 8 Apps Using HTML, CSS & JavaScript.

When the below slide was fired up on the big screens of Build 2011 conference, there was a big round of applause from all the developers attending the Microsoft’s developer conference. Reason? Native applications of Windows 8 can be built using the basic web programming languages & scripts: HTML, CSS & Javascript.

C# How To: Get Calling Class Name & Method Name Using StackFrame Class

In one of the .NET applications I’m designing, we had to identify the name of the calling method as well as the class in which the calling method is defined. This information helped us in automating our process and reduced the lines of code by several times. It’s quite easy to get calling method details …

C# How To: Get Calling Class Name & Method Name Using StackFrame Class Read More »

.NET 4.0 – What’s New For Developers

Microsoft is consistently improving its .NET framework and providing its developers with enough tools to build sophisticated and large scale enterprise applications easily. Couple of months ago Microsoft released it’s latest version of .NET Framework, version 4.0, with tonnes of new features. Starting from CLR to WPF and  Visual Studio 2010, almost all the components …

.NET 4.0 – What’s New For Developers Read More »