473,433 Members | 1,796 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,433 software developers and data experts.

N-Tier Design

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

--
Best Regards

The Inimitable Mr Newbie º¿º
Nov 23 '05 #1
10 1294
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

"
Nov 23 '05 #2
I dont think this really answers my question does it ?

--
Best Regards

The Inimitable Mr Newbie º¿º
"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:uu**************@TK2MSFTNGP10.phx.gbl...
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

"

Nov 23 '05 #3
http://www.lhotka.net/ArticleIndex.a...ea=CSLA%20.NET

There is an edition for VB and C#.

"Mr Newbie" <he**@now.com> schreef in bericht
news:%2****************@TK2MSFTNGP09.phx.gbl...
Does anyone have any recommendations for a really good book, or web site
article on design of N-Tier systems using .NET

--
Best Regards

The Inimitable Mr Newbie º¿º

Nov 23 '05 #4
Thanks

--
Best Regards

The Inimitable Mr Newbie º¿º
"Michel van den Berg" <mv*@promontis.nl> wrote in message
news:eF****************@TK2MSFTNGP12.phx.gbl...
http://www.lhotka.net/ArticleIndex.a...ea=CSLA%20.NET

There is an edition for VB and C#.

"Mr Newbie" <he**@now.com> schreef in bericht
news:%2****************@TK2MSFTNGP09.phx.gbl...
Does anyone have any recommendations for a really good book, or web site
article on design of N-Tier systems using .NET

--
Best Regards

The Inimitable Mr Newbie º¿º


Nov 23 '05 #5
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
Nov 23 '05 #6
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.

--
Best Regards

The Inimitable Mr Newbie º¿º
"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:%2***************@TK2MSFTNGP15.phx.gbl...
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

Nov 23 '05 #7

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/tg...63033?v=glance

regards

Michel Posseth [MCP]
"Mr Newbie" <he**@now.com> schreef in bericht
news:%2****************@TK2MSFTNGP09.phx.gbl...
Does anyone have any recommendations for a really good book, or web site
article on design of N-Tier systems using .NET

--
Best Regards

The Inimitable Mr Newbie º¿º

Nov 23 '05 #8
Thanks for your link and message. I will take a look at it.

--
Best Regards

The Inimitable Mr Newbie º¿º
"m.posseth" <po*****@planet.nl> wrote in message
news:u3*************@TK2MSFTNGP15.phx.gbl...

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/tg...63033?v=glance

regards

Michel Posseth [MCP]
"Mr Newbie" <he**@now.com> schreef in bericht
news:%2****************@TK2MSFTNGP09.phx.gbl...
Does anyone have any recommendations for a really good book, or web site
article on design of N-Tier systems using .NET

--
Best Regards

The Inimitable Mr Newbie º¿º


Nov 23 '05 #9
Hi!

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


There is a lot of guidance on the patterns & practices center:
http://msdn.microsoft.com/practices/compcat/

See as well:
http://msdn.microsoft.com/architecture/

Cheers

Arne Janning
Nov 23 '05 #10
Thank you very much for your reply. I will take a look at the links you
posted.

--
Best Regards

The Inimitable Mr Newbie º¿º
"Arne Janning" <sp***********************@gmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Hi!

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


There is a lot of guidance on the patterns & practices center:
http://msdn.microsoft.com/practices/compcat/

See as well:
http://msdn.microsoft.com/architecture/

Cheers

Arne Janning

Nov 23 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: tstephan | last post by:
In the past we have used the classic nTier design with COM+, SQL Server and MFC. We are currently working on a new project with an opportunity to use .NET, ADO.NET, etc. One of the areas where I...
3
by: zlst | last post by:
Many technological innovations rely upon User Interface Design to elevate their technical complexity to a usable product. Technology alone may not win user acceptance and subsequent marketability....
25
by: Stuart Hilditch | last post by:
Hi all, I am hoping that someone with some experience developing nTier apps can give me some advice here. I am writing an nTier web app that began with a Data Access Layer (DAL), Business...
5
by: Ryan Ternier | last post by:
I know how this should be done in regards to nTier, but it seems a bit inneficient, and was wondering if there's a solution that I havn't thought of yet. (I'm switching this loop to For Each Row...
1
by: Dnx | last post by:
hi i'm a very beginner of visual studio .net 2003 and aspx/vb.net i have to create a project with an architecture ntier i understand the concept but in practical, i don't know where to begin... ...
0
by: Jon Vaughan | last post by:
Hello, I have an NTIER Model written in VB.NET, at the moment is running as a client / server. Pushing a pulling data from the client to the server is fine and is done via webservice calls. But...
0
by: Jon Vaughan | last post by:
Hello, I have an NTIER Model written in VB.NET, at the moment is running as a client / server. Pushing a pulling data from the client to the server is fine and is done via webservice calls. But...
0
by: acnx | last post by:
I have an ntier application. I am trying to determine what is the best practice for handing errors in a datagrid. My datagrids are able to add, update and delete data. I am using a...
0
by: ryanmajarais | last post by:
Guys is there any one of you know the Design Pattern used in .net do u know some website that have a sample program using desing pattern in MVC Model View controller??? and Nhibernate.... using ...
0
by: fra | last post by:
Ciao a tutti, è disponibile on line un esempio completo di progetto NTier da usare come base per lo sviluppo di una web application strutturata?? Intendo un esempio con gestione corretta dei vari...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.