dot net 3 tire architecture

  • Thread starter Thread starter vinu
  • Start date Start date
V

vinu

Hai,

I am new in asp.net, I would like to know about 3 tire architechure,
and its sample coding in different layears, If any one can explain
this pls. help me..

Thanks
Vinod
 
vinu said:
Hai,

I am new in asp.net, I would like to know about 3 tire architechure,
and its sample coding in different layears, If any one can explain
this pls. help me..

http://www.microsoft.com/technet/archive/itsolutions/intranet/plan/introdna.mspx?mfr=true

You should go do your home work.

http://www.google.com/search?hl=en&q=building+N-tier+applications+using+.Net&btnG=Search


This may help you too to know that 3-tier architecture can be applied to
Windows Desktop and ASP.Net solutions.

MODEL-VIEW-PRESENTER

http://www.polymorphicpodcast.com/

click 'Shows'

click 'Design Patterns Bootcamp: Model View * Patterns*

view parts 1-5

You can use Google to get more information about this or find books.
 
Vinu,

3 tier architecture is a way of developping from the time of the non
client/Server time (more from monitor to mainframe time)

There is a kind of simulating this on PC client by using multiple layers.

It is by instance not something Linq is direct designed for (you can do it
by creating a lot of spagettis software, but not my words you can use it). I
would in your ASPNET environment forget it until you spread your development
in teams for creating business rules and solely doing data access parts and
more of this kind of stuff.

Cor
 
Back
Top