Hi

1. I am in process of designing N-Tier Application using ASP.NET. Can
anyone guide me the right material or microsoft guidelines document
which I can used in designing the N-Tier application.

2. I would also like to know whether to use Web Services or .Net
Remoting in designing N-Tier application
3. General 3 Tier architecture has 3 Tier : Presentation Layer ,
Business Layer and Database Layer
How this 3 layers are seperated out in N-Tier architecture.

Help would be very much appreciated.

Thanks

Silent Ocean

RE: N Tier Architecture ? by hardrain

hardrain
Thu Aug 11 02:35:02 CDT 2005

It is separated by creating new project (usually a class project, web
service). Class project that will reference the web service that contains
business rules, computations or data.

"Silent Ocean" wrote:

> Hi
>
> 1. I am in process of designing N-Tier Application using ASP.NET. Can
> anyone guide me the right material or microsoft guidelines document
> which I can used in designing the N-Tier application.
>
> 2. I would also like to know whether to use Web Services or .Net
> Remoting in designing N-Tier application
> 3. General 3 Tier architecture has 3 Tier : Presentation Layer ,
> Business Layer and Database Layer
> How this 3 layers are seperated out in N-Tier architecture.
>
> Help would be very much appreciated.
>
> Thanks
>
> Silent Ocean
>