Book review - ASP.NET MVC 1.0 Quickly

Jul 3, 2009

I had the pleasure to read ASP.NET MVC 1.0 Quickly from another ASP.NET MVP and blogger, Maarten Balliauw published by Packt Publishing.

The book is a quick overview of 191 pages covering all the different aspects of ASP.NET MVC 1.0. It ends with three appendix, a sample application CarTrackr, ASP.NET MVC Mock Helpers and Useful links and Open Source Projects, for a total of 231 pages.

Continue reading

Did you know that if you’re an MSDN Subscriber you can get Telerik WPF controls FREE ? : Misfit Geek

Jun 9, 2009

Telerik, a leading vendor of .NET UI components and tools, has a special offer for all active MSDN subscribers !!

Continue reading

Updated my Live Template for NUnit in ReSharper

I tend to use a lot the Live Template of ReSharper, for example working for some time now with the WPF MVVM pattern I created a ViewModel template of such a class and use it extensively.

Today I updated the File Template I use to write my NUnit tests like this:

Continue reading

Memory leak with WPF resources

Apr 17, 2009

I am working for a couple of months now with WPF and MVVM on an a business application using .NET Framework 3.5 SP1. Lately I faced a memory leak. Not the easy kind of memory leak with events handlers which keeps objects and its element tree alive, as explained here.

No it was something else ! I searched in our code for quite some time without finding anything.

Continue reading

Page 40 of 145