Entity Framework (EF) Tutorials

Entity Framework is an object-relational mapper (O/RM) that enables .NET developers to work with a database using .NET objects. EF Core is a lightweight, extensible, and cross-platform version of the popular Entity Framework data access technology.

So far, we have published 20 Entity Framework tutorials and articles, which have been read by over 2679060 (Two Million Six Hundred Seventy Nine Thousand Sixty) developers and architects.

64078 views
Abstract: New Features in Entity Framework Core 2.0. EF Core is a lightweight, extensible, and cross-platform Object/Relational Mapping (O/RM) framework for .NET.
37295 views
Abstract: This article takes a peek into the past, present and future of Entity Framework Core. It also explains the good bits and current shortcomings of EF Core, as well as some alternatives to it.
78711 views
Abstract: This article explains how to use Entity Framework (EF) Core in ASP.NET Core Web API for performing CRUD operations.
82065 views
Abstract: Entity Framework (EF) Core is a lightweight, extensible, and cross-platform ORM framework. This tutorial will help you get started with EF Core.
58094 views
Abstract: This articles demonstrates TransactionScope in an ASP.NET MVC and EntityFramework application to manage transactions across tables of different databases.
28471 views
Abstract: Entity Framework 6.1 comes with new features like Async support, Connection Resiliency, Logging etc. We will explore these features in an ASP.NET MVC application
94073 views
Abstract: Entity Framework 6.0 has improved Transactions. We will explore the UseTransaction() method which allows the context to participate into an already running transaction. We will also explore BeginTransaction() to start a new transaction
65462 views
Abstract: In this article, we will talk about some of the new features introduced in Entity Framework 6.0 RC1
83040 views
Abstract: Continuing with the Entity Framework 6 what’s new series we look at two more new features, that is DB Logging and Mapping to Stored Procedures.
61738 views
Abstract: Entity Framework 6 (currently in Beta) amongst some shiny new features contains an enhancement that helps you customize Code First Conventions
111575 views
Abstract: Over the last couple of years, Entity Framework has steadily become the de facto data access story from Microsoft. With EntityFramework Code First, it became even easier to get started with an application. While EF lets you get off the ground and running fast, it’s deployment story (both first time and subsequent upgrades) has been a little sketchy. With the release 4.2 and EF Migrations, the upgrade story has been simplified a little but the first time deployment story still has a couple of points to keep in mind. Today we will explore these points and see how we can deploy a Database that is accessed by EF (Code First). We keep Migrations for another day.
152246 views
Abstract: In this article we will see how to bind an Entity Framework model that has been created in a different project, to an ASP.NET GridView.
104257 views
Abstract: POCO is the ability to add and use your own custom data classes along with with your data model. In this article, we will explore how to use POCO in Entity Framework 4.0
130342 views
Abstract: In this article, we will see how to log the SQL queries that get generated by Entity Framework. We will also some see profiling tools available.
705354 views
Abstract: In this article, we will see how to Add, Update and Delete objects in our conceptual Entity model and push the changes to the underlying database.
248279 views
Abstract: This article shows the steps required to create an Entity Data Model which can be used in multiple projects.
96770 views
Abstract: Developers who practice the Domain-Driven Development (DDD) style create a conceptual model first. The idea is to design the application based on a model. EF 4.0 supports creating the model first and generating a database from the model. Let us see how.
118657 views
Abstract: In this article, I will explain what happens behind the scenes in the Entity Data Model and also looks at the files responsible to generate the code and execute queries on your behalf.
234070 views
Abstract: In this article, we will create our first Entity Framework application using Visual Studio 2010. We will create an Entity Data Model (EDM) from an existing database.
124483 views
Abstract: In this article, I will introduce Entity Framework 4.0, the history behind this framework and why it has become the recommended LINQ-based Data Access technology over LINQ To SQL, all in a simple Q & A format

  
Article Filter :
Per page: