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...
Watch video Create CRUD API Endpoints with ASP.NET Core & Entity Framework online without registration, duration hours minute second in high quality. This video was added by user Round The Code 01 January 1970, don't forget to share it with your friends and acquaintances, it has been viewed on our site 4,96 once and liked it 7 people.