Implementing a Generic Data Access Layer in ADO.NET Part 3
In this the final article of this series, I will discuss the other classes in this framework and how we can use this framework to perform various CRUD operations in our applications. Let us start from...
View ArticleImplementing a Generic Data Access Layer in ADO.NET Part 1
A Data Access Layer (DAL) is an integral part in the design of any application. There are plenty of articles that discuss how we an implement a DAL using ADO.NET. Most of these have constraints in the...
View ArticleNew Features in ASP.NET 3.5
ASP.NET has for long been a popular web application development platform. ASP.NET 2.0 added a lot of new features compared to its earlier counterpart, i.e., ASP.NET 1.1. With ASP.NET 3.5, you have even...
View ArticleNew Features in Visual Studio 2008
Visual Studio 2008 comes with a lot of enhancements to its earlier counterpart. This article takes a quick tour of the new features in the Visual Studio.NET 2008 IDE. Here is a list of the new features...
View ArticleGetting Started with the ADO.NET Entity Framework
The ADO.NET Entity Framework, the next generation of Microsoft’s data access technology, is an extended Object Relational Mapping (ORM) technology that makes it easy to tie together the data in your...
View ArticleGetting Started with the ADO.NET Entity Framework Part 2
This article is part two of a four part series on the ADO.NET Entity Framework. In this artilce we will now take a look at how to create a data model using the Entity Data Model generation tool called...
View ArticleGetting Started with the ADO.NET Entity Framework Part 3
This article is part three of a four part series on the ADO.NET Entity Framework. This article discusses the new Entity Data Source control which was introduced as part of the Visual Studio.NET 2008...
View ArticleGetting Started with the ADO.NET Entity Framework Part 4
This article is the final article of a 4-part series on the ADO.NET Entity Framework. This article will describe how to use the Entity Data Model and the Entity Data Source Control to implement a...
View ArticleASP.NET 4.0 – New Features
By Joydip Kanjilal and Bhupali Khule ASP.NET 4.0 is neither a revolutionary change nor a refactoring of the existing ASP.NET. Instead, it consists of a number of small-scale changes that allow...
View Article