Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Entity Framework Core 2.0 (EFC2) using ASP.Net Core
Rating: 3.8 out of 5(124 ratings)
2,291 students

Learn Entity Framework Core 2.0 (EFC2) using ASP.Net Core

This course will give you a low level understanding of Entity Framework Core 2 & how to use it ASP.Net Core.
Last updated 8/2017
English

What you'll learn

  • Perform CRUD operations
  • Code First & Data First Approach
  • Migration & Seeding
  • Advance Model Designing
  • Advance Data Operations

Course content

10 sections33 lectures3h 49m total length
  • What is Entity Framework Core2:58

    Explore what entity framework core is and how it enables object-relational mapping to work with relational data across databases, platforms, and .NET applications.

  • Development Approaches3:05

    Explore code first with poco, model first with edmx-based generation, and database first from an existing database in EF Core 2.0, noting edmx removal and command line interface tooling.

  • Setting up Environment for Entity Core6:24

    Set up a new ASP.NET Core 2.0 project in Visual Studio 2017 preview and install Entity Framework Core 2.0 via NuGet or Package Manager Console, including SQL Server packages.

Requirements

  • Basic Asp. Net development & C# concepts
  • Basic knowledge of SQL server

Description

The Entity Framework is a set of technologies that support the development of data-oriented applications to work with relational data. It is is an ORM.

The Entity Framework provides services like tracking, identity resolution, lazy loading, and query translation so that developers can focus on their application-specific business logic rather than the data access fundamentals. It  enables developers to work with data in the form of domain-specific objects and properties.

Entity Framework (EF) Core is a lightweight, extensible, and cross-platform version of the Entity Framework data access technology.Entity framework supports various database provider including Microsoft SQL Server, SQLite, PostgreSQL, MySQL. We can use EFC2 in Full .Net Application, UWP, and .Net Core

Through this series we will learn how to handle CRUD operations, Code First & Data First Approaches, Migration & Seeding, and Advance Data, Entity, Model concepts.

Along with this we will also see how to send request from PCM & dotnet ef commands.

We will learn all above things through this video series. If you have any doubts then you can contact me via mail and Q & A.

Who this course is for:

  • This is for newbies who want to learn Entity Framework Core 2.0
  • Newbies for Object/Relational Mapping (ORM)
  • Perform operations on MS SQL Server using EFC2