Raw SQL Queries and Split Queries

Learn the basics of using raw SQL queries and split queries to improve query operations.

We'll cover the following

Overview

In this lesson, we’ll review the following topics:

  • Raw SQL queries
  • Split queries

Note: The outputs from the projects in this lesson contain the results of sample codes and logs of the translated SQL queries used.

Raw SQL queries

Raw SQL queries provide a powerful medium to interact with relational databases. They are beneficial when we cannot express the desired query with LINQ.

We’ll demonstrate them using the C# console project below:

Get hands-on with 1200+ tech skills courses.