Mastering Entity Framework Core - Advanced Querying, Migrations and Testing

Course

Online

£ 150 + VAT

Description

  • Type

    Course

  • Methodology

    Online

  • Start date

    Different dates available

Master Entity Framework in a step-by-step manner and learn advanced querying techniques, migrations, and testing.You will start the course by exploring data validation and learn how to implement data validation inside your model using attributes. Then you will use validation inside MVC controllers and expose validations inside your MVC views in the user interface. Next you will delve into advanced query techniques. You will see how asynchronous code helps your applications scale better and explore query performance. Further, you will learn how to protect application data from concurrent access by multiple users, see how transactions enable changes to multiple tables and learn how to create an abstraction layer on top of Entity Framework by using the repository pattern. Next you will embrace migrations and embark on a journey designed to develop the database structure as your application evolves using Entity Framework Core migrations. Then you will create custom migrations that update database schemas and use custom scripts to perform migrations while protecting existing data during rename operations. Finally you will explore testing and set up a further learning path by writing unit and integration tests. You will see how to bring Entity Framework into a project based on an existing database. In conclusion, you will learn about additional areas Entity Framework core can be used in, and what types of data structure (besides RDBMS) can be accessed with EF Core.About The Author
.
Sergey Barskiy has a Bachelors’ Degree in Computer Science with over 20 years of experience in Software Development. Sergey has architected and coded many software projects using Microsoft technologies for over 15 years. Presently he is working as an Architect with Tyler Technologies, the largest provider of municipal government software in the United States. He was a Microsoft MVP in IIS/ASP.NET for years, division that works on Entity Framework at Microsoft

Facilities

Location

Start date

Online

Start date

Different dates availableEnrolment now open

About this course

Understand how to evolve database structures using migrations
Set up an MVC .NET Core application that uses Entity Framework
Enhance the performance and/or scalability of Entity Framework Core
Explore data validation inside models using attributes
Handle validation inside MVC Core via the Web API
Learn advance query and update techniques such as joins and access stored procedures and views

Questions & Answers

Add your question

Our advisors and other users will be able to reply to you

Who would you like to address this question to?

Fill in your details to get a reply

We will only publish your name and question

Emagister S.L. (data controller) will process your data to carry out promotional activities (via email and/or phone), publish reviews, or manage incidents. You can learn about your rights and manage your preferences in the privacy policy.

Reviews

This centre's achievements

2021

All courses are up to date

The average rating is higher than 3.7

More than 50 reviews in the last 12 months

This centre has featured on Emagister for 6 years

Subjects

  • Web
  • Syntax
  • ASP
  • Database training
  • Database
  • ASP training
  • ASP net training
  • Testing
  • Access
  • Information Systems

Course programme

