December 2019
Intermediate to advanced
510 pages
11h 33m
English
In the current example, we use some stored procedures that implement create, read, and update operations. In this book, we will not go into much detail about the SQL server programming model, but it is essential to understand that the code-first approach is not the only way to proceed. Stored procedures are an excellent way to implement interactions between services and a database.
First of all, let's create stored procedures to read data: ...