Sharing the goodness…
Beth Massi is a Senior Program Manager on the Visual Studio team at Microsoft and a community champion for business application developers. Learn more about Beth.
More videos »
I just released two videos and started a new series on LINQ in Visual Basic. I'm really excited about these new language features in this new version. I'll be adding more in the weeks to come so check back often!
Also, if you love the video style of learning then you'll definitely want to check out more that are available on MSDN:
Hi Beth,
Thanks for great videos!
I am trying to learn basics. Can you please tell me the difference between forms over data video #2 (one to many) and #16 (update related tables)?
Can't you update both tables just using code that you described in video #2?
I am confused...they seem similar with respect to using related tables.
Thanks and happy new year, mike
Hi Mike,
Video 16 shows how to enforce referential integrity on the client and update the tables properly in that situation. In a muti-user scenario this is the best approach.
HTH,
-B