9 wrz 2020 | Blog | ASP.NET Core for .NET 5 & EF Core 5 | ef core 5 | view | IT
In SQL, a view is a virtual table based on the result-set of an SQL statement. They are typically used as read-only objects that are optimized to provide data for a given scenario. Entity Framework Core 5 can handle views and in this article, I’m going to show you how. Adding a view First of… Continue reading Working with views in Entity Framework Core 5