|
Chapter 3
The Essence of LINQ
Reproduced from the book
Essential LINQ. Copyrightã 2008, Pearson Education,
Inc., 800 East 96th Street, Indianapolis, IN 46240.
Next>>
|
The Essence of LINQ
This chapter covers the seven foundations on which an understanding of LINQ can
be built. LINQ is
These ideas may sound esoteric at first, but I believe you will find them quite
easy to understand. LINQ has a fundamental simplicity and elegance. In this
chapter and the next, we explore LINQ’s architecture, giving you a chance to
understand how it was built and why it was built that way. This chapter
explains goals that LINQ aims to achieve.
Also read
Explain the concepts and capabilities of Aspect-Oriented Programming, AOP.
What is Aspect in AOP?
AOP approach addresses Crosscutting concerns. Explain
The components of AOP are advices/interceptors, introductions, metadata, and
pointcuts. Explain them
AOP vs OOPs...........
|