|
|
Browse by Tags
All Tags » XLinq
-
There is a very good resource on LINQ design guidelines that you can read more on it here:
LINQ Framework Design Guidelines (http://blogs.msdn.com/mirceat/archive/2008/03/13/linq-framework-design-guidelines.aspx)
Hope it helps,Regards
-
I have been blogging for a while on C# 3.0, DLinq, and now it is time to blog about XLinq. In this post, I will show you how to load an XML file using the new XML namespace: System.Xml.Linq. This sample loads an XML for a menu on a website (under development), then creates a list of all the menu items as a List<MenuItem> collection.
The ...
|
|
|