The topics described here concentrates fully on pure .Net Framework, describing actual meaning of some programming concepts, FCL and best practices. However you will be using these concepts in all . Net framework compatible languages like Microsoft visual basic .net (VB.Net) or C# .Net (csharp.Net) to build a web application (Asp.Net) or Desktop applications (winforms .net) or Web/Windows services





This blog has moved!

You will be automatically redirected to the new address. If that does not occur, visit
http://Codemine.net
and update your bookmarks.

Thursday, June 7, 2007

LINQ

So what is LINQ ??. LINQ stands for Language INtegrated Queries. This is one of the important new feature which is going to get released with the next version of Visual Studio (9.0) code-named 'Orcas'. To read more about LINQ visit the following links to read the article written by Marius Bancila who is an MVP .

Article 1
Article 2
Article 3

It’s seems interesting. Let’s wait and see what is going to be the actual chunk

0 comments: