473,397 Members | 1,972 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,397 software developers and data experts.

n tier applications

hi
I would like to know what n tier applications are (i thought i already knew
that).
I had developed an applicaton that had a DAL layer, BLL layer, database and
user interface layer. what exactly is a layer? i had one .net solution file
and in that i had different projects representing these layers.
I thought thsi is a n tier application. but one of my friends in uni thinks
its not. am i correct in saying that all the tiers in an n tier app may not
reside on different servers. also my applicaiton was in C# and sql server. i
would like to see a real world .net application. anyone know any good links?

please give me as much input as possible as i am very new to this area.

warm regards

Jul 21 '05 #1
2 1265
The pattern that used to be called N-Tier is no longer discussed in the
formal literature, partly because it ended up with so many meanings. The
meaning that you refer to (as described by your post) is now called
"Layers". See the following link
http://msdn.microsoft.com/library/de...pplication.asp

Your use of the term is perfectly fine. Most of the emphasis on n-tier was
a logical seperation for the sake of reducing coupling, enhancing cohesion,
and improving reusability and testability.

As I mentioned, the term had many meanings. One of the other common uses
for it was to describe a distributed system where various layers would run
at specific logical locations on different machines. This use has largely
been supplanted with Service Oriented Architectures.

I hope this helps,
--- Nick Malik
"Frazer" <Fr****@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
hi
I would like to know what n tier applications are (i thought i already knew that).
I had developed an applicaton that had a DAL layer, BLL layer, database and user interface layer. what exactly is a layer? i had one .net solution file and in that i had different projects representing these layers.
I thought thsi is a n tier application. but one of my friends in uni thinks its not. am i correct in saying that all the tiers in an n tier app may not reside on different servers. also my applicaiton was in C# and sql server. i would like to see a real world .net application. anyone know any good links?
please give me as much input as possible as i am very new to this area.

warm regards

Jul 21 '05 #2
Hello Frazer,

Tier and layer mean the same thing.

It is the separation of the Presentation tier, Business Logic tier, and Data
tier (plus other tiers depending on the application) that makes an
application nTier, not physical separation on different computers. In
practice the tiers are generally on different compters.

Here are some links:

http://msdn.microsoft.com/library/de...asp?frame=true

http://encyclopedia.thefreedictionar...20architecture

http://www.developerfusion.com/show/3058/2/
--
Mike

Mike McIntyre
Visual Basic MVP
www.getdotnetcode.com


"Frazer" <Fr****@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
hi
I would like to know what n tier applications are (i thought i already knew that).
I had developed an applicaton that had a DAL layer, BLL layer, database and user interface layer. what exactly is a layer? i had one .net solution file and in that i had different projects representing these layers.
I thought thsi is a n tier application. but one of my friends in uni thinks its not. am i correct in saying that all the tiers in an n tier app may not reside on different servers. also my applicaiton was in C# and sql server. i would like to see a real world .net application. anyone know any good links?
please give me as much input as possible as i am very new to this area.

warm regards

Jul 21 '05 #3

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

Similar topics

77
by: nospam | last post by:
Reasons for a 3-tier achitecture for the WEB? (NOTE: I said, WEB, NOT WINDOWS. DON'T shoot your mouth off if you don't understand the difference.) I hear only one reason and that's to switch a...
25
by: David Noble | last post by:
We've been developing a web site using 3-tier architecture for 18 months now. There is a common layer that defines the classes - using XML schemas. The data layer acts as a wrapper to 3 databases...
4
by: Patrick | last post by:
I'm writing a winforms database application in C#. I've come across a lot of stuff lately about "N-Tier" architecture. Can anyone give me a simple explanation of N-Tier? The descriptions that...
2
by: meyousikmann | last post by:
I currently have 2-tier Windows applications that connect directly to Oracle to perform data operations. The connection method that I currently employ is to store user names and passwords...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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...

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.