11

Does anyone have any updates on this since the alpha 0.2?

Joel Purra
  • 24,294
  • 8
  • 60
  • 60
Jonathan Parker
  • 6,705
  • 3
  • 43
  • 54
  • It's sad cuz i did like that project – Aaron Powell Mar 02 '09 at 22:20
  • It's still a very good project, and stable enough for anything I've needed it for so far. One of the smoothest libraries there is, actually - once you've installed visual studio integration per [README.txt](https://linqtoxsd.svn.codeplex.com/svn/trunk/ReadMe.txt). – Joel Purra Jul 18 '12 at 15:09
  • 1
    LinqToXsd has also been [released on Nuget](http://nuget.org/packages/LinqToXsd). It's not an official package though - it doesn't modify your project files for you, plus it has path bugs in `LinqToXsd.targets`. – Joel Purra Jul 18 '12 at 15:10

4 Answers4

7

Microsoft has now released LINQ to XSD as Open Source so that the community might care for it.

  • unfortunately this project still doesn't have a download under the download tab, but if it fits your needs its not much work to download the source and compile it – Simon_Weaver Dec 19 '09 at 01:46
  • 6
    http://linqtoxsd.codeplex.com/ <-- link to project on codeplex. The link in the answer is broken for me. – Adam Nofsinger May 27 '10 at 11:47
1

There is actually an old blog post from Scott Hanselman on this exact project, and the fact that it appeared dead to the outside world at one time. Of course that was a year ago, so some things never change :)

http://www.hanselman.com/blog/LINQToEverythingLINQToXSDAddsMoreLINQiness.aspx

UPDATE:

Found this forum thread, which seems to indicate the project is no longer active:

http://social.msdn.microsoft.com/forums/en-US/linqprojectgeneral/thread/2504e84a-1fe0-4eb3-a994-fdbc32121db0/

Pedro
  • 12,032
  • 4
  • 32
  • 45
  • that @hanselman blog post is dead. he hasnt updated it in nearly two years – Simon_Weaver Dec 19 '09 at 02:30
  • To a degree my entire answer is useful only for historical reference, as the project is now open sourced. See response above marked as the answer. – Pedro Dec 19 '09 at 21:58
1

Here you can find the Status of LINQ to XSD

More info you can find here linq-to-xsd

I'm still hoping that this project will be picked-up for .net 4.0 and VS2010

freggel
  • 552
  • 2
  • 6
  • 13
0

Interesting idea, and is actually what I thought LINQ to XML would be until I looked in to it.

This is a semi-official blog from the Microsoft XML team: http://blogs.msdn.com/xmlteam/archive/2006/11/27/typed-xml-programmer-welcome-to-linq.aspx

The series of posts dried up sometime ago: http://blogs.msdn.com/ralflammel/archive/2006/11/13/table-of-contents-for-typed-xml-programmer-series.aspx

Perhaps its been shelved for now.

MattH
  • 4,166
  • 2
  • 29
  • 33