Top Categories
Part - 58 - Repository Pattern - 5 - Setting Up Generic Repository and UnitOfWork in DataAccessLayer
- Category: Information Technology
- Sub Category: ASP.NET
OVERVIEW:
In this tutorial, You will learn about how to Setup Generic Repository and UnitOfWork into Data Access Layer or Repository Layer.
The Generic repository consist generic methods. On the generic repository will be created, It should not be modified.
SOCIAL :
Facebook : http://facebook.c
OVERVIEW:
In this tutorial, You will learn about how to Setup Generic Repository and UnitOfWork into Data Access Layer or Repository Layer.
The Generic repository consist generic methods. On the generic repository will be created, It should not be modified.
SOCIAL :
Facebook : http://facebook.com/technotipstutorial
Youtube: http://youtube.com/aapkanigam
Twitter : @technotipsMVC, @aapkanigam
GET REPOSITORY CODE HERE
http://technotipstutorial.blogspot.com/2018/05/part-58-repository-pattern-5-setup.html
RECOMMENDED VIDEOS
1. Adding Business Layer
https://www.youtube.com/watch?v=mDL-1s5KEao
2. Adding Domain Layer
https://www.youtube.com/watch?v=dtaSnkmahsE
3. Dependency Injection using Microsoft Unity
https://www.youtube.com/watch?v=ySeLS5CIwh0
4. Adding DataAccessLayer and Entity framework
https://www.youtube.com/watch?v=DPbnqaAwelM
5. Setting Up Generic Repository and UnitOfWork
https://www.youtube.com/watch?v=3-LbUx18lOI
BLOG POST WITH CODE
1. Adding Business Layer
http://technotipstutorial.blogspot.com/2018/05/part-54-repository-pattern-1-adding.html
2. Adding Domain Layer
http://technotipstutorial.blogspot.com/2018/05/part-55-repository-pattern-2-adding.html
3. Dependency Injection using Microsoft Unity
http://technotipstutorial.blogspot.com/2018/05/part-56-repository-pattern-3-dependency.html
4. Adding DataAccessLayer and Entity framework
http://technotipstutorial.blogspot.com/2018/05/part-57-repository-pattern-4-adding.html
5. Setting Up Generic Repository and UnitOfWork
http://technotipstutorial.blogspot.com/2018/05/part-58-repository-pattern-5-setup.html
TAGS:
Generic Repository
UnitOfWork in C#
DbSet in c#
DbContext in C#
SaveChanges in mvc
SingleOrDefault in C#
Multiple layers in mvc c#
dependency injection in mvc
dependency injection C#
Dependency Injection using Microsoft unity
repository pattern in mvc
repository pattern c# mvc example
repository pattern c#
Business layer
Data Access Layer
Domain Layer
Unit Of Work
Asp.net MVC Tutorial
Database connection using Entity framework