blog.vi-kan.net One thought after another

Dagens fotnoter… #4

WPF Performance Suite

“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

Dagens fotnoter… #3

Geek&Poke

“Best practices in Application Architecture” http://geekandpoke.typepad.com/geekandpoke/2011/03/architectural-best-practices.html

Espen Eckbo

Tett på en utvikler – it-utvikler Ragnar Hoff http://www.ebaumsworld.com/video/watch/81136517/

Dagens fotnoter… #2

David Brady & Robert C. Martin

“Is SOLID A Good Idea?” http://vimeo.com/20388419

Dagens fotnoter… #1

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

SyntaxHighlighter and Objective-C

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…