Showing results for June 2008 - Page 2 of 3 - .NET Blog

Jun 10, 2008
Post comments count0
Post likes count0

Localizing a Silverlight application

Web Development Tools Microsoft
Web Development Tools Microsoft

VS Silverlight beta2 adjusted its build functionalities to support the new Silverlight runtime localization model, which essentially is “one language, one xap”. This article provides the steps to take to build a localized app Let us say, you want to localize your app for the culture of “ja-jp”. You have created several resource files and you want ...

ASP.NET
Jun 9, 2008
Post comments count0
Post likes count0

Image Colorizer Sample in the June 2008 CTP

Mike Liddell
Mike Liddell

Continuing the tour of the samples included in the Parallel Extensions June 2008 CTP, we now turn our attention to the "Image Colorizer" application.   This sample uses the following constructs from Parallel Extensions: System.Threading.Parallel.For() and also the following from the standard .NET libraries: System.ComponentModel.BackgroundWor...

.NET Parallel Programming
Jun 7, 2008
Post comments count0
Post likes count0

Announcing the “Parallel Programming in Native Code” Blog

essey
essey

Our colleagues working on native concurrency have just launched the Parallel Programming in Native Code blog.  We’re all on the same team and work really closely to ensure that the right programming models are exposed both for managed and native consumers, so you will be able to use your language of choice. Here’s a little bit...

.NET Parallel Programming
Jun 7, 2008
Post comments count0
Post likes count0

More Channel 9 Parallel Extensions Goodness

Stephen Toub - MSFT
Stephen Toub - MSFT

Charles from Channel 9 came over to building 112 last week for an in-depth look at what's new in the June 2008 CTP of Parallel Extensions.  We spoke on the subject for an hour and a half or so, which you can see in a two-part series that was posted to Channel 9 yesterday (by the way, Channel 9 team, the new site looks great!): What bett...

.NET Parallel Programming
Jun 6, 2008
Post comments count0
Post likes count0

Mandelbrot in Parallel with C++/CLI

Stephen Toub - MSFT
Stephen Toub - MSFT

Since the release of the December 2007 CTP of Parallel Extensions, we've received several questions about whether Parallel Extensions can be used from C++/CLI.  In short, yes, it can! (It can be used with any .NET language, one of the beauties of this functionality being provided through a library.)  To demonstrate, we included in the Jun...

.NET Parallel Programming
Jun 6, 2008
Post comments count0
Post likes count0

What’s new with Silverlight Tools Beta 2!

Web Development Tools Microsoft
Web Development Tools Microsoft

A number of great improvements and changes were made for Silverlight Tools Beta 2. The following list summaries some of the major changes with details on each below. 1. WCF Templates for Silverlight Enabled. WCF templates are now enabled for Silverlight. If you want to add Web Services to your Silverlight applica...

ASP.NET
Jun 6, 2008
Post comments count0
Post likes count0

More Powerful Aggregations in PLINQ

Igor Ostrovsky - MSFT
Igor Ostrovsky - MSFT

In the June 2008 CTP, PLINQ aggregations are more powerful than they were in the December 2007 CTP. The reason why they are more powerful is a bit subtle, but this new power enables many useful scenarios, so it is worth it to follow along with the explanation.To understand where the difference is coming from, let’s quickly review how aggregat...

.NET Parallel Programming
Jun 4, 2008
Post comments count0
Post likes count0

Ray Tracer samples in the June 2008 CTP

Mike Liddell
Mike Liddell

The June 2008 Community Technology Preview (CTP) of Parallel Extensions to the .NET Framework was released on Monday, and we’re really pleased at the level of excitement in the community that we’re seeing in response.  As part of the CTP, we included a  variety of demos and samples to help provide a tour of the functionality.  If you...

.NET Parallel Programming
Jun 2, 2008
Post comments count0
Post likes count0

What’s New in the June 2008 CTP of Parallel Extensions

Stephen Toub - MSFT
Stephen Toub - MSFT

We've just released a new community technology preview (CTP) of Parallel Extensions to the .NET Framework!  You can download it from https://www.microsoft.com/downloads/details.aspx?FamilyId=348F73FD-593D-4B3C-B055-694C50D2B0F3.  This release contains a plethora of bug fixes as well as some design changes to address some great feedback fr...

.NET Parallel Programming
Jun 2, 2008
Post comments count0
Post likes count0

On Achieving Perfection –or– Why We Love Your Feedback (and Why You Can Love Giving It)

essey
essey

“Perfection is reached not when there’s nothing left to add, but when there’s nothing left to remove.” - Antoine de St. Exupery Your feedback on Community Technology Previews is invaluable to us in the pursuit this lean perfect solution.  Working on a first version technology (a “v1”) is both a thrillin...

.NET Parallel Programming