Showing results for December 2009 - .NET Blog

Dec 9, 2009
Post comments count0
Post likes count0

A Tour Through the Parallel Programming Samples for .NET 4

Stephen Toub - MSFT
Stephen Toub - MSFT

On Code Gallery, we have a plethora of samples that highlight aspects of the .NET Framework 4 that help with writing scalable and efficient parallel applications.  This post examines each of those samples, providing an overview of what each provides.

.NET Parallel Programming
Dec 6, 2009
Post comments count0
Post likes count0

Updated samples for parallel programming

Stephen Toub - MSFT
Stephen Toub - MSFT

We've refreshed our samples for parallel programming with the .NET Framework 4.  Thanks to the gracious assistance of the fabulous Lisa Feigenbaum and others on the Visual Basic team, in this refresh the majority of the samples are now available not only in C# but also in Visual Basic. The samples are available for download at https://code.msd...

.NET Parallel Programming
Dec 3, 2009
Post comments count0
Post likes count0

Updated Parallel Computing Developer Center on MSDN

Stephen Toub - MSFT
Stephen Toub - MSFT

Check out the updated Parallel Computing Developer Center on MSDN.  Both the look and the content have been revised significantly… Enjoy!

.NET Parallel Programming
Dec 1, 2009
Post comments count0
Post likes count0

Sharing Silverlight Assemblies with .NET Apps

CLR Team
CLR Team

At the recent PDC, Scott Guthrie announced in his Silverlight 4 keynote that we had implemented a new feature, to enable developers to share certain assemblies between Silverlight and .NET. There are many differences between Silverlight and full .NET including WPF, and this new feature doesn’t solve those differences – in those cases, you’ll still ...

.NET
Dec 1, 2009
Post comments count0
Post likes count0

CLR Inside Out – In-Process Side-by-Side

CLR Team
CLR Team

    The new installment of the “CLR Inside Out” column in MSDN Magazine is now available on line.  This month we have an article from Jesse Kaplan and Luiz Fernando Santos on In-Process Side-by-Side.  The article contains details on this new .NET Framework 4 feature and the problems it solves.  It is especiall...

.NET