Exploring Data Validation 5 lectures 30:25 The Course Overview This video will give an overview of the entire course Implementing Data Validation Using Attributes The aim of this video is to make sure we validate the data before persisting it in the database to ensure all business rules are followed. • We add validation attributes from data annotations namespace to implement basic business rules • We plug in code into DbContext to run validation rules • We need to learn built-in validation attributes Validation In Controllers The aim of this video is to intercept invalid data in our API inside web controller instead of waiting till DbContext fires to have more flexibility in the process. • Learn how to use controller base functionality to validate models as part of model binding • See how child object validation work when we submit object graph • Explore ModelStateDictionary API Exposing Validation in MVC Views The aim of this video is to provide helpful user hints and better experience • Understand client side unobtrusive JQuery validation that comes with ASP.NET Core • Implement client side validation in MVC views • Extend client side validation with custom attributes Using Business Objects for Validation The aim of this video is to use business objects for validation to provide better separation of concerns between UI and persistence layer • Make a case for business objects • Create business objects that support validation • Use AutoMapper to simplify code Exploring Data Validation 5 lectures 30:25 The Course Overview This video will give an overview of the entire course Implementing Data Validation Using Attributes The aim of this video is to make sure we validate the data before persisting it in the database to ensure all business rules are followed. • We add validation attributes from data annotations namespace to implement basic business rules • We plug in code into DbContext to run validation rules • We need to learn built-in validation attributes Validation In Controllers The aim of this video is to intercept invalid data in our API inside web controller instead of waiting till DbContext fires to have more flexibility in the process. • Learn how to use controller base functionality to validate models as part of model binding • See how child object validation work when we submit object graph • Explore ModelStateDictionary API Exposing Validation in MVC Views The aim of this video is to provide helpful user hints and better experience • Understand client side unobtrusive JQuery validation that comes with ASP.NET Core • Implement client side validation in MVC views • Extend client side validation with custom attributes Using Business Objects for Validation The aim of this video is to use business objects for validation to provide better separation of concerns between UI and persistence layer • Make a case for business objects • Create business objects that support validation • Use AutoMapper to simplify code The Course Overview This video will give an overview of the entire course The Course Overview This video will give an overview of the entire course The Course Overview This video will give an overview of the entire course The Course Overview This video will give an overview of the entire course This video will give an overview of the entire course This video will give an overview of the entire course Implementing Data Validation Using Attributes The aim of this video is to make sure we validate the data before persisting it in the database to ensure all business rules are followed. • We add validation attributes from data annotations namespace to implement basic business rules • We plug in code into DbContext to run validation rules • We need to learn built-in validation attributes Implementing Data Validation Using Attributes The aim of this video is to make sure we validate the data before persisting it in the database to ensure all business rules are followed. • We add validation attributes from data annotations namespace to implement basic business rules • We plug in code into DbContext to run validation rules • We need to learn built-in validation attributes Implementing Data Validation Using Attributes The aim of this video is to make sure we validate the data before persisting it in the database to ensure all business rules are followed. • We add validation attributes from data annotations namespace to implement basic business rules • We plug in code into DbContext to run validation rules • We need to learn built-in validation attributes Implementing Data Validation Using Attributes The aim of this video is to make sure we validate the data before persisting it in the database to ensure all business rules are followed. • We add validation attributes from data annotations namespace to implement basic business rules • We plug in code into DbContext to run validation rules • We need to learn built-in validation attributes The aim of this video is to make sure we validate the data before persisting it in the database to ensure all business rules are followed. • We add validation attributes from data annotations namespace to implement basic business rules • We plug in code into DbContext to run validation rules • We need to learn built-in validation attributes The aim of this video is to make sure we validate the data before persisting it in the database to ensure all business rules are followed. • We add validation attributes from data annotations namespace to implement basic business rules • We plug in code into DbContext to run validation rules • We need to learn built-in validation attributes Validation In Controllers The aim of this video is to intercept invalid data in our API inside web controller instead of waiting till DbContext fires to have more flexibility in the process. • Learn how to use controller base functionality to validate models as part of model binding • See how child object validation work when we submit object graph • Explore ModelStateDictionary API Validation In Controllers The aim of this video is to intercept invalid data in our API inside web controller instead of waiting till DbContext fires to have more flexibility in the process. • Learn how to use controller base functionality to validate models as part of model binding • See how child object validation work when we submit object graph • Explore ModelStateDictionary API Validation In Controllers The aim of this video is to intercept invalid data in our API inside web controller instead of waiting till DbContext fires to have more flexibility in the process. • Learn how to use controller base functionality to validate models as part of model binding • See how child object validation work when we submit object graph • Explore ModelStateDictionary API Validation In Controllers The aim of this video is to intercept invalid data in our API inside web controller instead of waiting till DbContext fires to have more flexibility in the process. • Learn how to use controller base functionality to validate models as part of model binding • See how child object validation work when we submit object graph • Explore ModelStateDictionary API The aim of this video is to intercept invalid data in our API inside web controller instead of waiting till DbContext fires to have more flexibility in the process. • Learn how to use controller base functionality to validate models as part of model binding • See how child object validation work when we submit object graph • Explore ModelStateDictionary API The aim of this video is to intercept invalid data in our API inside web controller instead of waiting till DbContext fires to have more flexibility in the process. • Learn how to use controller base functionality to validate models as part of model binding • See how child object validation work when we submit object graph • Explore ModelStateDictionary API Exposing Validation in MVC Views The aim of this video is to provide helpful user hints and better experience • Understand client side unobtrusive JQuery validation that comes with ASP.NET Core • Implement client side validation in MVC views • Extend client side validation with custom attributes Exposing Validation in MVC Views The aim of this video is to provide helpful user hints and better experience • Understand client side unobtrusive JQuery validation that comes with ASP.NET Core • Implement client side validation in MVC views • Extend client side validation with custom attributes Exposing Validation in MVC Views The aim of this video is to provide helpful user hints and better experience • Understand client side unobtrusive JQuery validation that comes with ASP.NET Core • Implement client side validation in MVC views • Extend client side validation with custom attributes Exposing Validation in MVC Views The aim of this video is to provide helpful user hints and better experience • Understand client side unobtrusive JQuery validation that comes with ASP.NET Core • Implement client side validation in MVC views • Extend client side validation with custom attributes The aim of this video is to provide helpful user hints and better experience • Understand client side unobtrusive JQuery validation that comes with ASP.NET Core • Implement client side validation in MVC views • Extend client side validation with custom attributes The aim of this video is to provide helpful user hints and better experience • Understand client side unobtrusive JQuery validation that comes with ASP.NET Core • Implement client side validation in MVC views • Extend client side validation with custom attributes Using Business Objects for Validation The aim of this video is to use business objects for validation to provide better separation of concerns between UI and persistence layer • Make a case for business objects • Create business objects that support validation • Use AutoMapper to simplify code Using Business Objects for Validation The aim of this video is to use business objects for validation to provide better separation of concerns between UI and persistence layer • Make a case for business objects • Create business objects that support validation • Use AutoMapper to simplify code Using Business Objects for Validation The aim of this video is to use business objects for validation to provide better separation of concerns between UI and persistence layer • Make a case for business objects • Create business objects that support validation • Use AutoMapper to simplify code Using Business Objects for Validation The aim of this video is to use business objects for validation to provide better separation of concerns between UI and persistence layer • Make a case for business objects • Create business objects that support validation • Use AutoMapper to simplify code The aim of this video is to use business objects for validation to provide better separation of concerns between UI and persistence layer • Make a case for business objects • Create business objects that support validation • Use AutoMapper to simplify code The aim of this video is to use business objects for validation to provide better separation of concerns between UI and persistence layer • Make a case for business objects • Create business objects that support validation • Use AutoMapper to simplify code Advanced Query Techniques 4 lectures 30:24 Windowing Functions The aim of this video is to learn how to retrieve the data in pages using windowing functions. • We need to understand paging concepts • Learn how to use Skip() and Take() functions to accomplish paging • Discuss how to get the totals necessary to provide UI Working with Joins The aim of this video is to combine related data from multiple tables in a single results set. This is where joins come in. • Learn the joins functionality available in RDBMSs • Implement joins with query syntax • Implement joins with method syntax Left Outer Joins and Unions The aim of this video is to combine similar data from unrelated tables in a single query using unions. • Understand the left outer joins functionality available in RDBMSs • Implement left outer joins using query and method syntax • Use unions to combine and reshape the data from multiple tables Using Stored Procedures and Views The aim of this video is to use existing database assets or have a facility to optimize our data access code with database procedures and views • Learn how to execute stored procedures with DbContext API • Understand how to expose views and query them with Entity Framework • Use parameterized procedures to query data Advanced Query Techniques. 4 lectures 30:24 Windowing Functions The aim of this video is to learn how to retrieve the data in pages using windowing functions. • We need to understand paging concepts • Learn how to use Skip() and Take() functions to accomplish paging • Discuss how to get the totals necessary to provide UI Working with Joins The aim of this video is to combine related data from multiple tables in a single results set. This is where joins come in. • Learn the joins functionality available in RDBMSs • Implement joins with query syntax • Implement joins with method syntax Left Outer Joins and Unions The aim of this video is to combine similar data from unrelated tables in a single query using unions. • Understand the left outer joins functionality available in RDBMSs • Implement left outer joins using query and method syntax • Use unions to combine and reshape the data from multiple tables Using Stored Procedures and Views The aim of this video is to use existing database assets or have a facility to optimize our data access code with database procedures and views • Learn how to execute stored procedures with DbContext API • Understand how to expose views and query them with Entity Framework • Use parameterized procedures to query data Windowing Functions The aim of this video is to learn how to retrieve the data in pages using windowing functions strong ...

Additional information

Entity Framework Core

Mastering Entity Framework Core - Advanced Querying, Migrations and Testing

£ 150 + VAT