Developer Day 7
Back to blog listBack from Developer Day! and once again inspired to code. It's a great day for getting you excited about technology and web development even if you don't necessarily bring away specific techniques that you want to try out. So here's a breakdown of the talks I went to:
| DeveloperDeveloperDeveloper: Speaker / Thoughts | |
|---|---|
| Alan Dean (Charteris) |
Essentially a detailed discussion of what is and is not valid REST. The talk was labelled as discussing why REST might be important to you. However that aspect did not seem to come through over the more pedagoguish yes and no's of REST. The yes' detailed via the following 6 points:
The no's detailed as anything that does not subscribe to those six. |
| Separating REST Facts from Fallacies | |
| Mike Hadlow (Freelancer) |
A talk with a lot of code, which is both a benefit and a small downside. It's always more helpful to see the use of a technique in a real world example but at the same time it can be difficult to get to grips with the code as it is being displayed on screen between slides. Akin to sight reading music you need to get hold of the code yourself and have a play. Given that, this was an engaging talk particularly in regard to the use of Generic Repositories using extension methods. |
| Using an Inversion of Control Container in a real world application | |
| Dave Sussman & Phil Winstanley (ASP.NET Insiders) |
Unfortunately this talk opened with the disclaimer that some things that were intended for the talk had to be removed as Microsoft had decided not to release certain information yet. However the information on VS2010 was enough to keep my interest. In brief:
|
| ASP.NET 4.0 - TOP SECRET | |
| Ben Hall (RedGate) |
A discussion and demo of a Microsoft Research project is always worth a go, and this didn't disappoint. The best summery of Pex comes from the talk description itself: "Pex is a project from Microsoft Research which automatically generates a traditional unit testing suite with high code coverage from hand-written parameterised unit tests." Thoroughly interesting and impressive in equal measures the Pex VS Plugin will explore your code based upon a hand written test and return tabular results including the ability for you to include business rule based assertions. This shouldn't be used to the exclusion of other testing but looks like it can/will provide an excellent toolkit addition. |
| Microsoft Pex - The future of unit testing? | |
| Jon Skeet (Google) |
It's a shame this talk came at the end of the day as tiredness had caught up with me making it tricky to keep up with Jon's blistering pace through re-creating LINQ to Objects himself using generics and extension methods including the awesome (although seemingly unknown by some) yield keyword. Theres little to say without trying to redescribe how this implementation was done, which would increase the size of this post dramatically! However the power of Generics and Extension methods was clear to see. As Jon said the implemention is simple because of this. It is the design of linq that is so impressive. |
| Implementing LINQ to Objects in 60 minutes | |
Other Recent Posts
Microsoft UK Tech Days 2010(April 2010)
Continuing the theme of keeping myself busy with geek events! I also recently attended the Microsoft UK Tech Days Visual Studio and .NET 4 talks.
Barcamp Bournemouth 2(April 2010)
Having been to a few of the 'big' conferences and just returned from SXSW it was quite refreshing to attend a more small scale, local affair. With other barcamp's often being either far away or both far away and starting too soon after work BarCamp Bournemouth made it easy, running over a weekend and being so close!
SXSW - In Reflection(March 2010)
Having seen (or at least made notes on) 17 talks at last year's 'South By', coupled with the fact that this year pretty much the entire Headscape team were heading out to Austin I felt sure that my 'talk total' would be much lower. However I somehow managed to make it out to 21 different talks, panels and/or podcast recordings!
SXSW - Fifth Day round up(March 2009)
SXSW - Fourth Day round up(March 2009)

