For anyone who attended this years MDC 2009 and came to my presentation “ASP.NET MVC w/ Spark View Engine” knows that we had some _major_ technical difficulties. We could not get the projector to …
MDC 2009 Presentation
For anyone who attended this years MDC 2009 and came to my presentation “ASP.NET MVC w/ Spark View Engine” knows that we had some _major_ technical difficulties. We could not get the …
LINQ: Single() vs First()
Continuing on my path to LINQ greatness, I want to cover another topic that some people get confused over: LINQ’s First() vs. Single(). Both perform a particular task for us, but just by looking at …
LINQ: Any() vs. Count()
In most code that you find that uses lists you will find something like this: if(products.Count() > 0) { // Do stuff } Personally, I’ve seen this …
Spark Part 1 DimeCast Amendment
In the latest DimeCast I recorded I developed the demo app while running the ASP.NET Development Web Server. A colleague of mine, Tim Schmidt, caught an error (thanks Tim). If you are going to run …
Castle Windsor 2.0 RTM
2.0 RELEASED! Wow… I’ve been using castle for, I’m not sure, maybe 4 years and its finally released version 2.0. I’ve been running off the trunk for _ages_ too. I’m happy to see that this new …