Browse by Tags

All Tags » XSD
  • LINQ to XSD Alpha 0.2

    I’m happy to announce that today we are re-releasing the LINQ to XSD Preview Alpha 0.2 for Visual Studio 2008. The previous preview release of LINQ to XSD targeted Beta 1 of Visual Studio 2008 but did not work on later builds. Many of the people who originally downloaded and tried the LINQ to XSD Preview Alpha requested an update for the final ...
    Posted to LINQ in Action roller (Weblog) by Anonymous on February 21, 2008
  • Chris Lovett Interview

    Chris Lovett was interviewed by book author Michael van Otegem recently and he asked some very interesting questions: Please tell us who you are and what you do.I’m an architect on the Data Programmability Tools team in SQL Server, and I work on XML tools that ship in Visual Studio.  As an architect I do lots of different things including: ...
    Posted to LINQ in Action roller (Weblog) by Anonymous on November 16, 2007
  • XML Tools Screencasts

    These videos provide some great information and a preview of the new XML Editor, XSLT Debugger, and EDM Wizard coming in Orcas, as well as a sneak preview of a new XSD Designer and EDM Designer that we can expect to see released after the upcoming Orcas release.
    Posted to LINQ in Action roller (Weblog) by Anonymous on June 4, 2007
  • XML Schema Facets

    I have received a number of requests over a period of time asking how to get all the facets defined on simple types or complex types with simple content in an XML Schema. I recently wrote a code sample for the same and I thought i will post it for wider consumption. The code sample will handle restrictions on lists, unions as well as ...
    Posted to LINQ in Action roller (Weblog) by Anonymous on May 31, 2007
  • To Trust, or Not to Trust?

    Validation of an XML document against an Xml Schema guarantees that the structure and content of the xml conforms to the types defined in the schema. Does this mean that we automatically elevate the trust level of a document that has passed schema validation? Can we use schema validation as a security layer to our application?   The general ...
    Posted to LINQ in Action roller (Weblog) by Anonymous on April 2, 2007