Could anyone let me know how to implement C#.net with MS SQL server? Any tutorials that I can take from?
Printable View
Could anyone let me know how to implement C#.net with MS SQL server? Any tutorials that I can take from?
That's a very broad question, plus the details may be different depending on what version of the IDE you're using. Given that C# is Microsoft's preferred language and SQL Server is their preferred database, MSDN would be the logical first palce to look. You could use the members of the System.Data.SqlClient namespace to interact with SQL Server, but if you're using VS 2005 then the IDE has other in-built features that you can use to avoid direct contact with those types. You should also check out some of the tutorials in my signature for information on ADO.NET.
Here are some links to take a look at, but, as jmcilhinney alluded, how much they help or a relevant depends on what version of C# and what version of SQL Server you are using.
You didn't state either version.
Are there any tutorials out there that I can take a look to implement C#.net with the SQL server?