Browse by Tags

Tagged Content List
  • Wiki Page: MVC4 – Entity Framework (8 Steps to create your site)

    MVC4 – Entity Framework 8 Steps to create your site Download your code here http://code.msdn.microsoft.com/vstudio/MVC4-ENTITY-FRAMEWORK-10-e15ef983 STEP1 Create a new project of type ASP.NET MVC 4 Web Application Choose the option Internet Application After project...
  • 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: Sprocs and Functions

    Back to EF FAQs Table of Contents Table of Contents Can stored procedures return polymorphic results? How can I use stored procedures that only return simple types? Does the Entity Framework support the ability to have a single stored procedure that returns multiple result sets? How do I execute...
  • 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 Dilemmas and Solutions in MVVM using contextual pluralization

    This is going to be a short article, but elicits advanced concepts in the entity framework 5 and is looking toward the future a little. I recently posted an article on stackoverflow about a cat having some paws and on those paws claws with sharpness indexes. Making a simple model like this...
  • 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: SQL Server Spatial Application

    Table of Contents Introduction Initial Brainstorming Constraints and Assumptions Media Simplicity Availablilty of Data App Examples Path foto Viewer Real Estate House Finder Initial Research Software Prerequisites Features to investigate SQL Features Non-SQL features Feasibility Study SQL Features Lines...
  • Wiki Page: Hosting a WCF Data Service, with Basic Authentication for PowerPivot Clients

    Introduction This walkthrough demonstrates how to host a WCF Data Service in an ASP.NET web site in a way which allows PowerPivot to connect to the service using basic authentication. Some relevant areas have already been covered in a lot of detail elsewhere on MSDN or in blogs. When this is the...
  • 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: Using Entity Framework 4.1 Code First with WCF Data Services

    The Entity Framework 4.1 release introduced a feature named Code First, which enables you to define an Entity Framework data model using only code. For more information, see Getting Started with the Entity Framework 4.1 . This article shows you how to create a Code First implementation of Northwind,...
  • 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: 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: 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...
Page 1 of 3 (52 items) 123
Can't find it? Write it!