Technical requirements
In this chapter, we’re going to need all the technical requirements listed in the previous chapters, plus the following external libraries:
- The
EFCore.BulkExtensions
NuGet package - The
Serilog.AspNetCore
NuGet package - The
Serilog.Settings.Configuration
NuGet package - The
Serilog.Sinks.MSSqlServer
NuGet package
The code files for this chapter can be found here: https://github.com/PacktPublishing/ASP.NET-Core-8-and-Angular/tree/master/Chapter_09/.