Click here to Skip to main content
15,896,278 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi i want to know how many types (2-tier,3-tier)tier architecture in .net
Posted

A simple Google Search[^] would had told you that.

Tier wise architecture: 1-tier, 2-tier, 3-tier, n-tier

In general, architecture wise there are lots of them, like SOA, MVC, etc.
 
Share this answer
 
Comments
Rupa1 1-Feb-11 5:38am    
thx a lot sir.................
Sergey Alexandrovich Kryukov 1-Feb-11 14:51pm    
That make sense, my 5.
However, you know that I rather prefer to point out OP's misconceptions and even consider this more useful - please see my Answer.
--SA
This is invalid question in application to .NET. .NET Framework is not an application framework. It is a fully-fledged programming platform and very valuable due to its universal features.

If the framework was limited to any countable number of architectures classified by tiers, who would need it? Instead, you can use variety of universal technologies including remoting, WCF, Windows Services, Web Services and SOAP, ASP.NET and more. You only need to learn how to select a proper set (depending on the applications) of those to build n-tier architecture or whatever else. :)

—SA
 
Share this answer
 
v2
Comments
Espen Harlinn 1-Feb-11 17:49pm    
Good answer, 5+
Sergey Alexandrovich Kryukov 1-Feb-11 20:23pm    
I knew you would understand that :-) Thank you.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900