The Visual Studio SP1 beta just became available. I'm tempted to give it a try, since it apparently contains quite a few fixes and improvements. I haven't had any specific issues with VS2010, so I'm not certain what I'd get out of it right now.

A query to those in the know: what specific improvements in SP1 will you be benefiting from?

link|improve this question

Your title says "expect" but the actual question implies known benefits. Slightly ambiguous. – DeadMG Dec 11 '10 at 0:31
@DeadMG A good point, I've edited the title. – Grant Palin Dec 11 '10 at 0:43
feedback

3 Answers

up vote 2 down vote accepted

well

Unit Testing on .NET 3.5 (it was for .net 4.0 only)

Performance Wizard for Silverlight

& intellitrace for sharepoint projects is all i can remember now

link|improve this answer
feedback

If you are interested in SQL CE, there are several improvements enumerated by Scott Guthrie:

VS 2010 SP1 includes much improved tooling support for SQL CE, and adds support for using SQL CE within ASP.NET projects for the first time. With VS 2010 SP1 you can now:

Create new SQL CE Databases
Edit and Modify SQL CE Database Schema and Indexes
Populate SQL CE Databases within Data
Use the Entity Framework (EF) designer to create model layers against SQL CE databases
Use EF Code First to define model layers in code, then create a SQL CE database from them, and optionally edit the DB with VS
Deploy SQL CE databases to remote servers using Web Deploy and optionally convert them to full SQL Server databases

You can take advantage of all of the above features from within both ASP.NET Web Forms and ASP.NET MVC based projects.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.