Related resources for data layer
  • Getting Exact Location of Exception in C# Code1/29/2014 10:35:34 AM. This article is about determining the exact location of an exception in code.
  • Implementing N-Tier Architecture in Web Applications12/3/2013 12:43:04 PM. This article provides a brief introduction to the creation of a N-Tier Architecture System for Web Applications.
  • SQL Server Reporting Services5/20/2012 5:15:53 AM. This article describes how to modify the team reports generated by VSTS or BI Studio over SQL Server 2005.
  • Optimize your Data Layer for quicker Code Development 2/19/2010 12:54:40 AM. In this article we will see how to optimize the data layer.
  • Executing multiple stored procedures within a single transaction context from ADO.Net3/20/2008 1:37:44 AM. This article discusses how we can execute multiple stored procedures in ADO.NET with different parameter values in a single Transaction context.
  • Executing multiple stored procedures within a single transaction context from ADO.Net3/20/2008 1:37:44 AM. This article discusses how we can execute multiple stored procedures in ADO.NET with different parameter values in a single Transaction context.
  • Generic Data Layer - One time creation9/6/2007 7:55:23 AM. This article will explain how to create a generic data layer that can be used with very less amount of coding. It is a known fact that, most of the time we create applications for Create , Select , Update, Delete. And every time, we end up with writing similar set of code for every execution of our stored procedures.
  • Generic Data Layer - One time creation9/6/2007 7:55:23 AM. This article will explain how to create a generic data layer that can be used with very less amount of coding. It is a known fact that, most of the time we create applications for Create , Select , Update, Delete. And every time, we end up with writing similar set of code for every execution of our stored procedures.
  • Generic Data Layer - One time creation9/6/2007 7:55:23 AM. This article will explain how to create a generic data layer that can be used with very less amount of coding. It is a known fact that, most of the time we create applications for Create , Select , Update, Delete. And every time, we end up with writing similar set of code for every execution of our stored procedures.
  • Generic Data Layer - One time creation9/6/2007 7:55:23 AM. This article will explain how to create a generic data layer that can be used with very less amount of coding. It is a known fact that, most of the time we create applications for Create , Select , Update, Delete. And every time, we end up with writing similar set of code for every execution of our stored procedures.
  • Building Generic Data Access Class using ADO.Net 2.01/4/2006 1:42:32 AM. In this article we are going to explore some new features of the generic data access supported by ADO.Net 2, and also we will have a look at generic collections and generic interfaces.