Initialize assemblies using PreApplicationStartMethod for ASP.NET 4.0 Application
Sometimes your ASP.NET application needs to hook up some code before even the Application is started. Assemblies supports a custom…
Sometimes your ASP.NET application needs to hook up some code before even the Application is started. Assemblies supports a custom…
ASP.NET 4.0 introduced inbuilt chart controls features. This Chart control has several types like Line, Column, Pie etc. In this…
While working with ASP.NET web application you must be familiar with one of most important state management technique “Session”. If…
By default ViewState is saved inside the web page. In ASP.NET using SessionPageStatePersister ViewState can be saved inside Session instead. This helps in securing the ViewState as well as reducing the size of the web page
For Any ASP.NET application, monitoring performance is an important job. Performance Monitor tool having some nice features that helps us…
If you have multiple Cache Provider in your ASP.NET application you can set the output cache provider dynamically at runtime…