Ugly integration test…what can I do better?

16.08.2010 - 09:08 UTC

This test was driving me somewhat crazy... //TODO: A lot of setup noise here. Will we do similar tests again?! var threadId = -2; var threadIdFromTest = -1; IBus bus = null; var resetEvent =...read more

Resharper 5.0 Outgoing calls analysis: Example from NHibernate

13.08.2010 - 15:43 UTC

The following is a screenshot when you start off from NHibernate’s default OnLoad listener (called e.g. when you say session.Load<Cat>(23) ). I’ve cut out other outgoing calls to show y...read more

WCF: Externalize Binding Configuration Only

30.07.2010 - 15:00 UTC

In one of our current objects we are using WCF as Client-Server communication. Contracts and endpoints are easily defined: We are using a common interface assembly from which the contracts are derive...read more

“respond_to” in .NET

16.07.2010 - 20:00 UTC

One of the new features in .NET 4.0 is the introduction of the dynamic keyword that delegates the check whether something can be called to the runtime. This supports the Dynamic Language runtime and ...read more

Do you think your Windows.Forms Application has no memory leaks?

26.05.2010 - 03:10 UTC

If your answer is yes, please read on, because, once , I thought so, too. Let me first clarify what I mean by leaks in a .NET application. Under this definition you may have a leak when an instanc...read more
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14