Welcome to MSDN Blogs Sign in | Join | Help

Wriju's BLOG

.NET and everything

February 2007 - Posts

LINQ Resources
Let us compile the resources on LINQ Project and its components. To work with LINQ there are two options available for you. One is to install the Orcas CTP from MSDN and the other is with the Visual Studio 2005 install the LINQ May 2006 CTP. I would prefer Read More...
XLinq: Create XML from object using LINQ
We have seen how to create the XML content from raw data initializing elements and attributes one by one. More realistic approach in the world of application development would be to read the values either from relational database or collection. Let’s Read More...
XLinq: Beginners Walkthrough
Let’s play with Linq to XML (aka XLinq). XLinq is different from conventional .NET way to work with XML. Linq to XML is not the replacement it is smarter and superior way to work with XML with Language-INtegrated Query. Let’s suppose you need to create Read More...
LINQ in not only for Object Query
Hello all, Here we will explore another side of LINQ (Language-INtegrated Query). We all know that LINQ is to query the object (even to the System object). Using the System.Reflection namespace we can get the list of Methods, Fields etc using LINQ Query Read More...
Page view tracker