Related resources for Data Access Application Block
  • Enterprise Library: Data Access Application Block 5.0 in ASP.NET2/16/2021 11:03:28 AM. In this sample you will how to use data access application block 5.0 with real time example in asp.net.
  • Data Access Application Block Using MVC 2 Pattern12/18/2018 3:02:24 AM. In this article I am trying to illustrate how to use Microsoft enterprise library data using MVC 2 pattern.
  • Simple Factory Pattern Side by Side with Abstract Pattern10/4/2012 10:45:46 AM. This article will discuss the Simple Factory Pattern and how to use it with Abstract Factory Patter discussed in the previous article.
  • Building Custom Paging Web Form10/4/2012 7:40:10 AM. Sometimes we may need to build our own data objects instead of using DataSets & DataTables. But in this case, we will lose all paging and sorting facilities that is represented using DataSets & DataTables. To overcome this small issue we'll have to write our own custom paging feature as well as with sorting.
  • MVC architecture in ASP.Net using C# and Microsoft Data Access Application block5/26/2009 2:42:42 AM. In this article we will learn how to use Microsoft Data Access Application block in ASP.Net using C#, I have used Microsoft Data Access Application block in conjunction with MVC architecture, here you will learn lot about class libraries, interface, implementation etc.
  • Enterprise Library 3.0 Data Access Application Block7/12/2007 12:41:22 AM. Data Access Application Block(DAAB) simplifies development tasks that implement common data access functionality.The DAAB provides access to the most often used features of ADO.NET in simple-to-use classes; this boosts developer productivity.
  • Microsoft patterns & practices: The Enterprise Library2/1/2006 6:23:01 AM. Microsoft patterns & practices provide scenario-specific recommendations illustrating how to design, develop, deploy, and operate architecturally sound applications for the Microsoft .NET platform.The following article covers details on the Data Access Application Block.