VB.NET 3 tier/n-tier sample applications

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.
 
C

Cor Ligthert [MVP]

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
 
J

Jim Hubbard

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top