Data Access in C# and .NET Core (edX)

Data Access in C# and .NET Core (edX)
Course Auditing
Categories
Effort
Certification
Languages
Basics of the C# Programming Language. Object Oriented Programming
Misc
Data Access in C# and .NET Core (edX)
Learn everything you need to know to develop a data layer for your applications, including Entity Framework and Lambda basics. This course demonstrates the use of Microsoft data access technologies using C# and .Net Core.

Students will learn everything they need to know to develop a data layer for their applications. This course provides instruction in both text and video in order to provide the student with relevant learning opportunities.

Labs will help students add to an existing database, and build out parts of a functional data layer. Real world examples will be used to keep the instruction relevant for the students.


What you'll learn

- Introduction to Entity Framework

- Introduction to Object Relational Model (ORM)

- Creating Asynchronous Methods

- Scaffold entity objects from an existing database

- Basic data operations

- How to query data

- LINQ basics

- Lambda basics

- Migrations

- Entities relationships

- Eager and lazy loading

- Transactions

- Seeding databases

- Performance optimizations