Tutorials for .NET 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
            3:11 UTC
        
        
        Read the original article
        Hit count: 546
        
My earlier question and comments are at "What is ADO.NET". This 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