Entity Framework
In Use
An object-relational mapper (ORM) for .NET that enables developers to work with databases using .NET objects, eliminating the need for most data-access code.
This is our most used ORM in new applications. It provides robust database abstraction, built-in change tracking, migration support, and LINQ querying capabilities, which accelerate development and improve code maintainability.