Video XML Media from Developer Fusion https://www.developerfusion.com/t/xml/media/view/video/ Video XML Media from Developer Fusion http://www.rssboard.org/rss-specification en-GB Thu, 09 Feb 2012 02:16:00 GMT #322 RABL 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. http://www.developerfusion.com/media/137869/322-rabl/ http://www.developerfusion.com/media/137869/322-rabl/ Thu, 09 Feb 2012 02:16:00 GMT James Crowley SQL Server 2008 - Table Valued Parameters 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. http://www.developerfusion.com/media/113721/sql-server-2008-table-valued-parameters/ http://www.developerfusion.com/media/113721/sql-server-2008-table-valued-parameters/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley LINQ to XML - Events and Annotations 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. http://www.developerfusion.com/media/113720/linq-to-xml-events-and-annotations/ http://www.developerfusion.com/media/113720/linq-to-xml-events-and-annotations/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley LINQ to XML - Streaming Large Data Files Out of Memory 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. http://www.developerfusion.com/media/113722/linq-to-xml-streaming-large-data-files-out-of-memory/ http://www.developerfusion.com/media/113722/linq-to-xml-streaming-large-data-files-out-of-memory/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley LINQ to XML - Streaming In Large Documents 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. http://www.developerfusion.com/media/113723/linq-to-xml-streaming-in-large-documents/ http://www.developerfusion.com/media/113723/linq-to-xml-streaming-in-large-documents/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley LINQ to XML - Querying with XPath In this video we take a quick look at using XPath queries with the LINQ to XML API. http://www.developerfusion.com/media/113724/linq-to-xml-querying-with-xpath/ http://www.developerfusion.com/media/113724/linq-to-xml-querying-with-xpath/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley LINQ to XML: Working with Schema In this video, we take a quick look at how we can perform schema validation when working with the LINQ to XML API. http://www.developerfusion.com/media/113725/linq-to-xml-working-with-schema/ http://www.developerfusion.com/media/113725/linq-to-xml-working-with-schema/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley Using HTTP, XML and JSON in WCF V3.5 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. http://www.developerfusion.com/media/113726/using-http-xml-and-json-in-wcf-v35/ http://www.developerfusion.com/media/113726/using-http-xml-and-json-in-wcf-v35/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley Offering Syndicated RSS/ATOM Data from WCF V3.5 Services 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. http://www.developerfusion.com/media/113736/offering-syndicated-rssatom-data-from-wcf-v35-services/ http://www.developerfusion.com/media/113736/offering-syndicated-rssatom-data-from-wcf-v35-services/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley Office Open XML Content Controls and Repeating Data (Part 3 of 3) 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. http://www.developerfusion.com/media/113743/office-open-xml-content-controls-and-repeating-data-part-3-of-3/ http://www.developerfusion.com/media/113743/office-open-xml-content-controls-and-repeating-data-part-3-of-3/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley Office Open XML Content Controls and Repeating Data (Part 2 of 3) 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. http://www.developerfusion.com/media/113744/office-open-xml-content-controls-and-repeating-data-part-2-of-3/ http://www.developerfusion.com/media/113744/office-open-xml-content-controls-and-repeating-data-part-2-of-3/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley Office Open XML Content Controls and Repeating Data (Part 1 of 3) 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. http://www.developerfusion.com/media/113742/office-open-xml-content-controls-and-repeating-data-part-1-of-3/ http://www.developerfusion.com/media/113742/office-open-xml-content-controls-and-repeating-data-part-1-of-3/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley Office Open XML Document Profiling 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. http://www.developerfusion.com/media/113746/office-open-xml-document-profiling/ http://www.developerfusion.com/media/113746/office-open-xml-document-profiling/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley Office Open XML Document Inspection 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. http://www.developerfusion.com/media/113745/office-open-xml-document-inspection/ http://www.developerfusion.com/media/113745/office-open-xml-document-inspection/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley Word 2007 - Content Controls and Schema Validation 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 http://www.developerfusion.com/media/113770/word-2007-content-controls-and-schema-validation/ http://www.developerfusion.com/media/113770/word-2007-content-controls-and-schema-validation/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley Content Controls, Document Properties and the Document Information Panel 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 http://www.developerfusion.com/media/113771/content-controls-document-properties-and-the-document-information-panel/ http://www.developerfusion.com/media/113771/content-controls-document-properties-and-the-document-information-panel/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley The Custom XML Store 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. http://www.developerfusion.com/media/113772/the-custom-xml-store/ http://www.developerfusion.com/media/113772/the-custom-xml-store/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley Intro to the Office Open XML File Format 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 http://www.developerfusion.com/media/113773/intro-to-the-office-open-xml-file-format/ http://www.developerfusion.com/media/113773/intro-to-the-office-open-xml-file-format/ Fri, 04 Mar 2011 11:24:00 GMT James Crowley Namespaces in VB with LINQ to XML 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. http://www.developerfusion.com/media/113775/namespaces-in-vb-with-linq-to-xml/ http://www.developerfusion.com/media/113775/namespaces-in-vb-with-linq-to-xml/ Fri, 04 Mar 2011 11:31:00 GMT James Crowley Querying XML in VB with LINQ to XML 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. http://www.developerfusion.com/media/113776/querying-xml-in-vb-with-linq-to-xml/ http://www.developerfusion.com/media/113776/querying-xml-in-vb-with-linq-to-xml/ Fri, 04 Mar 2011 11:31:00 GMT James Crowley