Author: admin

  • Blog
  • Author: admin

Working with more then one web.config files in asp.net application.

Recently one of reader of my blog how we can work with more then one web.config files in asp.net application. So I decided to blog about that. Here is the my reply for that. You can work with more then one web.config file in asp.net. But you can not put more then one web.config in

JQuery UI 1.8.9 new version launch today

JQuery UI contains great controls and it’s very useful when developing sites. Today a new version of Jquery UI is launched. You can find more details about that from following link. jQuery UI 1.8.9 It’s contains Bug fixes for Datepicker, Tabs and other things and also contains some localization improvements on the date picker. Technorati

Use Component Class in Business Logic Class in C# or VB.NET:

You can get many advantage using a component class insteadof simple class.Following are the some basic advantage that you can get usingcomponent class. – It implements System.Component namespace – You can drag and drop any existing data access component.Soyou have to right less code. – You can drag and drop stored procedure and other sql

Dependency Injection with Autofac : Constructor Injection

Recently I’m playing with Autofac and I’m having fun with it. This blog post a part of same series. In this blog post we are going to look into how we can do constructor injection with Autofac. If you are not familiar with Autofac you can go through my introductory blog at following location. Dependency