Archive

Archive for February, 2007

Free chapter of .NET book: WCF Hands-on!

February 20th, 2007 Sean No comments

Windows Communication Foundation looms as an important step forward for Microsoft-style development. WCF can provide an infrastructure for Service-Oriented Architecture (SOA). It is based on a Service Model focused on the job of communicating, and uses a class framework called the Channel Layer (comprising classes in the System.Service.Model.Channel namespace. Often running alongside SOA is WSDL, the Web Services Description Language uses XML to describe data. It is intended to provide a unified approach to the task of connecting diverse systems.

In this chapter, entitled “Data Representation,” the authors describe how data is sent from a Windows Communication Foundation client to a service, is serialized to XML within the client, and received from clients by Windows Communication Foundation, and so on.

Enterprise .NET Community: Book Excerpt: WCF Hands-on!

If this post has helped you please consider making a donation.

Categories: .NET Tags:

Microsoft Virtual PC 2007 now available as free download

February 20th, 2007 Sean No comments

The latest version of Microsoft’s answer to VMWare Workstation is now available. Microsoft Virtual PC 2007 is now available to download for free. I am a huge fan of virtualization and I use VMWare Workstation on a daily basis during the software development process. I hope to post more in the future on how I use VMWare Workstation.

Virtual PC lets you create separate virtual machines on your Windows desktop, each of which virtualizes the hardware of a complete physical computer. Use virtual machines to run operating systems such as MS-DOS, Windows, and OS/2. You can run multiple operating systems at once on a single physical computer and switch between them as easily as switching applications—instantly, with a mouse click. Virtual PC is perfect for any scenario in which you need to support multiple operating systems, whether you use it for tech support, legacy application support, training, or just for consolidating physical computers.

Download Microsoft Virtual PC 2007

If this post has helped you please consider making a donation.

Categories: Software Development, Windows Tags:

Great list of cool WPF applications

February 20th, 2007 Sean 1 comment

Chad Brooks posts a great list of Cool WPF applications

With the advent of the new UI in Windows Vista and the capabilities of the Windows Presentation Foundation (WPF) in .Net 3.0, I thought it would be intersting to share a list of great WPF applications. The use of WPF is so new and so exciting, it can be hard to imagine how to creatively use these new graphical features in our applications. This list should really get everyone’s creative juices flowing.

If this post has helped you please consider making a donation.

Categories: .NET Tags: