This is the archive page for .NET Junkie. Click to go to the frontpage of this site.

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.

read more...

- 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.

read more...

- 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.

read more...

- 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.

read more...

- filed under .NET General, C# - eleven comments / one trackback - §