ASP.NET CORE 5 MVC CodeFirst CRUD Using Repository Pattern EF CORE

preview_player
Показать описание
Previous Part

Next Part

ASP.NET CORE 5 MVC CodeFirst CRUD Using Repository Pattern EF CORE

In this ASP.Net Core tutorial we will see How to Create a CRUD Operations
in REPOSITORY PATTERN using EF CORE from Scratch.

This Video Teaches complete Unit Managing Module of the inventory managing process in depth.

This Application is Developed using ASP.NET Core 5 MVC with EF CORE and Bootstrap.

This video is made specially for beginners who does not have any knowledge in ASP.NET Core MVC
and for the intermediate programmers who has problems in understanding MVC Concepts.

I hope you definitely like this video.

Kindly watch and Share.

Thank You
Рекомендации по теме
Комментарии
Автор

This is the easiest explanation of how repository pattern work. He is first performing CRUD operations using entity framework then converting it into repository pattern. great sir!

beautyIsinEverything
Автор

I hope you will keep uploading these videos and using core 6.. because I love the way you explain so much....I suggest you do a project using EF Core Code First

ranaabushammalh
Автор

Execlente Mister Codes, muy didáctico gracias....saludos de los andes peruanos

josbexerra
Автор

Great explanation! I did it with Generic Repository Pattern like this:
public interface IRepository<T1, T2> where T1:class //T2 is int id
{
Task<IEnumerable<T1>> GetAll(); // get the list
Task<T1> GetById(T2 id); // get only 1 record
Task<T1> Insert(T1 entity); //add a record
Task Delete(T2 id); //remove a record
Task<T1> Update(T1 entity); //change a record
Task Save();
}

attilaguba
Автор

Dear Mr. Aniz,
Love your presentation and modulation.
by your training, anyone can learn Visual Studio. The way of your teaching is incredible.
I just followed your guidelines to develop the Unit Module and completed successfully.
Now the doubt is how to publish this application (lets assume this application has only one module which is Unit) to other users by having my laptop as a server. It will give me an idea how we can use this application for multi-user interface.
If you have already demo video for this, please provide me the link. or please gift us one video about this subject.
thanks in advance.
john henry joseph

johnhenryjoseph
Автор

Another really good tutorial and video, thank you

petegarner
Автор

Great videos Sir
I applied your code but details, edit, delete cant get data
Create and display work good and one other problem Id also shown in all screens

technopakistani-tt
Автор

Massive thanks and appreciation for the tutorial series.
Could you pls provide success notification upon successfully inserting data?
Thanks

oscheka
Автор

You Are Great Man!! Very Helpful Videos, Just Love the Way you Teaching, ,
can U make a tutorial on ASP.NET MVC Repository Pattern Using JQuery ??

helpmetoreachsubscriptio
Автор

Thank you for wonderful tutorial. My question is, is there any reason to return [Unit] in Create, Edit and Delete method in IUnit bcoz everything works fine if we use void with these three methods.

wapdaadmshah
Автор

Hi Anis, Data Folder Name space is not showing in UnitController and any other class. How can show the namespace.

MuhammadNadeemLDR
Автор

Very useful video bro. How to generate menus dynamically from database

anbuanbu
Автор

Sir . in Center My Teacher taught us with Different Paterna.
Infrastracture
IRepository<T> where <T> : class { }
Repostory<T> : IRepository<T> where <T> : class { }

Very Difficult
Sir Please Guide Us This Way

codingislife
Автор

Hi Anis, I'm little bit confused what is the second part after this video could you please share a link

shubhamgarg
Автор

yo bro, can you drop the ER Diagram of your project please

ilyesgh
Автор

hi very usefull video but i want to UnitOf work in asp.net core and error log please provide this

Narendra
Автор

Where can I download the code and database? thanks

chunshanfeng
Автор

Is this code sharable, like github repo link

SudarsanDash
visit shbcf.ru