Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Mastering Entity Framework Core: Mapping & Manipulating Data
Rating: 4.0 out of 5(21 ratings)
206 students

Mastering Entity Framework Core: Mapping & Manipulating Data

In a step by step manner, master Entity Framework Core and effectively start developing and managing data-driven applica
Last updated 12/2017
English

What you'll learn

  • Understand what ORM tools are and what problems they solve
  • Understand how to persist application data to a database using Entity Framework Api.
  • Learn how to query the data using Linq and gain insight in how Linq fits into Entity Framework
  • Learn how about mapping entities explore possible types of relationships for database model
  • Learn how to create, update and delete data, commonly referred to as CRUD operations

Course content

5 sections26 lectures3h 28m total length
  • The Course Overview3:40
    This video will give an overview of the entire course
  • Quick Dive into Object Relational Mapping6:29
    Historically, there has been an impedance mismatch between object-oriented languages and relational databases
  • Understanding Entity Framework Core Concepts3:52

    We need to know what problems the EF core solves and how it makes developers lives easier.

  • Working with .NET Core5:28

    Since EF Core is built on top of .NET Core, we must understand the .NET Core framework and its key characteristics.

  • EF Capabilities and Architecture6:19
    We need to know what key object we will need to manipulate and understand how EF core translates our C# code to SQL code. We also need to update the schema at times.
  • Prerequisites to Creating an ASP.NET Core Application4:25
    We need to write code to access data in an RDBMS to follow along with the course.

Requirements

  • Familiar with Entity Framework and .NET Core

Description

Entity framework is an Object Relational Mapping (ORM) framework that offers an automated mechanism to developers for storing and accessing the data in the database. In order to survive in this growing market, the knowledge of a framework that helps provide easy access to databases, that is, Entity Framework has become a necessity. This Video will provide .NET developers with this knowledge and guide them through working efficiently with data using Entity Framework Core.You will start by understanding ORM concepts, before then moving on to discuss advantages of Entity Framework over ADO.NET. Next you will see how.NET Core fits into the overall pictures and go over the environment necessary to follow along with the course. Further you will learn to build your first sample project to see EF in action here you will learn to create database and add data to it. Further you will learn about Mapping Entities and Database structure here you will see how to create mapping between objects and database structures, how to define tables and columns. You will learn the specifics or SQL Server types and how to map them to .NET Types. You will define all possible types of relationships for your database model. Next you will dive into Querying data you will learn the basics of Linq then you will start with simple queries, advance to aggregations and projection techniques. You will see how to obtain object graphs and talk about performance. Next you will learn Manipulating data, you will learn how to create, read, update and delete data, commonly referred to as CRUD operations. You will see the differences between object graphs and individual objects when it comes to CRUD features of Entity Framework Core. Finally you will learn best practices examples.

About the Author :

Sergey Barskiy is an architect with Tyler Technologies. He lives in Atlanta, GA. He has been developing software for almost 20 years. Sergey is a Microsoft MVP. He holds these Microsoft certifications: MCPD, MCTS, MCSD for .NET, MCAD for .NET, MCDBA, and MCP. He has been working with Microsoft Technologies for over 15 years. He is a frequent speaker at various regional and national conferences, such as VS Live, DevLink, CodeStock, and Atlanta Code Camp, as well as local user groups. He is one of the organizers of Atlanta Code Camp. He authored articles for Code Magazine.

Sergey Barskiy has been using Entity Framework since it was first released to the public. He has deployed a number of projects to production that used Entity Framework over the years. He has used the Code-First approach on a few different projects as well. Sergey has produced an online video training course for this technology. He has spoken on Entity Framework Code-First at a number of national and regional conferences and events.

Who this course is for:

  • This course is aimed at developers who are somewhat familiar with Entity Framework and .NET Core, and who want to develop or extend their knowledge of Entity Framework Core and see practical examples on how to use it in .NET Core Web applications. Prior knowledge of .NET and C# is assumed.