-
Earlier in the year I dropped in to see some former colleagues of mine who are working on a new product/service called KoodibooK at their software company in Bath (UK). KoodibooK is a product that allows you to build up a set of photographs into a book, publish that book to an online store and then buy...
-
Similar to the previous Visual Studio 2010 and Silverlight videos of Scott’s sessions at the Manchester “ Guathon ” event the other week, here’s the video of the ASP.NET MVC (and MVC 2) session that Scott did to start the day. Copying what I said about the previous videos; I tried as best I could to...
-
I’ve started to experiment with the RIA Services Framework and I’ve noticed that it uses the “buddy class” pattern that I first saw in ASP.NET dynamic data. The basic idea is that you’ve got some class that is generated by a tool (pseudo-code); public partial class MyClass { public int MyProperty...