making xml really, really easy with microsoft visual basic 9

7

Upload: goodfriday

Post on 28-Nov-2014

890 views

Category:

Technology


0 download

DESCRIPTION

See how Visual Basic 9 makes generating rich XML orders of magnitude easier than using text concatenation or an object model. Come learn how XML literals, embedded expressions, LINQ integration, automatic schema generation, and other XML-specific Visual Basic 9.0 features will transform your XML experience

TRANSCRIPT

Page 1: Making XML Really, Really Easy with Microsoft Visual Basic 9
Page 2: Making XML Really, Really Easy with Microsoft Visual Basic 9

Making XML Really, Really Easy with Microsoft Visual Basic 9

Alex TurnerProgram ManagerVisual Studio LanguagesMicrosoft Corporation

Page 3: Making XML Really, Really Easy with Microsoft Visual Basic 9

XML on the Web

Data often comes to you as XMLXML web services (e.g. REST, RSS)XML data files on your server

You often need XML as outputXHTMLMXMLXAML

Transforming XMLXSLTXQueryLINQ to XML

Page 4: Making XML Really, Really Easy with Microsoft Visual Basic 9

XML on the Web

Data often comes to you as XMLXML web services (e.g. REST, RSS)XML data files on your server

You often need XML as outputXHTMLMXMLXAML

Transforming XMLXSLTXQueryLINQ to XML

Page 5: Making XML Really, Really Easy with Microsoft Visual Basic 9

Flickr + Silverlight using Visual Basic

demo

Page 6: Making XML Really, Really Easy with Microsoft Visual Basic 9

Visual Basic Resources

Visual Web Developer Express:Make Silverlight apps in Visual Basic for free!http://www.microsoft.com/express/vwd/

LINQ to XML QuickStart for Silverlight:http://silverlight.net/quickstarts/linqtoxml.aspx

VB Team Bloghttp://blogs.msdn.com/vbteam/

Page 7: Making XML Really, Really Easy with Microsoft Visual Basic 9

© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.

The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after

the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.