Microsoft Data Access Application Block Quick Code Snippet

I was just testing through the Microsoft Data Access Application Block 5.0 which is part of Enterprise Library 5.0. Just thought of sharing the code. Libraries Needed (Add reference to the following libraries from Enterprise Library 5.0 or 4.x) Microsoft.Practices.EnterpriseLibrary.Common.dll Microsoft.Practices.EnterpriseLibrary.Data.dll Here’s the connection string to be declared Connection String C# Source Code Can i […]

Read more โ†’

Introducing Microsoft WebMatrix (IIS Developer Express,ASP.NET Razor, SQL Server Compact)

There was a time initially when Microsoft has released the ASP.NET 1.0 and 1.1, they have released a free ASP.NET development tool called ASP.NET Web Matrix. I remember doing lot of fancy stuffs with it. My initial days i had a craze about that thing. Pretty awsome doing development with it, light weight Web Matrix […]

Read more โ†’

ASP.NET Web Pages with Razor Syntax and IIS Developer Express Download

ASP.NET Web Pages with Razor Syntax is a web framework and part of WebMatrix. WebMatrix is everything you need to build Web sites using Windows. It includes IIS Developer Express (a development Web server), ASP.NET (a Web framework), and SQL Server Compact (an embedded database). It streamlines Web site development and makes it easy to […]

Read more โ†’

Windows splash screens from 1.01 to 7

Ever since the dawn of the Windows operating system, Microsoft has used Splash Screens as a means of distracting us while the operating system is loading. In addition to their entertainment value, the Windows splash screens typically provide us with some sort of feedback on the progress of the sometimes lengthy startup process. In this […]

Read more โ†’

Master Page Support in ASP.NET 1.1

We know that ASP.NET 2.0 has introduced the Masterpages. but some us might be thinking is there any way to do this in ASP.NET 1.1. ASP.NET 1.1 doesnot directly supports it. But you can do it using Spring.NET Web Application Framwork. The Spring.Web framework provides a nice set of features through which we can enable […]

Read more โ†’