linq in VS 2008
-
can any body give me Idea about linq in VS 2008
-
can any body give me Idea about linq in VS 2008
-
can any body give me Idea about linq in VS 2008
MSDN - LINQ[^] Wikipedia - LINQ[^] LINQ is part of .net 3.5 which comes with VS 2008. it provides an integrated query language for performing searches and sorts on collections. various providers also allow LINQ to be used for the same operations over SQL connections and XML files. (Linq-to-sql and Linq-to-xml). (And with SP1, entities in the entity framework (linq-to-entities). What is it you want to do with it?
Simon
-
can any body give me Idea about linq in VS 2008
Scott Gu[^] has nice introductory articles at his blog.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion