News

Today’s README file explains how to create connection strings to SQL Server databases using Visual Studio’s built-in tools. To provide an example using real source, I created a simple Winforms ...
Welcome to this guide on setting up a SQL Server Database Project using Visual Studio 2022. In this tutorial, we'll explore the SQL Server Database Project template provided by Visual Studio, covering ...
In my column last month, "Simplifying Development with Database Projects," I described how to create a Visual Studio database project and I promised that it would make managing changes to your ...
Having recently set up an old desktop as a dev machine in order to avoid trashing my main computer with evaluation software (don't get me started), I decided it was time to try out Visual Studio 11 ...
With the Visual Studio tools, developers can perform necessary tasks without needing the admin-focused SQL Server Management tool on their developer computer. Essentially, Visual Studio removes ...
I could just enter those into Visual Studio's Package Manager Console window. However, I want to be able to recreate my database container with new data whenever I want. To support that, I use the ...
How to create applications with databases that can scale as much as needed About isolation levels and database internals; We recently caught up with Mauri for a short Q&A to learn more about his ...
How to create applications with databases that can scale as much as needed About isolation levels and database internals; We recently caught up with Mauri for a short Q&A to learn more about his ...