N-Tier Design

M

Mr Newbie

Does anyone have any recommendations for a really good book, or web site
article on design of N-Tier systems using .NET
 
C

Cor Ligthert [MVP]

Mr. Newbie,

You know that in fact all Net webapplications are N-Tier

The webbrowser is your client wherin you'r clientside code is processed.
Your code behind is processed for all clients on the ServerSide
Your SQL server or whatever does the dataconnection.

This is by the way complete different from a Windows application.

I hope that this gives an idea.

Cor

"
 
C

Cor Ligthert [MVP]

Than describe what kind of N-Tier you want for your Web application.

This can mean anything

What are the parts you are thinking about, because in my opinion is a
standard Webapplication a n-tier from the most pure design.

However if you want to put it more general over all your application, by
instance using a messenger from a complete different design, than it is of
course complete different way of business

I hope this helps,

Cor
 
M

Mr Newbie

You could argue that the presentation Tier is also already there in WebForms
applications. In any event, all you do have is the UI. So the Data Access
and Business Logic are something you need to design in.

I am writing an application which has workflow and I am trying to think hard
about my approach before I design it. There are so many things to take into
consideration such as coherant design, security, scaleability and best
practices to name but a few.

I dont propose to tell you that Im any sort of expert here, but I do like to
try and design things after some carefull consideration.
 
M

m.posseth

Newbie ,


i recomend this book :

When i wrote my first .Net distributed application ( as this is the true
name of n tier applications wich you mean )
i bought Microsoft .Net Distributed applications : Integrating XML web
services and .Net Remoting

ISBN 0-7356-1933-6 a MS press book that i still use as a reference
this book is really great and has even several study cases for wich
technology to use in wich scenario ( webservices , COM + , Remoting , MSMQ )

http://www.amazon.com/exec/obidos/t...11-1/ref=sr_11_1/103-2386022-7963033?v=glance

regards

Michel Posseth [MCP]
 
M

Mr Newbie

Thanks for your link and message. I will take a look at it.

--
Best Regards

The Inimitable Mr Newbie º¿º


m.posseth said:
Newbie ,


i recomend this book :

When i wrote my first .Net distributed application ( as this is the true
name of n tier applications wich you mean )
i bought Microsoft .Net Distributed applications : Integrating XML web
services and .Net Remoting

ISBN 0-7356-1933-6 a MS press book that i still use as a reference
this book is really great and has even several study cases for wich
technology to use in wich scenario ( webservices , COM + , Remoting ,
MSMQ )

http://www.amazon.com/exec/obidos/t...11-1/ref=sr_11_1/103-2386022-7963033?v=glance

regards

Michel Posseth [MCP]


Mr Newbie said:
Does anyone have any recommendations for a really good book, or web site
article on design of N-Tier systems using .NET
 

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