Generic Repository Pattern in ASP.NET CORE

preview_player
Показать описание
In this video, I am going to show you an example of Generic Repository Pattern in ASP.NET CORE.
Рекомендации по теме
Комментарии
Автор

It is helping me a lot, Thanks for this tutorial

masiurhasan
Автор

very good i will try do it that mean just one repository for all tables in database please answer for me
thanks and how full compobox from anther tables

openmindjustdoit
Автор

Great way to reuse the same code for any object using the generic repository pattern. Many thanks.
Could you please make the code window a little bit bigger, is hard to see.

rayt
Автор

good idea to example coding pattern design again please

objetdeluxure
Автор

How we can implement repository for two genetic models please ? Is that possible to get Data from two renetional models using predicate

alihaydar
Автор

Don't work with complex relationships, with includes and then includes, with insert without insert new relationship.

alemaodesenvolvedor
Автор

HI, Can you please explain how to map model classes dynamically in db context class using entity framework core.
Ex: DbSet<TEntity> TEntity . I have some 100 model classes and how to add it.

srilathakagana
Автор

Should be returning IQueryable instead of List. You're forcing all the LINQ to run local instead of on the SQL Server.

th_CAV_Trooper
Автор

Generic repositories is not a good way to create archtecture of your logic. Do not use generic repositories at all

IldarIsm