Showing tag results for Visual Studio 2010

Feb 10, 2010
Post comments count0
Post likes count0

Visual Studio 2010 RC public download available now!

Web Development Tools Microsoft

It’s finally here.  Visual Studio 2010 and .Net 4.0 release candidate is available for everyone to download now.To download the public RC of Visual Studio 2010 go the RC landing page:  Since the beta we’ve been focused on performance improvements, reducing memory requirements, increasing stability and fixing customer reported ...

ASP.NET
Feb 9, 2010
Post comments count0
Post likes count0

How to extend target file to include registry settings for web project package

Web Development Tools Microsoft

Web project package and deployment targets files are written with extensibility in mind.  User can easily extend a property to include more functionalities in their package by using msbuild targets and properties.  If we check the Microsoft.Web.Publishing.targets file under “%Program Files%MSBuildMicrosoftVisualStudiov10.0Web”, we can s...

ASP.NET
Feb 9, 2010
Post comments count0
Post likes count0

Visual Studio 2010 RC Feedback Channel for Web Tools

Web Development Tools Microsoft

As you probably heard the Visual Studio 2010 RC is currently available for MSDN subscribers! You can download it from here http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx. General public release is slated for Wed.The Web Development Tools Team has setup a DL that we would like you to use to send us direct feedback on anything web development ...

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

PDC09 Parallelism Session Videos Now Available

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 15, 2009
Post comments count0
Post likes count0

Debugging TPL apps in VS2010

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
Nov 5, 2009
Post comments count0
Post likes count0

What’s New in Beta 2 for PLINQ

essey

Included in the .NET 4 Framework Beta 2 is a more robust and faster version of PLINQ.  Between B1 and B2, PLINQ changes have mainly been under the covers, so hopefully no need to rewrite any of your applications to see the improvements.  1.       Many improvements to performance and scalability2.  &...

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

What’s new in Beta 2 for the Task Parallel Library? (Part 3/3)

Danny Shih

Related posts: What's new in Beta 2 for the Task Parallel Library? (1/3) What's new in Beta 2 for the Task Parallel Library? (2/3) Last time, we covered Tasks being detached by default and some refactorings in our multiple-Task continuation APIs.  The final post of this series will discuss Nested Tasks and Unwrap, a Parallel namespace chang...

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

Slides from Parallelism Tour

Stephen Toub - MSFT

Last week, I had the privilege of touring around Tennessee, Kentucky, Ohio, and Michigan, speaking about the new parallel computing support in Visual Studio 2010 and the .NET Framework 4.  Many folks I spoke with were interested in getting a copy of the slide deck I used, so I’ve attached it to this blog post.  Enjoy! Toub_ParallelismTour...

.NET Parallel Programming
Oct 29, 2009
Post comments count4
Post likes count2

Converting a Web Site Project to a Web Application Project

Web Development Tools Microsoft

Differences between Web Site Projects (WSP) and Web Application Projects (WAP) are highlighted in blogs such as this one. Based on that, if you feel a WAP would be better for your particular needs than a WSP, but have already created a WSP, you may be asking yourself, “Can I convert my WSP into a WAP, without starting from scratch?”. This posting e...

ASP.NET
Oct 27, 2009
Post comments count0
Post likes count0

New Silverlight Tooling Support in Visual Studio 2010 Beta 2

Web Development Tools Microsoft

Visual Studio 2010 Beta 2 will bring full support for developing applications in Silverlight 3.  There’s a few things that have changed since VS2010 Beta 1, and we hope you enjoy the new beta release! Silverlight 2 is no longer supported – long live Silverlight 3 Now that Silverlight 3 has released (including a GDR; the latest version is cur...

ASP.NET