Archives
-
Visual Studio Orcas March 2007 CTP
Microsoft has just released a new Orcas preview.
-
Which type should I use in C# to represent numbers?
Luca Bolognese, from the Microsoft C# team, has an interesting post that aims at providing answers to the following question: Which type should I use in C# to represent numbers?
Luca and the C# team try to provide a simple algorithm that can help when you are confused about the numeric types in .NET. It may not address every scenario, but it can be useful when you are lost between byte, short, int, uint, long, float, double, decimal, and their friends. -
Ohad Israeli's Developer's Toolbox
Ohad Israeli has made available the slides for the Developer's Toolbox presentation he gave recently. It's a good introduction to a bunch of tools he uses for .NET development. The PDF is here.
If you need more tools of the same kind, remember to visit http://SharpToolbox.com -
1001 tools and libraries for .NET
I can't believe how time flies! I've been so busy with several projects lately...
-
PLINQ presentation: A query language for data parallel programming
Joe Duffy works on parallel libraries, infrastructure, and programming models in Microsoft's Developer Division. This involves doing prototyping on PLINQ, a set of extensions to LINQ that automatically optimizes and parallelizes query operations based on dynamic runtime information.