At DevConnections Fall and TechEd Europe, Microsoft recently unveiled the ASP.NET MVC Framework. MVC stands for Model-View-Controller and is one of the most popular design patterns for decoupling data access and business logic from data ...
A page in an ASP.NET application consists of several server controls. These are the fundamental building blocks of an ASP.NET application. The Life cycle of an ASP.NET page, depends on whether the page is requested for the first...
Using CSS, Javascript to Fixed Gridview's Header and Footer, This article is to show you how to Fix GridView's Header and Footer in a simple code with CSS and JavaScript...
Here's how I insert and size pictures in an Excel spreadsheet which I create via a VB.NET program (commentary follows): 'add thumb nail objSheet.Rows(XLRow.ToString).rowheight = mpThumbNailHeight / 7 objSheet.Range("S"...
Connection pooling is process of taking a connection from a pool of connections, once connection is created in the pool any application can re-use that connection, The main purpose of any application is provide fast & efficient solution
After deploying your web application you have to know about errors that occur when somebody (any "user") uses the application. Usually,...
This ascx control displays current weather and weather forecast data on your ASP.NET website straight from an xml feed on weather.com. This may not be the prettiest or most efficient way of accomplishing this...
Though the performance improvements blog highlighted work the Visual C++ te am had done around file-level parallel builds and incremental...