Need help learning to manipulate SQL Server db with VS2013 VB.net

  • I am quite fluent with VB6/VBA and Access and had written code in a few projects with those.

    I am migrating to VS2013 VB and SQLExpress. I went thru James Foxall's "Teach Yourself VS 2012" and start to get a feel of it. But there is only one chapter dealing with db/sql. I found his sample codes are very cumbersome. I searched the web and found some codes a lot more efficient, and quite similar to the old tools I know. But searching in the web is not organized.

    Is there some sites or tutorials that deal with this specific subject (as titled of this thread)?

    Would appreciate some pointers.

  • MSDN has ADO.NET Code Examples https://msdn.microsoft.com/en-us/library/dw70f090(v=vs.110).aspx to start with.

    First look at SqlClient namespace which is ADO.Net specific toolset for MS SQL DBs.

    Having already done some Db related projects you most probably worked with DataSets, which is the next step otherwise.

    Them you may wish to proceed with EF and LINQ.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply