Skip to content

MSSQL - Data Definition and Datatypes, CRUD, Built-in Functions, Data Aggregation, Table Relations, Subqueries and JOINs, Programability and Transactions. EF Core - Code First & Database First, Entity Relations, Advanced Querying, Automapping Objects(Automapper), XML and JSON Processing

License

Notifications You must be signed in to change notification settings

DimchoLakov/CSharp-Databases-Fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSSQL & EF Core

MSSQL Databases are the standard way to use dynamic information in modern technologies, making them an integral part of almost every application. The Intensive Basics Course will introduce you to one of the most widely used database management systems (DBMS) used in the development of modern information systems - Microsoft SQL Server. The course focuses on relational modeling, data modeling with ER diagrams (tables and relations between them) and SQL language (data retrieval, selection, projection, joining, aggregation, grouping, modification, deletion and insertion). Fundamental knowledge about ACID transactions and transaction processing and practical tips for adjusting productivity are provided. This course sets the basics of working with databases, making it easier to use in real-world applications, and understanding concepts such as database transformation into object-oriented (ORM) modeling.

EF Core The course tracks in detail the ORM technology: Entity Framework Core (EF core), which is an ORM standard in C # and .NET Core applications. EF Core allows mapping between a relational database and an object-oriented model using both the "database first" and "code first" approaches and provides a powerful object-oriented API for querying the database and performing CRUD operations. We will demonstrate established practices in building a database layer on sophisticated systems using the "Repository" and "Unit of Work" templates.

About

MSSQL - Data Definition and Datatypes, CRUD, Built-in Functions, Data Aggregation, Table Relations, Subqueries and JOINs, Programability and Transactions. EF Core - Code First & Database First, Entity Relations, Advanced Querying, Automapping Objects(Automapper), XML and JSON Processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published