AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

LINQ Provider Basics : Mehfuz Hossain

Monday, November 10 2008

Learn how to create custom LINQ providers. LINQ (Language Integrated Query) works as a middle tier between data store and the language environment. From a developer's point of view, it is just a new pattern for querying data from multiple data structures directly in the IDE. Behind the scenes it does a whole lot of tasks like expression processing, validation and calling the right routine to fetch data or build a query to run in SQL Server. In short, LINQ stands as common query gateway between the language and the data store....

Read More:
LINQ Provider Basics : Mehfuz Hossain
Also See:
Rich Text Editor - Part I : Haissam Abdul Malak
Speed Up with Project Templates Using Visual Studio 2005 - Part 3 : Ameet Phadnis
.NET CodeToHTML : Paschal L
Save Changes on Close of Browser or when exiting the page. : Abishek R Srikaanth.
A Navigation System Comes Easily : Xun Ding

Post your comment

Comment