https://www.developerfusion.com/t/xml/media/view/video/ Video XML Media from Developer Fusion 2012-02-09T02:16:00.00Z http://www.developerfusion.com/media/137869/322-rabl/ #322 RABL 2012-02-09T02:16:00.00Z RABL - Ruby API Builder Language - provides a DSL for generating JSON or XML responses in a Ruby application. Learn how to share and configure complex JSON data in this episode. James Crowley http://www.developerfusion.com/media/113721/sql-server-2008-table-valued-parameters/ SQL Server 2008 - Table Valued Parameters 2011-03-04T11:24:00.00Z SQL Server 2008 (and ADO.NET in .NET Framework V3.5) have a capability whereby you can pass a whole table of data into a stored procedure in one go. Rather than passing XML or a string, multi-valued parameters can be represented quite naturally.In this video, we take a quick look. James Crowley http://www.developerfusion.com/media/113720/linq-to-xml-events-and-annotations/ LINQ to XML - Events and Annotations 2011-03-04T11:24:00.00Z LINQ to XML has a way in which arbitrary objects can be used to "annotate" an XML tree. This provides a convenient way to associate a non XML data structure with data stored in an XML tree. You can also have a LINQ to XML tree fire events whenever its content is modified.In this video we take. James Crowley http://www.developerfusion.com/media/113722/linq-to-xml-streaming-large-data-files-out-of-memory/ LINQ to XML - Streaming Large Data Files Out of Memory 2011-03-04T11:24:00.00Z LINQ to XML has built-in support via the XStreamingElement for avoiding the cost of creating a large tree of XML nodes in memory in situations where you are streaming that XML out to (e.g.) disk. In this video we take a look how that works.(This video links up with the "Streaming In" video so. James Crowley http://www.developerfusion.com/media/113723/linq-to-xml-streaming-in-large-documents/ LINQ to XML - Streaming In Large Documents 2011-03-04T11:24:00.00Z In this short video we demonstrate one approach to using the LINQ to XML API whilst making use of an XmlReader to stream in the XML. James Crowley http://www.developerfusion.com/media/113724/linq-to-xml-querying-with-xpath/ LINQ to XML - Querying with XPath 2011-03-04T11:24:00.00Z In this video we take a quick look at using XPath queries with the LINQ to XML API. James Crowley http://www.developerfusion.com/media/113725/linq-to-xml-working-with-schema/ LINQ to XML: Working with Schema 2011-03-04T11:24:00.00Z In this video, we take a quick look at how we can perform schema validation when working with the LINQ to XML API. James Crowley http://www.developerfusion.com/media/113726/using-http-xml-and-json-in-wcf-v35/ Using HTTP, XML and JSON in WCF V3.5 2011-03-04T11:24:00.00Z Windows Communication Foundation V3.5 makes it easy to offer services which are addressed with a simple URI, accessed over the HTTP protocol and return simple XML or JSON serialized data. This is great for people wanting to consume services from clients such as AJAX web clients. In this video, we. James Crowley http://www.developerfusion.com/media/113736/offering-syndicated-rssatom-data-from-wcf-v35-services/ Offering Syndicated RSS/ATOM Data from WCF V3.5 Services 2011-03-04T11:24:00.00Z Windows Communication Foundation V3.5 comes with a built-in object model that makes serialization and consumption of syndication formats like RSS and ATOM a lot easier than hand-cranking your own XML. In this video, we'll take a look at how we add RSS generation to an existing WCF service. James Crowley http://www.developerfusion.com/media/113743/office-open-xml-content-controls-and-repeating-data-part-3-of-3/ Office Open XML Content Controls and Repeating Data (Part 3 of 3) 2011-03-04T11:24:00.00Z The "Creating Dynamic Documents in Word 2007" Screencast introduced the concept of databinding content controls to elements in the custom XML store thereby creating a simple but powerful mechanism to generate "dynamic documents". These documents define content, layout and formatting and their con. James Crowley http://www.developerfusion.com/media/113744/office-open-xml-content-controls-and-repeating-data-part-2-of-3/ Office Open XML Content Controls and Repeating Data (Part 2 of 3) 2011-03-04T11:24:00.00Z The "Creating Dynamic Documents in Word 2007" Screencast introduced the concept of databinding content controls to elements in the custom XML store thereby creating a simple but powerful mechanism to generate "dynamic documents". These documents define content, layout and formatting and their con. James Crowley http://www.developerfusion.com/media/113742/office-open-xml-content-controls-and-repeating-data-part-1-of-3/ Office Open XML Content Controls and Repeating Data (Part 1 of 3) 2011-03-04T11:24:00.00Z The "Creating Dynamic Documents in Word 2007" Screencast introduced the concept of databinding content controls to elements in the custom XML store thereby creating a simple but powerful mechanism to generate "dynamic documents". These documents define content, layout and formatting and their con. James Crowley http://www.developerfusion.com/media/113746/office-open-xml-document-profiling/ Office Open XML Document Profiling 2011-03-04T11:24:00.00Z As well as generating dynamic documents, Office Open XML and the System.IO.Packaging API can be used to query Office Document properties such as author, creation date, document title etc. We can also access custom properties. In this Screencast we'll take a look at using System.IO.Packaging to qu. James Crowley http://www.developerfusion.com/media/113745/office-open-xml-document-inspection/ Office Open XML Document Inspection 2011-03-04T11:24:00.00Z As well as generating dynamic documents, Office Open XML and the System.IO.Packaging API can be used to inspect Office documents en masse. In this Screencast we'll take a look at using System.IO.Packaging to strip slide notes from a PowerPoint 2007 document on the server.Check my blog entry f. James Crowley http://www.developerfusion.com/media/113770/word-2007-content-controls-and-schema-validation/ Word 2007 - Content Controls and Schema Validation 2011-03-04T11:24:00.00Z One of the benefits of the custom XML store over the XML support in previous versions of Office is that you don't need to supply a schema for your XML to use it. But if you do supply a schema, you get some useful benefits...Check my blog entry for hyperlinks to additional resources and other James Crowley http://www.developerfusion.com/media/113771/content-controls-document-properties-and-the-document-information-panel/ Content Controls, Document Properties and the Document Information Panel 2011-03-04T11:24:00.00Z Word 2007 has one more content control trick up its sleeve. As well as providing assistance, navigation and data entry constraints for users, and databinding to elements in the custom xml store, content controls can also bind to document and SharePoint properties. And you can do this direct from James Crowley http://www.developerfusion.com/media/113772/the-custom-xml-store/ The Custom XML Store 2011-03-04T11:24:00.00Z The Office Open XML File Format (the default file format for Word 2007, Excel 2007 and PowerPoint 2007 documents) offers the capability to store custom XML documents within the document package itself. These can be used to store application date, properties, metadata etc.Check my blog entry f. James Crowley http://www.developerfusion.com/media/113773/intro-to-the-office-open-xml-file-format/ Intro to the Office Open XML File Format 2011-03-04T11:24:00.00Z The 2007 Microsoft Office System introduces new default file formats for Word, PowerPoint and Excel. The Open XML File Format makes it possible to generate, modify, interrogate and sanitise Office documents without the Office client and opens up a whole host of possibilities for developers. This James Crowley http://www.developerfusion.com/media/113775/namespaces-in-vb-with-linq-to-xml/ Namespaces in VB with LINQ to XML 2011-03-04T11:31:00.00Z XML and Namespaces go together like Terry and June. In this session we'll look at how we can work with XML namespaces from VB using LINQ to XML. James Crowley http://www.developerfusion.com/media/113776/querying-xml-in-vb-with-linq-to-xml/ Querying XML in VB with LINQ to XML 2011-03-04T11:31:00.00Z We'll use this video to have a quick look at how we can query XML using LINQ to XML and how it offers us a clear, concise, maintainable syntax for querying XML data. James Crowley