I’m a C# and MySQL developer, but I’m looking into Microsoft’s SQL Server for a new project.
I’m familiar with MySQL syntax and the .NET connector. Does anyone know of any decent tutorials that just cover the code to interact with SQL Server? No C# basics or SQL basics, just how to get the two technologies to connect and interact.
Here is a basic tutorial to
This implementation of a connection will work with the .NET frameworks (specifically ASP and ADO)