So, how expensive is it to let Castle Windsor / Spring.NET make my object?

09.12.2007 - 16:43 UTC

Lately I was getting increasingly curious about the overhead of using a Dependency Injection -container to provide me with instances of my objects. With overhead I mean if and how much longer it tak...read more

Applying Attributes to method parameters

02.12.2007 - 19:46 UTC

Hopefully everybody who reads this knows more or less what Attributes are in terms of .NET/C# programming. While I was scanning the documentation for that interesting Monorail project (btw, if you ...read more

VS 2008, .NET 3.5 shipped

19.11.2007 - 21:42 UTC

Here we go, let's create some Blog noise: Visual Studio 2008 is out. .NET 3.5 is also out and with it a number of additional products like updates to the respective server etc. Go check it out ...read more

C# implicit operator

10.11.2007 - 12:38 UTC

You know you love a programming language when it still manages to surprise you with something you didn't know about. One of the comments on Eric Lippert's blog used a funny looking method signat...read more

Untested Extension method which should be a nice one

21.09.2007 - 20:25 UTC

You probably know by now that I quite like the upcoming extension methods in .NET 3.5. I haven't tested the following code as I don't have the right framework at hand right now (and I cannot be ...read more
0 1 2 3 4 5 6 7 8 9 10 11 12 13