views:

21

answers:

1

SO I am just getting started with this. New to .NET, SQL Server, C#, VB.NET, etc and the closest thing I have to related to this is some experience with MS Access and the VBA that relates to that and MS Office automation.

So I do have Visual VB.NET 2008 Express installed, SQL Server 2005 express installed, and I do know how to start a brand new project in VB.NET, and then add the database to the solution explorer, modify the tables/fields, etc. I know how to create a WinForm, add some controls (and name them and whatnot).....

So in MS Access I know how to use VB in the Code-Behind-Form to use the form in an unbound manner, and insert data into the tables via Visual Basic with SQL statements. I am looking to be able to begin the same sort of thing here, because I guess I have to start somewhere??

any advice, tips, tricks, resources, examples, etc is very much appreciated

apologies for the access references that will no doubt follow as its the only thing I have to go from.

thanks justin

+2  A: 

This may be a bit overwhelming, but I'd start with the videos here: http://windowsclient.net/learn/

and in particular, look for the data videos at the bottom of this page.

http://windowsclient.net/learn/videos.aspx

David Stratton
thank you very much for the resource! i will certainly take advantage of it, and learn as much as I can there! thanks!
Justin