I got many questions about connecting to SQL server from C# code in the simpliest way. Now I show you some very simple static classes that you can use later in your project if you create them as a Library …
Tag: sqlconnection
There are several ways of creating connection to SQL server from your code. Some may like using the fully automatized connecting offered by Visual Studio and using that hackable app.config file. I choose this method only if I develop or …