-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

ASP.NET 8 Best Practices
By :

Before Entity Framework was introduced in 2008, developers used ActiveX Data Objects (ADOs) and Object Linking and Embedding Database (OLE DB) to access their data for applications. Since its introduction, Entity Framework has evolved over the years into a high-performance bridge between object-oriented (OO) systems and relational databases. It enables developers to use Language Integrated Query (LINQ) syntax to perform complex queries using C#. However, some LINQ statements can be overwhelming for new developers. Since this is one of the most discussed topics when it comes to data access, we’ll cover various standards and implementations when using Entity Framework Core.
This chapter will be similar to Chapter 2, CI/CD – Building Quality Software with Software, where we will review patterns for implementing Entity Framework Core to access data but also look at some common uses of Entity Framework Core in the industry...