Kevin McKelvin

DevDays 2010 South Africa - JHB (Overview)

24 March 2010

Yesterday I was privileged enough to attend the Microsoft DevDays 2010 conference at the Sandton Convention Centre. The schedule was lined with top local and international speakers bringing forth the latest iteration of Microsoft’s developer systems.

The focus of the show was the new .NET 4.0 & VS2010 release coming in April this year. This is the first new update to the CLR we’ll be seeing since the .NET 2.0 stack was released (3.0 and 3.5 just extended 2.0).

WPF and Silverlight 4 got a lot of attention in the opening keynote and in sessions throughout the day with Rudi Grobler, Tim Keller and Kath Roderick showing off the latest and greatest features of both worlds.

WPF and Silverlight have both taken major strides forward under the hood in their latest release with a completely new text rendering stack that can align fonts on pixel boundaries and bitmap caching for complex vector scenes.

Silverlight has made a massive leap forward as well. There is now full support for Commanding (Say YAY for MVVM!), printing, webcam, microphone, mouse wheel and right clicking just to name a few. Silverlight 4 has firmly established itself as a RIA technology that can scale from basic vector based web animations, through to rich, highly interactive LOB systems. It’s definitely one technology I’m going to be adopting in this next release cycle.

WCF has a few new quirks as well, particularly with the WCF RIA Services that Nicholas Goossens demonstrated in his session. Any data access technology – ADO.NET Entity Framework, LINQ-To-SQL or even non-Microsoft ORMs such as NHibernate can be used to easily exchange entities between Silverlight and a database using the WCF RIA Services. Validation and security support seem to be first class in this product as well with live validation occurring in the Silverlight client. It’s a great complementing platform to the Silverlight platform, although it is by no means restricted to Silverlight.

Bart De Smet presented the Reactive Extensions for .NET (Rx) in the last session of the day. Rx, as Bart explains, is IEnumerable turned upside down. Instead of the pull architecture of MoveNext() and Current that IEnumerable provides, Rx implements an IObservable pattern that pushes to an IObserver.OnNext(T). They’ve even got some adapters in place to transform an IEnumerable pattern into an IObservable pattern. There are some fantastic things in Rx that simplify asynchronous programming and multi-threaded composition. I’m going to be learning more about these in the next while so expect a blog post or two along the way ;).

Looking back, it was a fantastic event to attend. The speakers were all well prepared and very knowledgeable of their subjects. The day’s content was focused enough to get the message across, yet broad enough to keep everyone interested. Oh and the greatest plea of the developers was covered, thanks Microsoft for catering better coffee than at Tech Ed last year!

I would have liked to see a larger sponsor’s presence, there were a few stands up but there wasn’t really a focused attempt from any of the sponsors to get their name out to the developers. It’s a place where some of Microsoft’s Partner ISVs can get some great exposure.

That said, I did pick up a couple of great books from InterSoft with their on-show discount :)

Many thanks to all who made this year’s show possible. It’s really encouraged me to get more involved with the thriving developer community in South Africa. I’m already looking forward to next year’s one.


Kevin McKelvin

These are the online musings of Kevin McKelvin. He is the CTO at Resource Guru, and lives in Newcastle upon Tyne, UK.