2
Managing Relational Data Using SQL Server
This chapter is about managing relational data stored in SQL Server, Azure SQL Database, or Azure SQL Edge. First, you will learn how to manage the data using native Transact-SQL statements. Next, you will learn how to manage data at a low level using ADO.NET libraries (Microsoft.Data.SqlClient
). Finally, you will use Dapper to make it easier to work with entity models.
This chapter will cover the following topics:
- Understanding modern databases
- Managing data with Transact-SQL
- Managing SQL Server data with low-level APIs
- Managing SQL Server data with Dapper
- Cleaning up data resources
Understanding modern databases
Two of the most common places to store data are in a Relational Database Management ...
Get Apps and Services with .NET 8 - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.