Fragensteller
ANN: Betaversion von Visual Studio 2010 Service Pack 1 (SP1)

Allgemeine Diskussion
-
- Bearbeitet Robert BreitenhoferModerator Mittwoch, 8. Dezember 2010 07:47 Titel vollständig gemacht
Alle Antworten
-
da wir schon bei Nicht-Release-Produkten sind ... hier noch ein neues CTP-Produkt:
[Download details: Microsoft ADO.NET Entity Framework Feature Community Technology Preview 5]
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=35adb688-f8a7-4d28-86b1-b6235385389d----------------------------------
Kopiert aus [Microsoft ADO.NET Entity Framework Feature CTP 5 Readme]
This is the list of new and improved features in CTP5:DbContext API
-
Model-First and Database-First support:
New T4 templates is included for using DbContext/DbSet -
Validation of objects on SaveChanges:
Validation is based on the use of Data Annotations and currently only supported in Code First -
Change tracking API:
Allows you to access information and operations applicable to objects that are tracked by a DbContext-
Access to Original, Current & Store Values
-
Entity state (i.e. Added, Unchanged, Modified, Deleted)
-
Explicit Loading: API to load the contents of a navigation property from the database
-
-
Databinding:
DbSet.Local exposes an ObservableCollection representing the local contents of the DbSet. This is particularly useful when performing databinding in WPF applications. The new ToBindingList extension method can be used to obtain a binding list for Windows Forms applications. -
No-Tracking Queries:
This can be achieved via the AsNoTracking extension method on IQueryable<T>. -
DbContext Configuration:
Allows the following options to be configured for a DbContext instance:-
Lazy Loading
-
Validate On Save
-
Auto Detect Changes
-
-
Raw SQL Query/Command execution:
Allows raw SQL queries and commands to be executed via the SqlQuery & SqlCommand methods on DbContext.Database. The results can optionally be materialized into object instances that are tracked by the DbContext via the SqlQuery method on DbSet. -
Improved concurrency conflict resolution:
We have added better exception messages that allow access to the affected object instance and the ability to resolve the conflict using current, original and database values -
DbContext.ObjectContext has moved:
Rather than being a protected member we have made the underlying ObjectContext available via an explicitly implemented interface, this allows external components to make use of the underlying context. Getting the context now looks like: ((IObjectContextAdapter)myContext).ObjectContext -
Excluding EdmMetadata Table:
If Code First is generating your database and you wish to exclude the EdmMetadata table, this is now done by removing a convention (note that you do no longer need to do this when mapping to an existing database). -
Types renamed in System.Data.Entity.Database namespace:
ciao Frank -
-
Hallo zusammen,
Bei Aktuelles von MSDN Deutschland gibt es Weiterführende Informationen über die Betaversion von Visual Studio 2010 Service Pack 1 (SP1).
http://www.microsoft.com/germany/msdn/aktuell/news/show.mspx?id=msdn_de_42488
Grüße,
Robert
-
Hallo Andre
Jason Zander antwortet im genannten Blog in den Kommentaren:
http://blogs.msdn.com/b/jasonz/archive/2010/12/07/announcing-visual-studio-2010-service-pack-1-beta.aspx?PageIndex=2#comments"we don't have a formalized bug fix list
but we have concentrated heavily on user feedback for this release""we don't have a full list of changes
but it was focused primarily on bug fixing for this release"
Wobei aus anderen Blogs gibt es Auszüge,
hier zB für TFS2010
http://blogs.msdn.com/b/bharry/archive/2010/12/07/vs-tfs-2010-sp1-beta-has-released.aspx -
Hallo Andre,
Es ist unklar, ob alle MS-Entwicklerteams sich dazu entschließen werden, die Liste ihrer Fixes öffentlich zu machen. Mal sehen.
Brittany Behrens (MSFT) dazu: "There isn't a single list of all hotfixes available for Visual Studio 2010. The best way to find out whether a given issue has been hotfixed is to search for it (which tends to turn up blog posts about fixes or discussion threads between people with similar problems) or file a Connect bug. If you file a Connect bug for something we've already fixed, the product team will let you know that; if we haven't yet fixed it, the product team will take a look and often investigate the issue."Jason Zanders: "We don't have a formalized bug fix list but we have concentrated heavily on user feedback for this release" (s. dazu den letzten Link).
Siehe auch:
http://blogs.msdn.com/b/visualstudio/archive/2010/06/25/patch-available-for-cut-or-copy-displaying-insufficient-memory-error-in-vs-2010.aspx
http://blogs.msdn.com/b/jasonz/archive/2010/12/07/announcing-visual-studio-2010-service-pack-1-beta.aspx?PageIndex=2
http://stackoverflow.com/questions/3375407/list-of-available-vs2010-hotfixesGruß
Marcel -
Die Beta ist jetzt offen verfügbar:
http://go.microsoft.com/fwlink/?LinkId=207130ISO Datei (593MB):
http://go.microsoft.com/fwlink/?LinkId=207140 -
Übersicht über alle Fixes die im Sp1 enthalten sind?
neuer Blogbeitrag von heute:
Visual Studio 2010 SP1 Interim Fix List
http://blogs.msdn.com/b/jasonz/archive/2010/12/20/visual-studio-2010-service-pack-1-beta-feedback.aspx
und dort steht auch, Schuld an der Verspätung der Liste hatte ein Stromausfall in Redmond vor 2 Wochen, und sie mussten daher alles von Hand filtern ;-) (ne, nur ein Scherz)