About 852,000 results
Open links in new tab
  1. Code First to a New Database - EF6 | Microsoft Learn

    Oct 14, 2020 · Code First allows you to define your model using C# or VB.Net classes. Additional configuration can optionally be performed using attributes on your classes and properties or by …

  2. Code First Approach in Entity Framework - C# Corner

    It begins with an introduction to Entity Framework, highlighting its role as Microsoft's preferred data access method for .NET applications, its support for LINQ, and its ability to work with a …

  3. Entity Framework Code First Approach - Dot Net Tutorials

    Here, in this article, we are going to keep the focus on the Code First Approach of Entity Framework and will learn how to use the Code First approach of Entity Framework to interact …

  4. Simple Code-First Example - Entity Framework Tutorial

    Learn how Entity Framework Code-First approach works by creating a simple example in EF 6.

  5. Code First Approach in ASP.NET MVC with Entity Framework

    Aug 8, 2025 · How to use Code First in ASP.NET MVC with Entity Framework. Define models in C# and auto-generate your database with step-by-step guidance.

  6. Entity Framework - Code First Approach - Online Tutorials Library

    In this chapter, we will briefly describe the code first approach. Some developers prefer to work with the Designer in Code while others would rather just work with their code. For those …

  7. Entity Framework Code First - Learn How to Use this Approach

    Jun 17, 2025 · In Entity Framework, code first was introduced in Entity Framework 4.1. Code First modeling workflow targets a database that doesn't exist, and Code First will create it. Code …

  8. Code First vs. Database First in EF Core: Which Approach Should …

    Oct 14, 2024 · When building .NET applications, choosing the right approach to database management is critical. Should you start with code or rely on an existing database schema? …

  9. What is Code-First? - Entity Framework Tutorial

    Learn Entity Framework 6 Code-First approach using step-by-step and easy tutorials.

  10. Tutorial: Get Started with Entity Framework 6 Code First using …

    In this series of tutorials, you learn how to build an ASP.NET MVC 5 application that uses Entity Framework 6 for data access. This tutorial uses the Code First workflow. For information about …