VB.NET 3 tier/n-tier sample applications

  • Thread starter Thread starter Anil
  • Start date Start date
A

Anil

I want to download 3-tier/n-tier sample applications/source code for
VB.NET.
I searched a lot over google but couldnot find suitable links.
So kindly suggest any links for the same.
 
Anil,

The last time have I seen that people call a datalayer application as well a
3 Tier application.

If you search for a datalayer application. The Tier is than physical still
one however logical you have spread the program. Than in my idea you can
better look for a datalayer application.

I hope this helps,

Cor
 
As usual, Cor adds nothing to the thread he has chosen to interject himself
into.

Here are links to a small example of an N-tier application that you can
develop in about 20 minutes.

"Using Visual Studio .NET Wizards to Create an N-Tiered Application" by
David Catherman...
Part 1 : http://www.15seconds.com/issue/051103.htm (VS 2003)
Part 2 : http://www.15seconds.com/issue/051117.htm (VS 2005)
Part 3 : http://www.15seconds.com/issue/051123.htm

As N-tier apps have just as much to do with OOP as anything else, you'd do
well to study OOP also.

Jim
 
Back
Top