November 2024
Beginner to intermediate
828 pages
20h 20m
English
This chapter is about reading from and writing to relational data stores, such as SQLite and SQL Server, by using the object-to-data store mapping technology named Entity Framework Core (EF Core).
This chapter will cover the following topics:
Two of the most common places to store data are in a relational database management system (RDBMS), such as SQL Server, PostgreSQL, MySQL, and SQLite, or a NoSQL database, such as Azure Cosmos DB, Redis, MongoDB, and Apache Cassandra.
Relational databases were invented in the 1970s. They are queried with Structured ...
Read now
Unlock full access