Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About data access layer
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sourav Kayal (3)
Mahadesh Mahalingappa (2)
Vamshi Krishna (2)
Sean Franklin (1)
Sandeep Singh Shekhawat (1)
Surapureddy Sriram (1)
Mahesh Chand (1)
Krishnan LN (1)
Sudhakar Jalli (1)
Maruthi Palllamalli (1)
Jaipal Reddy (1)
Mukesh Kumar (1)
Saillesh Pawar (1)
Balakrushna Swain (1)
Nimit Joshi (1)
Nazimuddin Tajuddin Basha (1)
Anil Kumar (1)
John Charles Olamendy (1)
Ashish Tripathi (1)
Krishna Garad (1)
Harshit Vyas (1)
Vipin Yadav (1)
Shivprasad (1)
Scott Lysle (1)
Cenk Civici (1)
guru prasad (1)
Anand Kumar (1)
Related resources for data access layer
No resource found
Symmetrical Repository Pattern - Data Access Made Easy In .NET
5/29/2022 3:39:55 AM.
In this article, I will describe an interesting pattern that can be implemented to make it trivial to perform CRUD/RESTful data access across a full-stack .net system, with this technique that abstrac
Pass Data in Layered Architecture: Part-2: Non Uniform Style
4/2/2021 10:32:37 AM.
This article explains how to transfer data in a non-uniform fashion.
An Example of URL Rewriting With ASP.Net
3/18/2021 6:41:40 AM.
This article introduces URL rewriting using a data-driven application. This application creates various blogs and these blogs are accessed by the title of the blog.
Pass Data in Layered Architecture: Part-1: Uniformly Using Entity Class
2/25/2021 8:52:26 AM.
This article explains how to pass data across layers in a uniform fashion using an entity class.
Understand 3-Tier Architecture in C#
1/18/2021 12:02:06 PM.
In this article we will learn to implement 3- Tier architecture in C#.NET application.
Data Access Layer to execute Stored Procedures
11/3/2020 1:03:35 AM.
This article explains about executing a single stored procedure or batch of stored procedures from the application layer. As Data access layer completely decoupled from Application layer we just need
ADO.NET From Windows DNA's Perspective
11/2/2020 10:22:05 AM.
Windows DNA is a framework to build multi-tier, high performance, scalable distributed applications over the network. This article takes a Windows DNA perspective and compares how ADO.NET fits in Wind
Importance of Data Access Layer
11/1/2020 7:08:29 AM.
This article is written to see the importance of having a separate Data Access layer.
Basic Database operations using ADO.NET
10/29/2020 8:27:36 AM.
I found very interesting database features incorporated into the .NET as ADO.NET.
MEF With WCF - Start UP
9/30/2019 3:59:56 AM.
In this article, I will be creating a Data Access Layer using WCF. I will be using MEF(Managed Extensibility Framework) to export the data from the Data Access Layer class and then import it.
Enterprise Library Data Access Application Block In C# .NET
12/12/2015 12:53:32 PM.
In this article I will explain how easy it is to develop Data Access Layers with these libraries.
Business Entity And Data Access Layer In MVC
12/5/2015 10:38:24 AM.
This article explains how to use business entities layer and data access layer in ASP.NET MVC.
Reusability Of The Code With Three Layers Architecture In ASP.NET
11/26/2015 9:34:59 AM.
In this article, you will learn about how to implement three layers architecture with ASP.NET application.
3 Layer Architecture in ASP.Net
8/11/2015 10:42:46 PM.
This article describes one of the important topics of development architecture, the 3-layer architecture.
ADO .NET Evolution: Part II: 2-Tier to 3-Tier
1/29/2015 4:01:39 AM.
Implementation and example of a 3-Tier Application.
Working With ASP.Net Web Forms in Visual Studio 2013
12/19/2013 3:20:22 PM.
In this article we will create the Data Access Layer to the ASP.NET Web Forms Application in Visual Studio 2013.
How to Architect an Application
10/30/2013 12:10:46 PM.
In this article let’s get into the business of how to architect an application.
Data Source Controls
2/3/2013 4:20:46 PM.
In this article, we explore the role of Data Source Controls in building web applications.
SQL Server Compact and LINQ
9/30/2012 1:57:42 AM.
In this article, I will cover how to access data in SQL Server Compact databases (.sdf file) using new development technologies such as LINQ.
Generic Data Access Layer: Part 1
9/8/2011 9:29:47 AM.
In this article we wwill be discussing how we can create a Generic Data Acess Layer which we could use in developing our Business Applications.
LINQ With 3 Layer Architecture (Insert Data Into Database)
6/22/2011 4:03:49 PM.
Here you will see how to use LINQ with 3 Layer Architecture (Insert data into database).
DALC4NET (An All in One .NET Data Access Layer)
5/11/2011 9:27:56 AM.
DALC4NET is an Open Source data access layer built for Microsoft .NET projects. This enables us to access data from SQL Server, Oracle, MySql, MS Access, MS Excel etc. data bases.
Using 3 Layer Architecture to Insert Data Into a Database
4/13/2011 1:32:47 PM.
How to use 3 Layer architecture to insert data into a database.
Layer Model Of Development
3/29/2011 1:28:38 PM.
A layer is a reusable portion of code that performs a specific function.
3 Tier Architecture
11/2/2010 6:05:11 AM.
3-Tier architecture is a very well know buzz word in the world of software development whether it web based or desktop based. In this article I am going to show how to design a web application based on 3-tier architecture.
N-Tire Web Application Sample
5/27/2010 5:03:29 AM.
In this simple article we will see a sample of n-tier web application.
RFC Architecture for Finance Project (The Invoicing Project)
4/6/2009 5:54:42 AM.
RFC is an open source initiative for Finance projects. It has reusable components like invoicing, accounting and purchase modules. In this section we will discuss about the Invoicing section of the RFC architecture.
Generic Data Access using LINQ to SQL and C#
7/27/2008 1:21:07 PM.
This article discusses the construction of a generic data access layer built on top of a LINQ to SQL implementation.
Building Data Access Helper Component for Microsoft SQL Server
2/3/2006 12:58:58 AM.
In this article I will be going through the development of a class library similar to Microsoft Data Application Blocks.
Remote Data Access Layer
12/13/2005 11:21:38 PM.
The attached source project is a data access layer library and the main idea of developing such a DAL is to separate the database execution from the client/end user and maintain it on the server side, there by reducing the number of direct simultaneous connection to the SQL Server.
Security in ADO.NET
12/13/2005 5:36:17 PM.
This article gives a sound idea how to write secure code for ADO.NET . Data Access Layer (DAL) is a common and very curtail for your application. Its very important know some of the basic security points while writing ADO.NET program.