SQL Data Tools In C# - Database Creation, Management, and Deployment in Visual Studio

Full courses: Source Code: Patreon: Newsletter signup: What if I told you that you could create a SQL Database in Visual Studio, manage it like any other project, track it with source control, deploy it to multiple environment, and refactor it like C# code? In this video, I am going to show you how to do all of those tasks and more. The best part is that it is free and comes baked into Visual Studio. And no, we aren’t going to be using Entity Framework, although this method is compatible with Entity Framework. Chapters provided by: Ralfs HBK 0:00 - Intro 1:12 - SQL Server Database Project in Visual Studio 4:35 - Designing a new SQL database: adding and editing tables 11:22 - Adding a foreign key 12:46 - Publishing the database 17:10 - Putting data in database 18:52 - Adding a View 23:20 - Adding a Stored Procedure 25:00 - Publishing database with the added cha
Back to Top