Screencasts by Mike Taulty
-
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.
Posted: 03/12/2007 by Mike Taulty
Tags: LINQ
-
LINQ to XML - Querying with XPath
In this video we take a quick look at using XPath queries with the LINQ to XML API.
Posted: 03/12/2007 by Mike Taulty
Tags: LINQ
-
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.
Posted: 03/12/2007 by Mike Taulty
Tags: LINQ
-
WF V3.5 - Building WCF Services Using Workflow Foundation
In .NET Framework V3.5, Workflow Foundation comes together with Communication Foundation in order that we can easily build a Workflow and make it available as a WCF service. In this video, we'll take a ...
Posted: 21/11/2007 by Mike Taulty
Tags: Web Service, Workflow
-
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 ...
Posted: 21/11/2007 by Mike Taulty
Tags: AJAX, Web Service