I am looking for good C# .NET 4.0 database tutorials. I want to learn working with a database in C#, i already know SQL from another language PHP.
Thnx
If you have a good book and want to start with ADO connections, there are many other resources you can find even on YouTube:
http://www.youtube.com/watch?v=OJfYSZzZOP8&playnext=1&list=PL9BB41F611F699292
You can also just guess at a lot of this since you have some experience in PHP.
There is also an ADO video (but in VB) on http://dnrtv.com, but it translates easily to C#
A good book like Professional C# (from Wrox) will have many examples.
try this c# database tutorial
http://csharp.net-informations.com/ado.net/csharp-ado.net-tutorial.htm
THis is a step by step and a complete tutorial.
wills.
Another tutorial
http://www.codeproject.com/Articles/8477/Using-ADO-NET-for-beginners
You can also google ADO.Net to find more, there's a lot out there
C# is an international standard programming language.To learn it on this site you must use at least the csc compiler, which you get from having the .NET Framework installed in your computer.
http://www.dapfor.com/en/net-suite/net-grid/tutorial
You can search for it in youtube, type in how to connect database in c# and you'll have a bunch of informative videos to choose from. Goodluck my friend!
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.