Microsoft.com Home
|
Site Map
MSDN Home
|
Developer Centers
|
MSDN Flash
|
Subscribers
Blogs Home
Sign in
|
Join
Search
RSS
OPML
Hartmut Maennel's Blog
July 2006 - Posts
A LINQ provider for RDF files - part 2
For the simple Rdf queries like IQueryable < string > q = from x in rdf from y in rdf where rdf.A( germany , hasAdminDiv, x) && rdf.A(x, isOfType, germanState) && rdf.A(x, hasName, y) select y.Val + " [" + x.Val + "]" ; which we
Read More...
Posted
Monday, July 24, 2006 10:49 PM
by
Hartmut Maennel
|
25 Comments
Filed under:
DLinq
Attachment(s):
RdfReader.zip
A LINQ provider for RDF files
The next provider I plan to upload here allows querying an RDF file. From the provider writer’s perspective there is a fundamental difference to the previous “Web page” provider: This provider uses IQueryable instead of IEnumerable and transforms .Net
Read More...
Posted
Monday, July 10, 2006 5:38 PM
by
Hartmut Maennel
|
3 Comments
Filed under:
DLinq
This Blog
Home
Email
Links
Syndication
RSS 2.0
Atom 1.0
Recent Posts
A LINQ provider for RDF files - part 2
A LINQ provider for RDF files
A LINQ provider for Web queries
Workaround: Smart Tags in C# IDE do not work correctly in LINQ preview
Linq CTP May 2006 is released
Tags
DLinq
General
Archives
July 2006 (2)
June 2006 (1)
May 2006 (2)
February 2006 (2)
October 2005 (1)
Manage Your Profile
|
Legal
|
Contact Us
|
MSDN Flash Newsletter
© 2009 Microsoft Corporation. All rights reserved.
Terms of Use
|
Trademarks
|
Privacy Statement