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-layer and N-tier architecture in LINQ?



what is the difference between N-layer and N-tier architecture in LINQ?..

Answer / Purnima Tiwari

N-layer architecture is a design pattern that separates an application into distinct logical layers (presentation, business logic, data access) to promote modularity, reusability, and maintainability. On the other hand, N-tier architecture is an extension of this concept where the application is divided into multiple tiers (presentation, application logic, data management) running on separate physical servers or containers.nIn LINQ, both concepts can be applied to structure the code, but the terms are more generally used in a broader context.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What is a linq expression?

1 Answers  


What is using system linq in c#?

1 Answers  


what is the difference between Skip() and SkipWhile() extension method?

1 Answers  


What is the extension of the file, when LINQ to SQL is used?

1 Answers   Arigo Infotech,


Write a program using skip and take operators. How can it beneficial for bulky data accessing on page?

1 Answers  


What are linq compiled queries?

1 Answers  


What is the use of firstordefault in linq?

1 Answers  


What is the difference between FirstOrDefault() and SingleOrDefault() extension method in LINQ ?

1 Answers  


What is linq in dot net?

1 Answers  


What is difference among Single, SingleOrDefault, First and FirstOrDefault?

1 Answers  


Define api in linq?

1 Answers  


How can you create Expression Trees?

1 Answers  


Categories