Today is jQuery day!

The more I use jQuery the more I like it but one thing that would really help is intellisense in Visual Studio. Well that is actually possible it seems after reading a really helpful post that explains how to actually make that happen. The same guy that wrote that post (who’s RSS feed has now been added to my every expanding Google Reader subscriptions list) has also written a cool post that explains how to...

Continue Reading

Scott Guthrie - ASP.NET MVC Special Event

I’m off to Microsoft in Reading on Friday to see the ASP.NET MVC session by Scott Guthrie. Fantastic stuff! Still 86 places available as well….

Continue Reading

Workflow 4.0 in not very good claim shocker

Windows Workflow is one piece of the Microsoft .NET stack that has interested me in terms of being able to build workflow based projects based on built in .NET technology however the 3.0 version had too much of a steep learning curve for my patience threshold to spend much of my time on. So I thought I would wait for the 3.5 version, then I heard rumours that it would be completely re-written for the...

Continue Reading

Selenium Internals – New eBook coming

The author of a new e-Book on Selenium works for Thought Works it seems and is looking to post a new chapter every day!

Continue Reading

ASP.NET MVC – View Models

This morning I read a very interesting blog post about view model design within the context of building an application with the Microsoft ASP.NET MVC framework. The concept of the view model isn't baked into the Microsoft MVC framework. In fact the entire model part of model view controller is left entirely up to the developer. This isn't a criticism at all as the ASP.NET MVC framework is still at version 1.0 and is one...

Continue Reading