Author: admin

  • Blog
  • Author: admin

ASP.NET 4.0 –List View Control Enhancement

With asp.net 3.5 we are having a great control called list view its provide almost all the functionality like grid view and its rendering is also easy but in asp.net 3.5 you need to specify a layout template where in asp.net 4.0 layout template is not required. So no need to include one extra placeholder

Dependency Injection with Simple Injector

Before some I have written a blog post about how to do dependency injection with StructureMap. In this post we are going to learn Simple Injector IOC library and how we can do dependency injection with Simple Injector. Simple Injector is a open source dependency injection library developed with C#. Followings are few characteristics of

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