Dlinq for VB9?

Does the LINQ preview for VB9 also includes DLinq for accessing SQL databases? I couldn't find anything and wasn't sure if I had missed something.

I looks like Sqlmetal.exe is only available for C# 3.0?

Thanks,
Peter

[234 byte] By [PeterM] at [2008-2-14]
# 1
Hi Peter,

Even if sqlmetal supports only c# (I don't follow its vb9 incarnation), you might freely use code in your solution - just create a C# library and put those classes there.

Or, I (or anybody) could modify my codesmith template (for DLinq classed generation) to output vb9 code.
You'll find the template at
http://cs.rthand.com/blogs/blog_with_righthand/archive/2005/09/18/123.aspx.

Mihies at 2007-9-9 > top of Msdn Tech,Visual Studio Orcas,LINQ Project General...
# 2

Thats a good point (I wonder why I haven't thought about that). And thanks for pointing to this template which is probably very helpful.

I wonder why Microsoft obviously "forgot" to provide sqlmetal.exe for VB9 in the LINQ preview since VB is "the" language for database access.

Peter

PeterM at 2007-9-9 > top of Msdn Tech,Visual Studio Orcas,LINQ Project General...
# 3

According to a quote from the VBTeam's Amanda Silver in a Dr. Dobbs Journal interview, "For example, we've been working on XML integration pretty fiercely, meanwhile, we're [sic] don't have support in this initial version for DLinq."

--rj

RogerJennings at 2007-9-9 > top of Msdn Tech,Visual Studio Orcas,LINQ Project General...
# 4
Why must everything in C# not in VB be painted as a conspiracy, when there are things in VB not in C# (the My namespace, for instance)?

Particularly in a pre-alpha demonstration?

KeithFarmer at 2007-9-9 > top of Msdn Tech,Visual Studio Orcas,LINQ Project General...
# 5
Why must everything in C# not in VB be painted as a conspiracy

Inferiority complex?
DaveFoderick at 2007-9-9 > top of Msdn Tech,Visual Studio Orcas,LINQ Project General...
# 6
Sorry, I got busy with Microsoft MVP Summit so I am just trying to catch up on this forum.

VB team is actively working on DLinq support through VB. Simultaneously, we are also working on VB code generation for SqlMetal. I don't have firm dates yet but it should be coming out soon.

Thanks.
Dinesh Kulkarni
Program Manager - The LINQ Project

DineshKulkarni at 2007-9-9 > top of Msdn Tech,Visual Studio Orcas,LINQ Project General...

Visual Studio Orcas

Site Classified