What are the great benefits of VS2010 SP1?

The beta version of Visual Studio SP1 is now available. I am tempted to try, because it seems to contain many fixes and improvements. I had no particular problems with VS2010, so I'm not sure what I would choose now.

A request for those who know: what specific improvements in Service Pack 1 can you use?

+3
source share
3 answers

and

Testing modules on .NET 3.5 (.net 4.0 only)

Performance Wizard for Silverlight

& intellitrace for sharepoint projects is all i can remember now

+2
source

SQL CE, , :

VS 2010 SP1 SQL CE SQL CE ASP.NET . VS 2010 SP1 :

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

ASP.NET Web Forms ASP.NET MVC-.

0

Source: https://habr.com/ru/post/1779690/


All Articles