Sign In
Hartmut Maennel's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
DLinq
General
Archive
Archives
July 2006
(2)
June 2006
(1)
May 2006
(2)
February 2006
(2)
October 2005
(1)
MSDN Blogs
>
Hartmut Maennel's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Hartmut Maennel's Blog
A LINQ provider for RDF files - part 2
Posted
over 6 years ago
by
Hartmut Maennel
25
Comments
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 +...
Hartmut Maennel's Blog
A LINQ provider for RDF files
Posted
over 6 years ago
by
Hartmut Maennel
3
Comments
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...
Hartmut Maennel's Blog
A LINQ provider for Web queries
Posted
over 6 years ago
by
Hartmut Maennel
17
Comments
To start a series of "LINQ provider" posts, today I upload a provider sample that in some sense treats the Internet as a database: For a SQL Server database, you can make tables in a database accessible to LINQ by writing classes with attributes that...
Hartmut Maennel's Blog
Workaround: Smart Tags in C# IDE do not work correctly in LINQ preview
Posted
over 6 years ago
by
Hartmut Maennel
3
Comments
In the LINQ preview (CTP May 2006), the Smart Tags functionality in the C# IDE does not work correctly. In particular, I miss the "Resolve" feature that puts in the necessary "using" statements automatically. But the good news is that it is easy to get...
Hartmut Maennel's Blog
Linq CTP May 2006 is released
Posted
over 6 years ago
by
Hartmut Maennel
0
Comments
Read about it here: http://msdn.microsoft.com/netframework/future/ Or go directly to the download page: http://www.microsoft.com/downloads/details.aspx?familyid=1e902c21-340c-4d13-9f04-70eb5e3dceea&displaylang=en
Hartmut Maennel's Blog
Difference between SQL and .Net Framework built in functions
Posted
over 6 years ago
by
Hartmut Maennel
2
Comments
A common problem when using different programming languages like SQL on the server and C# or VB on the client is that certain functions are almost the same, but not completely. A good example is SQL Round vs. CLR Math.Round. For example, rounding to...
Hartmut Maennel's Blog
DLinq Providers
Posted
over 6 years ago
by
Hartmut Maennel
1
Comments
The last weeks I have been working on DLinq "providers". The idea is to connect with DLinq to other databases than SQL Server, so we may need to use other mechanisms to connect to the database, need to generate slightly different SQL etc. As a first experiment...
Hartmut Maennel's Blog
Bio
Posted
over 7 years ago
by
Hartmut Maennel
I joined Microsoft Germany in 1998, and moved to the Visual Studio Group in Redmond in 2000. The last two years I have been working in the C# product unit, currently in the DLinq team, and plan to blog about DLinq from time to time. The current web site...
Page 1 of 1 (8 items)