TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
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 (4)
Sardar Mudassar Ali Khan (4)
Sandeep Singh Shekhawat (3)
Nimit Joshi (3)
Mukesh Kumar (2)
Mahadesh Mahalingappa (2)
Vamshi Krishna (2)
Dharmendra Sah (1)
Jagdeep Singh Jhass (1)
Chetan Sanghani (1)
Jaimin Shethiya (1)
Velladurai (1)
Munib Butt (1)
Surapureddy Sriram (1)
Saineshwar Bageri (1)
Prashant Nimbare (1)
Vithal Wadje (1)
Shivam Tiwari (1)
Ravi Shukla (1)
Harpreet Singh (1)
Farhan Ahmed (1)
Sean Franklin (1)
Mahesh Chand (1)
Krishnan LN (1)
Sudhakar Jalli (1)
Maruthi Palllamalli (1)
Jaipal Reddy (1)
Saillesh Pawar (1)
Balakrushna Swain (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
Repository Design Pattern in MVC Architecture With Entity Framework
9/18/2024 5:49:26 AM.
In this article, we will learn the Repository Design Pattern in MVC Architecture with Entity Framework simplifies data access by creating a layer between the data and business logic.
Repository Pattern In ASP.NET Core
8/29/2024 7:16:41 AM.
In this article, you will learn about repository pattern in ASP.NET Core.
CRUD Operations with Repository Pattern and Web API in .NET 8
8/20/2024 6:57:32 AM.
This guide covers creating a clean, maintainable data access layer by leveraging the Repository Pattern for managing database interactions and exposing endpoints through Web API, enhancing your .NET 8
Repository Pattern With ASP.NET MVC And Entity Framework
8/5/2024 3:59:24 AM.
The "Repository Pattern with ASP.NET MVC and Entity Framework" tutorial guides you through implementing a robust data access layer using the repository pattern in ASP.NET MVC applications.
Repository Pattern In ASP.NET MVC
8/5/2024 3:53:48 AM.
In this article, we will learn about Repository pattern which is mostly used to create enterprise applications. Repository pattern divides application’s UI, business logic and data access components i
Working with Stored Procedures in ADO.NET
7/22/2024 6:17:00 AM.
Stored procedures are a powerful feature in database management systems that allow you to encapsulate complex logic and operations on the server side. When using ADO.NET in a .NET application, stored
Generic Repository with EF Core in .NET Core 8
7/3/2024 9:18:09 AM.
Observe the Entity Framework Core Generic Repository! The subject that will make some people uncomfortable. They are unwilling to discuss it at all. Others, on the other hand, adore it and become gidd
Consume API in Repository Design Pattern
7/2/2024 8:57:02 AM.
Learn how to effectively consume APIs using the Repository Design Pattern. This approach enhances code organization by separating data access logic into reusable repositories, promoting maintainabilit
Building a .NET Desktop Application
6/7/2024 10:30:03 AM.
Learn to develop a .NET desktop application with SQL Server data storage, employing a structured approach involving data access, business logic, and presentation layers. Utilize Visual Studio 2019, S
Data Access Layer to execute Stored Procedures
6/5/2024 5:31:47 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
Dependency Injection Using Microsoft Unity Framework
6/5/2024 5:30:32 AM.
Explore Dependency Injection with Microsoft Unity Framework in the C# console app, emphasizing SOLID principles, IoC, and DI implementation for loosely coupled layers, enhancing testability.
Introduction to ADO.Net
5/30/2024 12:10:13 PM.
Explore ADO.NET, a vital component of the .NET Framework for seamless database connectivity. Utilize connection objects, commands, data readers, datasets, and adapters to interact with databases effic
Working With Stored Procedures Using Entity Framework: Part 1
5/16/2024 8:32:00 AM.
Learn how to leverage Entity Framework for interacting with stored procedures in your .NET applications. This tutorial explores integrating stored procedures into your data access layer, optimizing da
CRUD Operations In ASP.NET MVC 5 Using ADO.NET
5/16/2024 5:46:35 AM.
Learn how to implement CRUD operations in ASP.NET MVC 5 using ADO.NET. This tutorial covers database connectivity, SQL Server integration, controller actions for Create, Read, Update, and Delete opera
CRUD using the Repository Pattern in MVC
5/10/2024 7:59:18 AM.
This article introduces the repository pattern in an MVC application. Repository pattern is intended to create an abstraction layer between the data access layer and the business logic layer of an app
Simple Insert And Select (CRUD) Operation Using .NET Core MVC With ADO.NET And Entity Framework Core
5/7/2024 10:33:55 AM.
Learn to perform basic CRUD operations in .NET Core MVC using both ADO.NET and Entity Framework Core. Build a robust data access layer for seamless integration with your web application.
NHibernate in Details: Part 2
4/30/2024 9:49:29 AM.
Dive deeper into NHibernate with Part 2, exploring advanced topics like session management, querying, and performance optimization. Uncover the intricacies of this powerful object-relational mapping t
Working With Multiple Tables in MVC Using Entity Framework
4/29/2024 10:12:37 AM.
Learn how to effectively work with multiple database tables in ASP.NET MVC using Entity Framework. Explore entity relationships, database modeling, and data access strategies.
Database First Approach in MVC 5: Part 2
4/25/2024 10:41:59 AM.
In MVC 5's Database First Approach (Part 2), delve deeper into leveraging Entity Framework for seamless integration with existing databases. Explore scaffolded views, data validation, and CRUD ope
Installing EF Core with Empty Template in ASP.NET MVC Core 3.0
4/15/2024 11:49:21 AM.
Discover how to seamlessly integrate Entity Framework Core into your ASP.NET MVC Core 3.0 application using an empty template. Follow a step-by-step installation guide to set up the data access layer
ASP.NET Core Web API Development with Template Method Pattern and 3-Tier Architecture
11/13/2023 3:22:35 PM.
This design pattern allows for a structured, modular, and easily maintainable architecture by separating concerns into distinct layers and leveraging the Template Method Pattern to provide a common st
ASP.NET Core Web API Development with Observer Design Pattern
11/1/2023 7:55:20 AM.
This project represents a robust ASP.NET Core Web API application that manages tickets using a 3-tier architecture. The system provides full CRUD (Create, Read, Update, Delete) functionality for ticke
ASP.NET Core Web API with 3-Tier Architecture and Iterator Pattern
10/19/2023 6:27:35 AM.
The Iterator Pattern is a behavioral design pattern that provides a way to access elements of a collection sequentially without exposing its underlying representation. It defines an interface for acce
Building a Robust ASP.NET Core Web API with Singleton Design Pattern and Three-Tier Architecture
10/4/2023 4:38:38 AM.
This example provides a basic structure for a Three-Tier Architecture in an ASP.NET Core Web API, implementing a Singleton Design Pattern for the Data Access Layer. Remember to adjust the code based o
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.
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.