The World’s Leading Microsoft .NET Magazine
   
 
The .NET Addict's Blog

My Top Tags

                                                           

My RSS Feeds








Latest Diggs - Programming

Internet Blogs - Blog Top Sites

Site Hits

Total: 2,551,710
since: 19 Jan 2005

Tech-Ed 2006 - Session Reviews

posted Tue 13 Jun 06

Introduction to WPF
This session took place on the first day of actual break-out sessions. It showed a preview of what WPF looks like and what you can do with it. I was surprised by the spin they were trying to put on WPF, however. The presenter wasn't marketing the WPF as a new paradigm of UI development that comes with Windows Vista and Windows XP for the creation of compelling Windows apps. He basically said that you could "flip a switch" and be able to run a WPF app in a Web Browser or as a Windows App. This really dissappointed me, because there's a truckload of minutae involved in doing something like that, and you have to be concerned with back-end development, location, and accessibility, as well as simple concerns like code-behind code, and you can't do that simultaneous web/WPF deployment situation unless the client is running the WPF runtime and IE7 - which means they probably need Vista itself. Other than that, the only thing that I found about this session that wasn't "old news" to me was the printing support, and how you can use XAML documents to persist their contents to an Open Packaging Standard zip-style file that contains data that conforms to XPS (XML Paper Specification).

Building State Machine Workflow Applications with WWF
This was an awesome session. Instead of loading us down with a bunch of redundant "how to" type information, the presenter spent a little bit of time on the mechanics of creating WWF applications, and then spent the rest of the talk covering patterns. Implementations of the hierarchical state composition was an awesome alternative to the 'communicating states' state machine pattern where you can create a parent state that contains a bunch of states that can respond to their own independent events as well as events shared by the parent state. The example used was an order that could exit 2 different states by being sent the 'order cancelled' event. The presenter also covered the Skip and Rework pattern and Dynamic Change patterns where you can actually add states and state transitions to the state machine workflow at runtime. Fantastic. This is the stuff I've been waiting to see. The first day was a wash, but day 2 of the breakouts is turning out quite nicely.

Building Reliable and Transacted Services in WCF
This one definitely wins the coolest demo of the day award. Shy Cohen set up a system where he had a service that published a sequence of face moves to solve a Rubik's cube puzzle via callbacks. There was an intermediary service that simulated packet loss over a congested network. Finally, there was a WPF application that displayed a rotating 3d model of a Rubik's cube.  He kicked the solution service on , and the Rubik's cube started spinning and twisting, solving itself according to the sequence of instructions. The key point here was that using reliable sessions - you can be assured that the message being sent will be delivered, and it will be delivered in the right order. He also demonstrated simple transacted services and reliable services using MSMQ. The big take-away from this is the unified model : your code looks the same whether you're working against an MSMQ reliable service or whether you're working against an IPC service or an HTTP service. WCF rocks.

More to come as the day goes on. I'm headed to the WCF P2P session later today, so there should be some more good information to be had.

tags:                    

links: digg this    del.icio.us    technorati    reddit




Tag Related Posts

My Review of Iron Man

Mon 05 May 08 12:33 P GMT-05

My Macbook Air Review

Sun 02 Mar 08 4:20 P GMT-05

CLINQ v1 Demo - Network Message Filtering

Wed 09 Jan 08 7:47 P GMT-05
tags:        

Building a Ledger Style for WPF Grids

Tue 21 Aug 07 3:30 P GMT-05
tags:    

My iPhone Review

Mon 23 Jul 07 1:09 P GMT-05
tags:        

Review : Transformers Movie (No Spoilers!!)

Wed 04 Jul 07 1:44 A GMT-05

My first "Acropolis" Application

Mon 04 Jun 07 1:40 P GMT-05
tags:      

Exploring the Delegate Design Pattern

Mon 14 May 07 6:30 P GMT-05

Orcas' Hidden Gem - The managed PNRP stack

Fri 11 May 07 6:45 P GMT-05
tags:        

Will Silverlight be DOA?

Mon 16 Apr 07 8:02 P GMT-05

Exploring the MVC Pattern in WPF

Tue 10 Apr 07 12:51 P GMT-05
tags:                      

WPF Bindings == WTF Bindings?

Mon 12 Mar 07 6:31 P GMT-05

On MUDs

Thu 08 Mar 07 5:00 A GMT-05
tags:                    

Cocoa Programming vs. WPF : NIB vs XAML

Tue 20 Feb 07 2:09 P GMT-05

Cocoa Bindings vs. WPF Binding

Thu 15 Feb 07 5:41 P GMT-05
tags:                

What I think is a bug in WCF POX messaging

Thu 04 Jan 07 4:58 P GMT-05
tags:      

Ulysses Agenda Makes Redmond Developer News

Wed 29 Nov 06 7:10 P GMT-05
tags:                

Is the continuous beta the new model for Vista?

Tue 21 Nov 06 8:51 P GMT-05
tags:              

Ulysses Agenda - Network Engine Test 1

Mon 09 Oct 06 2:26 A GMT-05
tags:              

Ulysses Agenda : First Cut Networking Design

Thu 14 Sep 06 12:46 A GMT-05
tags:                  

First Impressions of Windows Vista RC1

Thu 07 Sep 06 1:30 P GMT-05
tags:                      

Localizing a WPF Application

Tue 22 Aug 06 11:39 A GMT-05
tags:            

WPF Slide Show and Photo Album

Fri 18 Aug 06 6:48 P GMT-05

Is Windows Workflow Foundation Too Complex?

Fri 18 Aug 06 12:15 P GMT-05

ADO.NET Entity Framework Announced Today!

Wed 16 Aug 06 11:08 A GMT-05

My thoughts on the WWDC '06 Keynote

Thu 10 Aug 06 12:36 P GMT-05
tags:          

Review of Diigo

Wed 09 Aug 06 12:20 P GMT-05

.NET Framework 3.0 June CTP is out!

Fri 23 Jun 06 6:23 P GMT-05
tags:                

Tech-Ed 2006 - Session Reviews

Tue 13 Jun 06 6:22 P GMT-05
tags: