Further reading
Here are some useful links if you wish to learn more about the topics that were covered in this chapter:
- Creating a SQL Server database:Â https://docs.microsoft.com/en-us/sql/relational-databases/databases/create-a-database
- Creating SQL Server tables:Â https://docs.microsoft.com/en-us/sql/t-sql/statements/create-table-transact-sql
- Creating SQL Server stored procedures:Â https://docs.microsoft.com/en-us/sql/relational-databases/stored-procedures/create-a-stored-procedure
- The C#Â
using
 statement: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/using-statement - Dapper: https://github.com/StackExchange/Dapper
- DbUp:Â https://dbup.readthedocs.io/en/latest/