Create CRUD API Endpoints with ASP.NET Core & Entity Framework

Опубликовано: 01 Январь 1970
на канале: Round The Code
4,964
71

A recorded live stream. We created an ASP.NET Core API in Visual Studio 2019. This API is used to build up Create, Read, Update and Delete (CRUD) endpoints.

These endpoints will be powered by Entity Framework. A DbContext was set up, which communicates with a SQL Server database.

Then, a generic service is created. This generic service contains methods which will help with the CRUD API endpoints. In addition, any entity associated with our DbContext can inherit this generic service and have the CRUD methods available for it.

Finally, we build a generic controller. This generic controller will call methods in our generic service. We will then use this generic controller for any entity associated with our DbContext. This will expose the API endpoints for our entity.

📖 Learn .NET and C# with our online courses 📖
https://www.roundthecode.com/dotnet-c...

► More Information: https://www.roundthecode.com/dotnet-t...


Смотрите видео Create CRUD API Endpoints with ASP.NET Core & Entity Framework онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Round The Code 01 Январь 1970, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 4,964 раз и оно понравилось 71 людям.