Visual Studio Console App (.NET Framework) using Entity Framework and LocalDB
Posted in C#, Entity Framework, LocalDB, SQL, SQL Server Management Studio, SSMS, Uncategorized, Visual Studio
I often use Visual Studio and LocalDB in combination with Entity Framework 6+ for Prototyping or to make a quick sample. I also publish them sometimes to my Github Page Sample Code for this post can be found here: https://github.com/itsChris/Sample-EF-RelationsApp In the following steps we’ll: Create a .NET Framework 4.5 Console App -> not .NET…