Showing tag results for Visual Studio 2010

Oct 27, 2009
Post comments count0
Post likes count0

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

Danny Shih

Related posts: Last week, we talked about how TPL adopted a new, better cancellation model.  Today, we’ll cover a change that makes Tasks Detached by Default, some ContinueWhenAll/Any Refactoring, and the handy UnobservedTaskException event.Tasks are Detached by DefaultIn Beta 2, we have changed an important default.  Tasks are now...

.NET Parallel Programming
Oct 23, 2009
Post comments count0
Post likes count0

ASP.Net MVC in Visual Studio 2010 Beta 2

Web Development Tools Microsoft

Visual Studio 2010 Beta 2 contains ASP.Net MVC 2 in the box so there is no need to install an out of band update to Visual Studio 2010 to develop ASP.Net MVC applications. Phil Haack posted about the in-box experience for Beta 2 andd also provides some info on how to upgrade your ASP.Net MVC 1 apps to ASP.Net MVC 2. From a tooling perspective, all ...

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

Dev10 Beta2, Import from web.config file and other changes for DB deployment UI

Web Development Tools Microsoft

Dev10 Beta2 DB Deployment property page has some changes from Beta1.  Please provide your valuable feedback for us to make it better for you.  Thanks. 1. Tab page name changed from “Deploy/SQL” To “Deploy SQL” 2. Customer can use “Import from Web.config” button to import all the connection strings defined in root web.config to the da...

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

Visual Studio 2010 Beta 2 – Intellisense Issue in Javascript/HTML.

Web Development Tools Microsoft

If by any chance you are not seeing intellisense in your JavaScript or HTML after installing Visual Studio 2010 Beta 2 you might be running into a known bug that we can show you how to fix. The bug is related to user settings which we don’t remove when Beta 1 is uninstalled. One particular setting under HKCUSoftwareMicrosoftVisualStudio10.0HTML Ed...

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

Visual Studio 2010 Beta2 Performance

Web Development Tools Microsoft

Visual Studio 2010 Beta2 is out and we at the Web Development Tools team are pleased to let you know that we have fixed a lot of the performance issues from Beta1. It took a considerable amount of time and effort but we feel it was well worth it. We would like to thank the community for your feedback and in helping us identify a lot of these issues...

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

Visual Studio 2010 Beta 2 – Web Tools Overview

Web Development Tools Microsoft

Visual Studio 2010 Beta 2 has officially shipped! If you haven’t already, download a copy from here. What New with Visual Studio If you are new to Visual Studio 2010 please check out all our previous blogs to get a understanding of all the changes we made for Beta 1 including this intro blog on beta 1: http://blogs.msdn.com/webdevtools/archive...

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

.NET 4 Beta 2 is here!

Stephen Toub - MSFT

The .NET Framework 4 Beta 2 is now available! MSDN Subscribers can download it today, and it will be generally available for download on Wednesday.  More information is available at https://msdn.microsoft.com/en-us/vstudio/dd582936.aspx.  Additionally, one of the really exciting things about this Beta release is that it’s “go-...

.NET Parallel Programming
Oct 16, 2009
Post comments count0
Post likes count0

Parallel Computing at PDC09 and TechEd Europe 2009

Stephen Toub - MSFT

It’s fall, and that means conference season!  In November, members of the Parallel Computing Platform team will be descending upon both PDC09 in Los Angeles and TechEd Europe 2009 in Berlin.  We’re extremely excited to see all of you there and to discuss the new support for parallel computing that’s coming in Visual Stud...

.NET Parallel Programming
Oct 16, 2009
Post comments count0
Post likes count0

Parallel Computing Presentations in Michigan, Ohio, Kentucky, and Tennessee

Stephen Toub - MSFT

In a week, I’m going to be traveling through Michigan, Ohio, Kentucky, and Tennessee, speaking about parallel computing, Visual Studio 2010, and .NET 4, primarily at corporations during the day and at user groups in the evenings.If you’re in the area and interested, please do attend, and I look forward to meeting you!  A list of ev...

.NET Parallel Programming
Oct 15, 2009
Post comments count0
Post likes count0

Single Project Add View in ASP.Net MVC 2 Preview 2

Web Development Tools Microsoft

Last week we released ASP.Net MVC 2 Preview 2 for Visual Studio 2008 Sp1. In the box support for single project areas is now included and the Add View tool has been modified to streamline this scenario. A walkthrough that creates two simple single project areas can be found here. If you follow the steps in the walkthrough you will notice that Add C...

ASP.NET