Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between n-tier and n-layer architecture?



What is the difference between n-tier and n-layer architecture?..

Answer / Sapna Rai

N-tier architecture refers to a software design pattern in which an application is divided into multiple logical layers or tiers, each running on a separate server. Each tier can be thought of as a collection of processes that communicate with one another through well-defined interfaces. On the other hand, N-layer architecture is a design pattern in which an application is logically separated into distinct layers based on their responsibilities, but all layers run on the same machine.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What is expression tree in linq?

1 Answers  


What are the important points to remember while using lambda expressions?

1 Answers  


What is the advantage of linq in c#?

1 Answers  


What is difference between linq and lambda expression?

1 Answers  


what is the purpose of LINQ providers in LINQ?

1 Answers  


Is linq to sql dead?

1 Answers  


Explain what are linq query expressions?

1 Answers  


The standard query operators are themselves a set of extension methods that provide the LINQ query functionality for any type that implements the IEnumerable interface in Visual Basic. Is it True or False?

1 Answers  


What is difference between linq and entity framework?

1 Answers  


What is linq in vb net?

1 Answers  


Explain how you can assign a lambda expression to a delegate?

1 Answers  


What is difference between into and let keyword in LINQ?

1 Answers  


Categories