Not logged in : Login
(Sponging disallowed)

About: http://blogs.msdn.com/b/adonet/rss.aspx?Tags=astoria/dataset/edm/providers/visual+studio+2010/performance/linq+to+sql#10     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : sioc:Thread, within Data Space : www.openlinksw.com associated with source document(s)
QRcode icon
http://www.openlinksw.com/describe/?url=http%3A%2F%2Fblogs.msdn.com%2Fb%2Fadonet%2Frss.aspx%3FTags%3Dastoria%2Fdataset%2Fedm%2Fproviders%2Fvisual%2Bstudio%2B2010%2Fperformance%2Flinq%2Bto%2Bsql%2310

AttributesValues
has container
Date Created
maker
seeAlso
link
Description
  •   The information in this post is out of date. Visit msdn.com/data/ef for the latest information on current and past releases of EF. For EF Power Tools se http://msdn.com/data/jj59317   Last month we announced the RTW of Entity Framework 4.1 (Magic Unicorn Edition). As we worked on the EF 4.1 release we had a series of Community Technology Previews (CTPs) and it was great to have consistent feedback coming in from you all. So, with EF 4.1 released we thought it was time to get some more pre-release stuff in your hands… Today we are releasing a preview of some Power Tools for EF 4.1 that integrate with Visual Studio. This first preview of the EF Power Tools is focused on providing design-time tools for Code First development.   Where Do I Get It? EF Power Tools CTP1 is available on the Visual Studio Gallery  You can also install the power tools directly from Visual Studio by selecting ‘Tools –> Extension Manager…’ then searching for “Entity Framework Power Tools” in the Online Gallery.   Support? This release is a preview of features that we are considering for a future release and is designed to allow you to provide feedback on the design of these features. EF Power Tools CTP1 is not intended or licensed for use in production. If you have questions please use the “Q & A” tab on the Entity Framework Power Tools Visual Studio Gallery page. What Does It Add To Visual Studio? EF Power Tools CTP1 is focused on Code First development and adds some options to context menus in Visual Studio: When right-clicking on a C# project an ‘Entity Framework’ sub-menu is added: Reverse Engineer Code First This command allows one time generation of Code First to an existing database. This option is useful if you want to use Code First to target an existing database as it takes care of a lot of the initial coding. The command prompts for a connection to an existing database and then reverse engineers POCO classes, a derived DbContext and Code First mappings that can be used to access the database. You will need to have EF 4.1 installed or have added the EntityFramework NuGet package to your project before running reverse engineer. The reverse engineer process currently produces a complete mapping using the fluent API. Items such as column name will always be configured, even when they would be correctly inferred by conventions. This allows you to refactor property/class names etc. without needing to manually update the mapping. In the future we may look at options that allow only minimal mapping to be generated along with the option to use Data Annotations for mapping rather than the fluent API. We would really like to hear you feedback on this.  A connection string is added to the App/Web.config file and is used by the context at runtime. If you are reverse engineering to a class library you will need to copy this connection string to the App/Web.config file of the consuming application(s). This process is designed to help with the initial coding of a Code First model. You may need to adjust the generated code if you have a complex database schema or are using advanced database features. Running this command multiple times will overwrite any previously generated files, including any changes that have been made to generated files. When right-clicking on a file containing a derived DbContext class an ‘Entity Framework’ sub-menu is added: View Entity Data Model (Read-only) Displays the Code First model in the Entity Framework designer. This is a read-only representation of the model, you can not update the Code First model using the designer. View Entity Data Model XML Displays the EDMX XML representing the Code First model. View Entity Data Model DDL SQL Displays the DDL SQL to create the database targeted by the Code First model. Optimize Entity Data Model Generates pre-compiled views used by the EF runtime to improve start-up performance. Adds the generated views file to the containing project. View compilation is discussed in the Performance Considerations article on MSDN. If you change your Code First model then you will need to re-generate the pre-compiled views by running this command again.   Where Are Enums/Spatial/Migrations/…? Our team is working on many new features including the ones mentioned above. This power tools preview is just one of a series of previews we have planned as we work on the next release. Rest assured, we appreciate that these are very important features and we will be reaching out for your feedback on them.   Andrew Peters & Rowan Miller ADO.NET Entity Framework
Link
Title
  • EF Power Tools CTP1 Released
topic
type
is made of
is container of of
Faceted Search & Find service v1.17_git122 as of Jan 03 2023


Alternative Linked Data Documents: iSPARQL | ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Apr 5 2024, on Linux (x86_64-generic-linux-glibc25), Single-Server Edition (30 GB total memory, 25 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software