LINQ is auniform programming modelfor any kind of data. LINQ enables you to query and manipulate data with a consistent model that is independent from datasources. LINQ is just another tool for embedding SQL queries into code. LINQ is yet another data abstraction layer.
LINQ is amethodology that simplifies and unifies the implementation of any kind of data access. LINQ does not force you to use a specific architecture; it facilitates theimplementation of several existing architectures for accessing data. As with every tool, itcan be used in both good and in bad ways. To get the most out of LINQ, you will have to master it.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
LINQ is auniformprogramming modelfor any kind of data. LINQ enables you to querySQL queries into code.
and manipulate data with a consistent model that is independent from datasources.
LINQ is just another tool for embedding
LINQ is yet another data abstraction layer.
LINQ is amethodology that simplifies and unifies the implementation of any kind of data access. LINQ does not force you to use a specific architecture; it facilitates theimplementation of several existing architectures for accessing data. As with every tool, itcan be used in both good and in bad ways. To get the most out of LINQ, you will have to master it.