Iterators do [1..]

08.12.2008 - 22:00 UTC

The following picture probably doesn't surprise you But as you can see in what is commented out, you can indeed e.g. do DataSource.Take(10).ToList Such an iterator then has quite a simi...read more

Haven't digested C#3? Brace yourself for V4!

04.11.2008 - 22:37 UTC

After Microsoft's PDC, a whole host of C# 4.0 infos are coming up. Many months ago we were already allowed to peek at Hejlsberg & Team sitting in an old meeting room, talking about what C# 4.0 would ...read more

Spoiled with Dependency Injection

07.09.2008 - 11:19 UTC

The incredible truth is that there are constantly synchronicities. While I was quickly jotting down the contenders for the Dependency Injection throne in .NET, others make full-blown, multi-part co...read more

Don't be afraid of your csproj-Files (III): We have a condition

16.08.2008 - 08:22 UTC

Project references Consider the following situation: You want to test an application that uses plugins. The dependencies look as such: RF.CsProjTests.Console - RF.CsProjTests.PluginA - ...read more

Don't be afraid of your csproj-Files (II): Add Your own Targets

01.08.2008 - 22:03 UTC

In my first post on csproj-fun I had an example where after every build, the resulting assemblies lying in e.g. bin/debug would be merged into one and copied out to some other place. Maybe you do n...read more
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14