Most relational databases are a modern marvel, with many features waiting for you to use. However, for .NET developers, you often need to discover methods to get data into and out of our database instances that work for our use cases. In this post, you’ll explore Microsoft SQL Server’s (MSSQL) Cursor
and how to use it with the Entity Framework Core APIs.
Using SQL Server Cursors with Entity Framework Core
