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/