Fragensteller
ANN: Entity Framework 4.1 - Update 1

Allgemeine Diskussion
-
[Download Details - Microsoft Download Center - Entity Framework 4.1 - Update 1]
http://www.microsoft.com/download/en/details.aspx?id=26825- Kleinere Bug-Fixes bzgl. ‘Persist Security Info’.
- Neue Typen für Designer-Tools für "Code First", speziell DbContextInfo und IDbContextFactory.
ciao Frank
Alle Antworten
-
als kleine Ergänzung:
zusätzlich sind seit kurzem Sprachpakete (u. a. deutsch) für das Entity Framework 4.1 verfügbar.
Siehe auch http://blogs.msdn.com/b/adonet/archive/2011/07/11/ef-4-1-language-packs.aspx
Gruß Elmar
-
ein paar Links zum Thema "Entity Framework 4.1" auch:
[Entity Framework 4.1]
http://msdn.microsoft.com/en-us/library/gg696172.aspx[MSDN-Magazin Entity Framework – Code First in ADO.NET Entity Framework 4.1]
http://msdn.microsoft.com/de-de/magazine/hh126815.aspx[Entity Framework Resources and Community]
http://msdn.microsoft.com/en-us/data/ee712908[EF 4.1 Code First Walkthrough - ADO.NET team blog - Site Home - MSDN Blogs]
http://blogs.msdn.com/b/adonet/archive/2011/03/15/ef-4-1-code-first-walkthrough.aspx[Using DbContext in EF 4.1 - Series - MSDN Blogs]
http://blogs.msdn.com/b/adonet/archive/2011/01/27/using-dbcontext-in-ef-feature-ctp5-part-1-introduction-and-model.aspx[ADO.NET Entity Framework]
http://msdn.microsoft.com/de-DE/data/ef[EF 4.1 Model & Database First Walkthrough - ADO.NET team blog - Site Home - MSDN Blogs]
http://blogs.msdn.com/b/adonet/archive/2011/03/15/ef-4-1-model-amp-database-first-walkthrough.aspx[T4 Templates and the Entity Framework]
http://msdn.microsoft.com/en-us/gg558520[Getting Started with EF 4.1]
http://msdn.microsoft.com/de-de/data/hh134816[Code First Development with Entity Framework (Repeats on Wednesday) | Tech·Ed Europe 2010 | Channel 9]
http://channel9.msdn.com/Events/TechEd/Europe/2010/DEV212[ADO.NET Entity Framework and LINQ to Entities Forum]
http://social.msdn.microsoft.com/Forums/en-US/adodotnetentityframework/threads[EF 4.1 RTW Change to Default MaxLength in Code First - ADO.NET team blog - Site Home - MSDN Blogs]
http://blogs.msdn.com/b/adonet/archive/2011/03/29/ef-4-1-rtw-change-to-default-maxlength-in-code-first.aspx[Checking In: Jeff Derstadt - Programming Data and the Entity Framework | Checking In with Erik Meijer | Channel 9]
http://channel9.msdn.com/Shows/Checking-In-with-Erik-Meijer/Checking-In-Jeff-Derstadt-Programming-Data-and-the-Entity-FrameworkBugs und Feedback bzgl. EF 4.1 ggf. hier:
[Visual Studio and .NET Framework | Microsoft Connect]
http://connect.microsoft.com/visualstudio[ADO.NET Entity Framework]
http://msdn.microsoft.com/de-DE/data/ef_______________________
MSDN-Blog-Serie zu Entity Framework 4.1:
Part 1: Introduction and Model- Introduces the topics that will be covered in the series
- Presents a Code First model that will be used in the subsequent parts
Part 2: Connections and Models
- Covers using DbContext constructors to configure the database connection and set the context to work in Code First, Model First, or Database First mode
- Shows different ways that the DbSet properties on the context can be defined
Part 3: Finding Entities
- Shows how an entity can be retrieved using its primary key value.
Part 4: Add/Attach and Entity States
- Shows different ways to add a new entity to the context or attach an existing entity to the context
- Covers the different entity states and shows how to change the state of an entity
Part 5: Working with Property Values
- Shows how to get and set the current and original values of individual properties
- Covers different ways of working with all the property values of an entity
- Shows how to get and set the modified state of a property
Part 6: Loading Related Entities
- Covers the loading related entities eagerly, lazily, and explicitly
Part 7: Local Data
- Shows how to work locally with entities that are already being tracked by the context
- Provides some general information on the facilities provided by DbContext for data binding
Part 8: Working with Proxies
- Presents some useful tips for working with dynamically generated entity proxies
Part 9: Optimistic Concurrency Patterns
- Shows some common patterns for handling optimistic concurrency exceptions
Part 10: Raw SQL Queries
- Shows how to send raw queries and commands to the database
Part 11: Load and AsNoTracking
- Covers the Load and AsNoTracking LINQ extension methods for loading entities into the context and querying entities with having them be tracked by the context
Part 12: Automatically Detecting Changes
- Describes when and how DbContext automatically detects changes in entities provides some pointers for when to switch this off
ciao Frank -
Und für Freunde von Video-Tutorials zu Code First/Entity Framework 4.1
sei hier noch kurz auf Julie Lermans Blog (Autorin von Programing EF) hingewiesen:
Code First/Entity Framework 4.1 Videos and Articles on MSDN:
http://thedatafarm.com/blog/data-access/code-first-entity-framework-4-1-videos-and-articles-on-msdn/Viel Spaß
Marcel