Showing results for 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
Nov 21, 2009
Post comments count0
Post likes count0

PDC09 Parallelism Session Videos Now Available

Stephen Toub - MSFT
Stephen Toub - MSFT

Attendees at PDC09 this past week were privy to quite a few sessions on parallel computing.  Now that the videos of these sessions are online, you can view them as well from the comfort of your own home.  Here are some of the key parallelism-related sessions from this past week:Overview  Managed code in Visual Studio 2010 ...

.NET Parallel Programming
Nov 19, 2009
Post comments count0
Post likes count0

Reactive Extensions and Parallel Extensions

Stephen Toub - MSFT
Stephen Toub - MSFT

It’s awesome to see the Reactive Extensions to .NET (Rx) live on the DevLabs site.  If you haven’t checked out this exciting project, we urge you to do so.  Not only is it cool and useful technology, but the download includes a back ported (and unsupported) release of Parallel Extensions for the .NET Framework 3.5 in the form ...

.NET Parallel Programming
Nov 18, 2009
Post comments count0
Post likes count0

HTML 5 intellisense and validation schema for Visual Studio 2008 and Visual Web Developer

Web Development Tools Microsoft
Web Development Tools Microsoft

You all probably know that new HTML 5 standard is coming. We made a new intellisense schema that you can add to VS 2008 or VWD Express 2008 and get intellisense and validation on HTML 5 elements. Note that schema is for markup only, we do not have DOM2 update for jscript intellisense yet. How to install the schema: Download attached ZIP file. Pla...

ASP.NET
Nov 17, 2009
Post comments count0
Post likes count0

CLR-Related PDC 2009 Sessions

CLR Team
CLR Team

If you’re at PDC this year and are reading the CLR Team’s blog, there are a few sessions that might be of interest to you. ·         Future of Garbage Collection is a session by the creator of the CLR’s GC, Patrick Dussud.  Come hear him talk Wednesday at 1:00PM in Petree Ha...

.NET
Nov 15, 2009
Post comments count0
Post likes count0

Debugging TPL apps in VS2010

Daniel Moth
Daniel Moth

The new parallel debugger windows in Visual Studio 2010 (Parallel Tasks and Parallel Stacks) have had many fixes and updates. I have refreshed the existing content and also added new material for Beta 2. Find links to all of it from my blog post on Parallel Debugging.CheersDaniel

.NET Parallel Programming