Log Data Changes in Entity Framework - Part 2 - Service Integration For Testing With An API

Опубликовано: 22 Январь 2025
на канале: Round The Code
842
9

We are continuing to log data changes in Entity Framework.

An ASP.NET Core MVC API will be set up to test the ability to log data changes. We will do that by integrating our entities and DbContext's into services. Afterwards, we will use dependency injection to inject these services into our API.

We will run the API and test our create, update and delete methods in our services. By opening up our SQL Server database, we can have a look at the records that have been created for when we log data changes.

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

► Log Data Changes in EF Playlist:    • Log Data Changes in Entity Framework  

#webapi #aspnetcore #entityframework