Posted By: Beth Massi | Sep 10th, 2007 @ 11:39 AM | 27,023 Views | 7 Comments
In this in interview John Stallo, a Program Manager on the Visual Basic Team, talks about WCF and simple N-Tier applications. He talks about a specific architecture scenario and some of the pain points we have building n-tier applications today. He then walks us through the improvements made in the DataSet Designer that physically separates the data access from the structure and validation code and then quickly creates a WCF service and a client that demonstrates this architecture.

Here's the step-by-step walkthrough of what John demonstrates. 

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

Media Downloads:
Rating:
1
0

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 Smiley

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.

john did said that you are preparing a tutorial on N-Tier in how Do I vedioes I have cheacked this ection but did not find what you said you going to do - so whats happning
Microsoft Communities