Browse by Tags

Tagged Content List
  • Wiki Page: Entity Framework FAQ: Miscellaneous (ru-RU)

    Содежание EF FAQ Table of Contents Могу я удалять данные которые не запрашивал из базы? Данные в моей БД не обновились, но в приложении не произошло ошибок. Как я могу посмотреть команды которые выполняются на источнике данных? Поддерживаются ли TVF (функции возвращающие...
  • Wiki Page: Entity Framework FAQ: Mapping and Modeling (ru-RU)

    Содержание EF FAQ Table of Contents Каким образом я могу сопоставить хранимую процедуру? Каким образом можно сопоставить сущности "только для чтения"? Как можно использовать Defining QueryViews в файлах сопоставления? Каким образом...
  • Wiki Page: Entity Framework FAQ: Performance

    Back to EF FAQs Table of Contents Table of Contents What does query plan caching do? Do I need to keep my ObjectQuery around to take advantage of query plan caching? Show me the numbers. How good is EF performance? Does creating large object hierarchies impact performance? How do I improve performance...
  • Wiki Page: Entity Framework FAQ

    This article is available in other languages: Spanish Portuguese Russian Welcome to the EF FAQ This is a collection of frequently asked questions (and answers) about the Entity Framework (a .Net-based Object-Relational Mapping framework from Microsoft). These...
  • Wiki Page: Entity Framework FAQ: Querying

    Table of Contents General LINQ Questions How do I retrieve a single entity? How does "Include" work with multiple levels of branches? How do I query trees using LINQ? Entity Framework Related LINQ Questions Can I execute queries locally rather than at the database? Is data filtered on the database...
  • Wiki Page: Entity Framework FAQ: Introduction

    Back to EF FAQs Table of Contents Table of Contents Where else should I go to learn more about the EF? How can I get the Entity Framework bits? What's new in EF4? Why use the EF and Entity Data Model (EDM)? How do they help? Where can I learn about plans for the next release of the EF? What...
  • Wiki Page: Entity Framework FAQ: Databinding

    Table of Contents Do ObjectQuery and EntityCollection support databinding for WinForms / WPF? Where has the "ToBindingList" method gone? What about ASP.NET? Back to EF FAQs Table of Contents Do ObjectQuery and EntityCollection support databinding for WinForms / WPF? Where has the "ToBindingList"...
  • Wiki Page: Entity Framework FAQ: Conceptual Model (EDM)

    Table of Contents Does the Entity Framework support abstract types in EDM models? Does the Entity Framework have support for complex types? What are complex types? How are they different from entity types in the EDM? Does the Entity Framework support multiple entity sets per type? Why is "multiple...
  • Wiki Page: Entity Framework FAQ (es-ES)

    Este artículo está disponible en otros idiomas: Inglés Português Russian Bienvenido a la EF FAQ Ésta es una colección de preguntas frecuentes (y respuestas) sobre el Entity Framework (una asignacíon objeto-relacional...
  • Wiki Page: Entity Framework FAQ: Concurrency

    Table of Contents How do I properly handle concurrency How does concurrency work when there is inheritance and the concurrency column is on the parent table, while the child table's properties were modified Back to EF FAQs Table of Contents How do I properly handle concurrency The...
  • Wiki Page: SQL Server Aplicación Espacial (es-ES)

    Table of Contents Introducción Intercambio de ideas inicial Limitaciónes y suposiciónes Medios de comunicación Simplicidad Disponibilidad de datos Ejemplos de aplicaciónes Visualizador de Fotos para una Ruta de Viaje Inmobiliaria: Buscador de Casas Investigación inicial Requisitos previos de software...
  • Wiki Page: Entity Framework FAQ: Code Generation

    Table of Contents How can I add custom attributes to my generated classes? What is the extensibility story in the Entity Framework for more advanced code generation scenarios Is there any way to use public, easily modifiable templates for EF code generation Back to EF FAQs Table of Contents ...
  • Wiki Page: Entity Framework FAQ: Mapping and Modeling

    Table of Contents Back to EF FAQs Table of Contents How can I map a stored procedure? How can I map read-only entities? How can I use Defining QueryViews in mapping files? When doing model first, how can I customize the DDL script generated from my model? I never delete records from my tables, but I...
  • Wiki Page: Entity Framework FAQ Procedimientos Almacenados y Funciones (es-ES)

    Volver a EF FAQ tabla de contenido Este artículo está disponible en otros idiomas: Inglés ¿Pueden procedimientos almacenados devolver resultados polimórficos? Sí, los procedimientos almacenados que recuperan...
  • Wiki Page: Entity Framework FAQ: Data Providers

    Table of Contents Are the SQL providers for the Entity Framework able to do things like partitioning? Can the Entity Framework be used with databases other than SQL Server? Is there an Entity Framework 4 sample provider for SQL Server? What are some resources for Entity Framework provider writers? Is...
  • Wiki Page: Entity Framework FAQ: LINQ to SQL

    Back to EF FAQs Table of Contents Table of Contents What is the difference between the Entity Framework and LINQ to SQL? Where does Microsoft stand on LINQ to SQL? Should I use the Entity Framework or LINQ to SQL? How do I migrate from LINQ to SQL to the Entity Framework? What is the difference...
  • Wiki Page: Entity Framework FAQ: Unit Testing

    Table of Contents What are some resources related to unit testing with the Entity Framework? Back to EF FAQs Table of Contents What are some resources related to unit testing with the Entity Framework? For examples of the testability improvements in Entity Framework 4, see the following...
  • Wiki Page: Versioning Windows Azure SQL Database Schemas by Using Federations

    Table of Contents Sample Scenarios Scenario: Adding New Features to a Multi-Tenant Application Application Layer Changes Implementation Steps Scenario: Single Tenant Application Layer Changes Implementation Steps Traditionally database schema upgrades have been an “all or nothing” affair. A production...
  • Wiki Page: Entity Framework FAQ: Serialization and Web Services

    Table of Contents Is Entity Key serializable? Is it possible to serialize a graph of related entities? Why am I getting only one entity at a time when I do XML serialization Is it possible to serialize the ObjectContext? What about WCF Data Services? Does ApplyCurrentValues/ApplyOriginalValues (ApplyPropertyChanges...
  • Wiki Page: Entity Framework

    This portal page will eventually link you to all the most valuable material about ADO.Net Entity Framework. Entity Framework is Microsoft's "Object/Relational Mapper" software that bridges the gap between the object-oriented world of .Net developers, and the relational database world...
  • Wiki Page: Entity Framework FAQ: Miscellaneous

    Back to EF FAQs Table of Contents Table of Contents Can I delete data that has not been queried from the database? My database isn't being updated, but no errors occurred in my application. How do I trace the commands that are executed against the data source? Is there TVF (table-valued...
  • Wiki Page: Entity Framework FAQ: ObjectContext

    Table of Contents Is it recommended to share one global ObjectContext instance across my application? What should be the lifetime of the ObjectContext? What is the recommendation for running a multithreaded application on the Entity Framework? Is the Entity Framework thread-safe? Does the provider connection...
  • Wiki Page: Entity Framework FAQ: Error Messages

    Table of Contents MetadataException: Unable to load the specified metadata resource Unable to create a constant value of type 'SomeType'. Only primitive types ('such as Int32, String, and Guid') are supported in this context. LINQ to Entities queries are converted to SQL, so there is...
  • Wiki Page: Entity Framework FAQ: Relationships

    Back to EF FAQs Table of Contents Table of Contents Does the Entity Framework support lazy loading and deep loading, and how is the performance for these features? Is it possible to make the EF implicitly load related entities? Is lazy loading enabled by default? Is there a topic that compares...
  • Wiki Page: Entity Framework FAQ (pt-BR)

    Este artigo está disponível em outros idiomas: Inglés Espanhol Russian Bem vindo ao EF FAQ Esta é uma coleção de perguntas frequentes (e respostas) sobre o Entity Framework (um mapeamento objeto-relacional baseada em ...
Page 1 of 2 (43 items) 12
Can't find it? Write it!