Author: admin

  • Blog
  • Author: admin

Featured Post/Awards

This page will contain a list of posts featured on various communities and awards given during my journey. Awarded as Microsoft Most Valuable Professional for Visual C# for 2010 to 2012. Awarded as Microsoft Most Valuable Professional for Visual Studio and Development Technologies for 2015,2016,2017. Awarded as DZone Most Valuable Blogger from DZone. Awarded as

ASP.NET4.0-Compatibility Settings for rendering controls

With asp.net 4.0 Microsoft has taken a great step for rendering controls. Now it will have more cleaner html there are lots of enhancement for rendering html controls in asp.net 4.0 now all controls like Menu, List View and other controls renders more cleaner html. But recently i have faced strange problem in rendering controls

Drap & Drop Shopping Cart in ASP.NET

Have you ever seen drag and drop in shopping cart where item can be drag and drop in shopping cart. Here is the way you can do it.Users can simply drag and drop the items they wish to buy in the basket and the basket is updated with the new results. here it the link

Installing Nuget package with package manager console step by step overview.

I have already blogged about NuGet in earlier post about how to install NuGet packages to your project with wizard. NuGet Extension also provides an package manager console to add library to your projects. Let’s install a blogml package via package manager console. So if you still not installed NuGet exntension then please read my