Parallel LINQ (aka PLINQ)
Anders Hejlsberg, lead architect for the C# language at Microsoft, announced early august Microsoft is working on a parallel implementation of LINQ internally known as PLINQ.
- filed under .NET General, LINQ - No comments / No trackbacks - § ¶
Interface Bug in .NET 2.0 Runtime
There seems to be a rather nasty bug in the 2.0.50727.42 release of the .NET runtime.
- filed under .NET General - No comments / No trackbacks - § ¶
In love with BLINQ
I'm really in love with BLINQ, look at the channel 9 video here.
- filed under ASP.NET, LINQ - No comments / No trackbacks - § ¶
A Fast Dynamic Factory Using Reflection.Emit
In this post I'll show my implementation of the Factory Pattern build with C# using Generics, Delegates and Reflection.Emit.
- filed under .NET General, C# - seven comments / one trackback - § ¶