All Tags > .NET
-
"Hello World": Introduction to WPF
The WPF provides rich new capabilities for user interface, documents and media through a productive .NET API. In this session we'll build a simple application and look at the different approaches to building ...
Posted: 23/01/2006 by Mike Taulty
-
Programming the Transactional File System
In Windows Vista both the Registry and the File System gain new transactional capabilities. In this session we'll take a look at transactional file system programming from .NET code.
Posted: 16/01/2006 by Mike Pelton
-
Windows Communication Foundation: DataContract Serialization
The DataContract is the standard mechanism in the WCF for serializing .NET object types into XML. This session looks at the various options that DataContract makes available.
Posted: 30/11/2005 by Mike Taulty
Tags: .NET
-
Windows Communication Foundation: Exceptions
Every piece of code needs to think about how to deal with exceptions - the WCF has particular mechanisms for translating .NET exceptions into SOAP faults which we explore here.
Posted: 30/11/2005 by Mike Taulty
Tags: .NET
-
Windows Communication Foundation: Typed and Untyped Messages
The WCF has a lot of flexibility in the way in which it goes from .NET objects to SOAP messages. It can handle parameters and typed/untyped messages. Let's take a look.
Posted: 30/11/2005 by Mike Taulty
Tags: .NET