Path Courses
LINQ Fundamentals LINQ is a set of technologies integrated with .NET languages to provide query capabilities. LINQ offers common query syntax to query different data sources like SQL databases, XML documents, ADO.NET Datasets, Web services and objects. Learn to write, run and test your LINQ queries using C# and linqpad.
What you will learn:
- What is LINQ?
- LINQ Architecture
- LINQ Flavors
- Advantages and Disadvantages of LINQ
- LINQ Pad
- LINQ Query Syntax and Query Execution
- LINQ Query Operators
- Var type vs. Generics
- Collection Interfaces
LINQ with Entity Framework and EF Core LINQ offers a unified APIs to query SQL and NoSQL database using Entity Framework and EF Core. Here, you will learn how to write LINQ-to-Entities queries and get the result in Entity Framework 6.x as well as in Entity Framework Core.
What you will learn:
- LINQ with Entity Framework
- LINQ Query Providers
- LINQ Pad to Test and run LINQ Query
- Querying Entity Framework 6.x DAL
- Entity Data Loading: Lazy Loading and Eager Loading
- Querying Entity Core DAL
- SQL Joins with LINQ
Getting Started with Entity Framework Core Entity Framework (EF) Core is an open-source and cross-platform data access technology for .NET applications. EF Core is an object-relational mapper (O/RM) which enables .NET developers to query SQL and NoSQL database in an object-oriented fashion.
What you will learn:
- Introduction to Entity Framework
- Entity Framework Core
- EF Core vs. EF 6.x
- EF Core Data Modeling Approaches
- Defining Model and Schema
- Creating Database Using EF Core Code First
Entity Framework Core Fundamentals This course will cover the fundamentals of what you need to know to start building your .NET core based applications using ASP.NET Core and Entity Framework Core.
What you will learn:
- EF Core Conventions
- EF Core Custom Conventions
- EF Core Migration
- Script Migration
- Database Reverse Engineering
- DbContext Scaffolding
- EF Core Power Tool
- Relationships in Database
Working with Data Using Entity Framework Core Entity Framework Core is a cross-platform, lightweight and extensible version of existing EF. If you are new to EF Core or existing EF developers, this course will help you to get started with EF Core using ASP.NET Core. Here, you'll learn how to define model and mappings to create a database using migrations and finally, perform database CRUD operations using EF Core and ASP.NET Core.
What you will learn:
- Introduction to ORM
- Introduction to EF Core
- EF Core Data Modeling
- Creating Entities and Database
- EF Core Migrations
- Performing CRUD Operations