About 17,100 results
Open links in new tab
  1. Getting Started - EF Core | Microsoft Learn

    Aug 24, 2023 · In this tutorial, you create a .NET console app that performs data access against a SQLite database using Entity Framework Core. You can follow the tutorial by using Visual Studio on …

  2. Entity Framework Core Tutorials

    Nov 8, 2022 · Learn Entity Framework Core using simple step-by-step tutorials. What is Entity Framework Core? How is it different than EF 6. Learn about new features of EF Core.

  3. Entity Framework Core Tutorial

    Getting Started with Entity Framework Core. This section helps you get started with EF Core by understanding what EF core is, how to start a new .NET app that uses EF Core, how to create a data …

  4. Entity Framework Core (EF Core) Tutorials - Dot Net Tutorials

    These Entity Framework Core (EF Core) Tutorials are designed for Students, Beginners, Intermediate, and Professional software developers who want to learn how to use Entity Framework Core (EF …

  5. Entity Framework Core in .NET: The Complete Beginner’s Guide with …

    Jun 15, 2025 · Entity Framework Core is Microsoft’s recommended data access technology for .NET. EF Core is a lightweight, extensible, and cross-platform ORM that allows you to interact with your …

  6. Get started with EF Core - Full course - YouTube

    Watch our online course if you want to get started with using Entity Framework Core in your ASP.NET Core app. Using Visual Studio, our EF Core course uses an...

  7. Learn Entity Framework Core - Getting Started EF Core Tutorial

    Entity Framework Core (EF Core) is the recommended Object-Relational Mapper (ORM) for .NET, formerly known as .NET Core. As the successor to EF6, EF Core has been entirely reengineered …

  8. Tutorial: Get started with EF Core in an ASP.NET MVC web app

    The Contoso University sample web application demonstrates how to create ASP.NET Core 2.2 MVC web applications using Entity Framework (EF) Core 2.2 and Visual Studio 2019.

  9. Entity Framework Core for Beginners video series - GitHub

    All the notes and code samples to follow along with the Entity Framework Core for Beginners video series. Hi, friend! 👋 You've found the code and other materials to accompany the Entity Framework …

  10. Complete Entity Framework Core Tutorial - TekTutorialsHub

    The Complete Entity Framework Core Tutorial or EF Core Tutorial covers everything from creating an EF Core application, Connecting to a database, Creating Context & DbSet.