Don't be afraid of your csproj-Files (I): Embracing the idea

30.07.2008 - 22:05 UTC

Intro Blimey, what a shock when MSBuild became available. NAnt was alive & kicking, hence the question emerged...WHY? Either way, different people did different things with it. By the l...read more

So, how expensive is it to let NInject make my object?

25.06.2008 - 13:11 UTC

Back here I made a quick and dirty performance comparison. In the comments I actually got some "flak" scrutinizing some of the "design decisions" behind the example shown. I would like to reinstate...read more

WPF + INotifyPropertyChanged Proxy = success!

16.06.2008 - 14:04 UTC

Remember the Epic fail that was building a simple class and a proxy on top to save on doing the PropertyChanged-mechanics? It now works in WPF, too, which, I hope you'll agree, is pretty cool....read more

Some more on the implicit operator

22.05.2008 - 19:59 UTC

Elaborating on my past post on the implicit operator in C#, here some additional information to round this thing up. Can you inherit the implicit operator(s)? No, you cannot. Within a ty...read more

A simple way to start your code in a different AppDomain

20.05.2008 - 16:50 UTC

You may know that AppDomains in the .Net Framework are comparable to processes in that they provide an isolated execution context for the instructions executed by the CLR. However, they are also quit...read more
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17