Showing results for March 2010 - Page 2 of 2 - .NET Blog

Mar 4, 2010
Post comments count0
Post likes count0

Parallel Computing Platform Developer Lab

Stephen Toub - MSFT
Stephen Toub - MSFT

Microsoft Developer & Platform Evangelism, in collaboration with the Microsoft Parallel Computing Platform product team, is hosting a developer lab at the Platform Adoption Center on April 12-15, 2010.  This event is for Microsoft Partners and Customers seeking to incorporate either .NET Framework 4 or Visual C++ 2010 parallelism feat...

.NET Parallel Programming
Mar 3, 2010
Post comments count0
Post likes count0

How to package and deploy COM component

Web Development Tools Microsoft
Web Development Tools Microsoft

I’ll use a walkthrough example to show how to package a web application with speech API COM component using Visual Studio 2010.  I wrote and tested the sample in Win7 x86 with IIS7.5, and packaged and manually installed to win2k3 x86 IIS6 (which only had 3.5 framework installed). 1. Create a C# 3.5 web application 2. Add COM reference to “Mi...

ASP.NET
Mar 3, 2010
Post comments count0
Post likes count0

CLR Inside Out – Migrating an APTCA Assembly to the .NET Framework 4

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 Mike Rousos on Migrating an APTCA Assembly to the .NET Framework 4.  The article details the changes to the security model in .NET Framework 4 and how that will affect authors of All...

.NET
Mar 2, 2010
Post comments count0
Post likes count0

FAQ :: Parallel.ForEach and non-generic collections?

Danny Shih
Danny Shih

.NET 2.0 introduced Generics to allow enhanced code reusability and type safety.  Since then, generic collections (IEnumerable<T>, List<T>, Dictionary<T>, etc.) have become standard and are recommended over their non-generic counterparts (IEnumerable, ArrayList, HashTable, etc.).  As a result, Parallel.ForEach only suppo...

.NET Parallel Programming
Mar 1, 2010
Post comments count0
Post likes count0

Developer Productivity Survey – Help us build the right product!

CLR Team
CLR Team

With .NET 4 on the verge of being released, we have started working on how we can make the .NET platform even better suit your needs. We have come up with a survey focusing on overall application development lifecycle productivity and some specific areas where we have gotten customer feedback in the past like complexity of the framework,diagnostics...

.NET