0:00 – 1:33
Intro
1:33
Architecture discussion
6:30
N-tier project layout
7:15
Separating data access code (TableAdapters) from the structure (DataSet)
10:36
Adding validation code
12:55
Creating the WCF service
15:31
Adding the service reference on the client and reusing types
19:17
Databinding to the client form and calling the service
Very good video. This sample application in VB .Net 2008 could be very useful to many. Can you please post a link to this source?Thanks
I don't have the sample application used but I'm working on a set of How-Do-I videos that will be posted on the VB Dev Center when they are ready. Thanks!
Thanks for the planned post of these videos.
This sample application using an N-tier layout as illustrated in this video when combined with the (new) separation of of the TableAdapters and DataSet is just something that will be gold to have a sample of for learning reference.