.NET Tips – Links on ASP.NET C# MVC Visual Studio Tips – May 2011
Daily .NET Tips is aiming to sharing useful coding tips and tricks for .NET Developers. This site completely design for sharing Tips and Tricks, useful Code Snippet which anyone use in daily...
View ArticleASP.NET Internals : “Clearing ASP.NET Session Variables” a in-depth look
ASP.NET Session is one of most common state management technique for any ASP.NET Web Application. If you want to do a quick refresh or want to know some thing more, please go ahead and read one of my...
View ArticlePresenting at Microsoft Web Camp – Hyderabad on 16th June, 2011
The Microsoft Web Camps have become the epicenter of Microsoft’s interaction with the web development community, where leading-edge developers and architects gather to learn and build websites using...
View ArticleASP.NET Internals : Visualizing ASP.NET Page Life Cycle using IntelliTrace
Understanding the ASP.NET Page Life Cycle is an essential knowledge for developing ASP.NET Web Application. When request come from client to server there are many operations performed in backend before...
View Article.NET Tips – Links on ASP.NET C# MVC Visual Studio Tips – June 2011
Daily .NET Tips is aiming to sharing useful coding tips and tricks for .NET Developers. This site completely design for sharing Tips and Tricks, useful Code Snippet which anyone use in daily...
View ArticleUsing ASP.NET 4.0 Chart Control With New Tooling Support for SQL Server CE...
In this post I’m going to talk about how we can use ASP.NET 4.0 Chart Control with SQL CE as back-end data base using Entity Framework. I will also show how Visual Studio 2010 SP1 provides new tooling...
View ArticleMultiple URL Binding with IIS Express
IIS Express is a lightweight, self-contained version of IIS and optimized for developers. IIS Express provides the power of IIS7.x and makes it very easy to develop and test web applications. Visual...
View ArticleDynamically set control visibility inside ItemTemplate’s of GridView using...
GridView TemplateField allow us to specify custom controls, multiple fields and Html using a custom template. TemplateField allows us to define a completely customized template for GridView Column. We...
View ArticleBundling and Minification in ASP.NET 4.5
Optimizing application performance is a key element for business. There are several ways by which we can optimize the applications performance. It can be done either by server side code optimization,...
View ArticleJScript Debugger–“Unable to attach the process. Another debugger might be...
IE Developer toolbar provide us a fantastic and easiest way to debug JavaScript with in browser. If the web site is hosted on IIS and you are trying debug JavaScript using IE Developer tool bar, it...
View Article