Tutorials for C# database app

Posted by ChrisC on Stack Overflow See other posts from Stack Overflow or by ChrisC
Published on 2010-03-21T02:41:24Z Indexed on 2010/03/21 2:51 UTC
Read the original article Hit count: 366

Filed under:
|
|

My question and comments here

http://stackoverflow.com/questions/2471198/what-is-ado-net

shows my level of knowledge about c# database apps.

Can someone point me to tutorials and/or primers that can help me proceed from where I am (also stated in other question)?

I've looked and all I've found are tutorials that talk about general db basics (ie, not helping with VS/C#), or talk about connecting to existing SQL db's. I need help setting one up and configuring it, as well as help on how to create and use queries to test the db schema.

© Stack Overflow or respective owner

Related posts about tutorials

Related posts about c#