18 Mar 2011
“The WPF Performance Suite enables you to analyze the run-time behavior
of your WPF applications and determine performance optimizations that you can apply.”
http://msdn.microsoft.com/en-us/library/aa969767.aspx
Microsoft Health CUI – SearchAndPrescribe-control
http://www.mscui.net/Components/SearchAndPrescribe.aspx
TellStick
“It turns any computer into a wireless home automation center by being the link
between your computer and electronics & lights.”
http://www.telldus.se/products/tellstick
http://www.clasohlson.no/Product/Product.aspx?id=157599493
01 Mar 2011
David Brady & Robert C. Martin
“Is SOLID A Good Idea?”
http://vimeo.com/20388419
14 Feb 2011
Jon Skeet
“Users don’t mark Jon Skeet’s answers as accepted. The universe accepts them out of a sense of truth and justice.”
http://meta.stackoverflow.com/questions/9134/jon-skeet-facts
C# 5: asynchronous programming
PDC10 Session The Future of C# and VB
http://player.microsoftpdc.com/Session/1b127a7d-300e-4385-af8e-ac747fee677a
Eric Lippert: “Today I want to talk about asynchrony that does not involve any multithreading whatsoever.”
http://blogs.msdn.com/b/ericlippert/archive/2010/11/04/asynchrony-in-c-5-0-part-four-it-s-not-magic.aspx
NHibernate-mapping
Multiple tables to one object-mapping with
http://ayende.com/Blog/archive/2009/04/20/nhibernate-mapping-ltjoingt.aspx
26 Nov 2010
I have always used Alex Gorbatchevs SyntaxHighlighter to make code listings look pretty on this blog. There are several wordpress plugins that include these scripts automatically. It has one shortcoming, though. It doesn’t include any syntax highlighter for objective-c. When searching the net for some tips on how to add this feature, I found yet another wordpress plugin, SyntaxHighlighter Evolved, and this one included some additional languages, including objective-c. Great! Whats not so great, though, is that instead of using the pre-tag, it uses custom -tags. I guess there will be more difficult to switch between plugins in the feature…