TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
FIM Resources
FIM-HELP
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Pirated Content
Portal
Português Brasil
PowerShell
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Guru
TechNet Wiki
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
Entity Framework
Tagged Content List
Wiki Page:
MVC4 – Entity Framework (8 Steps to create your site)
Naomi N
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...
on
18 Sep 2013
Wiki Page:
Entity Framework FAQ: Miscellaneous (ru-RU)
Richard Mueller
Содежание EF FAQ Table of Contents Могу я удалять данные которые не запрашивал из базы? Данные в моей БД не обновились, но в приложении не произошло ошибок. Как я могу посмотреть команды которые выполняются на источнике данных? Поддерживаются ли TVF (функции возвращающие...
on
30 Aug 2013
Wiki Page:
Entity Framework FAQ: Mapping and Modeling (ru-RU)
Richard Mueller
Содержание EF FAQ Table of Contents Каким образом я могу сопоставить хранимую процедуру? Каким образом можно сопоставить сущности "только для чтения"? Как можно использовать Defining QueryViews в файлах сопоставления? Каким образом...
on
30 Aug 2013
Wiki Page:
Entity Framework FAQ: Sprocs and Functions
Ed Price - MSFT
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...
on
14 Jul 2013
Wiki Page:
Entity Framework FAQ: Performance
Ed Price - MSFT
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...
on
14 Jul 2013
Wiki Page:
Entity Framework Dilemmas and Solutions in MVVM using contextual pluralization
mnoon
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...
on
21 Jun 2013
Wiki Page:
Entity Framework FAQ
smcsekhars
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...
on
11 Jun 2013
Wiki Page:
Entity Framework FAQ: Querying
Carsten Siemens
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...
on
30 May 2013
Wiki Page:
Entity Framework FAQ: Introduction
Carsten Siemens
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...
on
27 Apr 2013
Wiki Page:
SQL Server Spatial Application
Carsten Siemens
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...
on
27 Apr 2013
Wiki Page:
Hosting a WCF Data Service, with Basic Authentication for PowerPivot Clients
Richard Mueller
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...
on
19 Apr 2013
Wiki Page:
Entity Framework FAQ: Databinding
Ashwini47
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"...
on
13 Apr 2013
Wiki Page:
Entity Framework FAQ: Conceptual Model (EDM)
Ashwini47
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...
on
12 Apr 2013
Wiki Page:
Using Entity Framework 4.1 Code First with WCF Data Services
Yagmoth555
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,...
on
22 Feb 2013
Wiki Page:
Entity Framework FAQ (es-ES)
Ed Price - MSFT
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...
on
15 Feb 2013
Wiki Page:
Entity Framework FAQ: Concurrency
Ed Price - MSFT
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...
on
15 Feb 2013
Wiki Page:
Entity Framework FAQ: Code Generation
Ed Price - MSFT
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 ...
on
15 Feb 2013
Wiki Page:
Entity Framework FAQ: Mapping and Modeling
Ed Price - MSFT
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...
on
15 Feb 2013
Wiki Page:
Entity Framework FAQ Procedimientos Almacenados y Funciones (es-ES)
Ed Price - MSFT
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...
on
15 Feb 2013
Wiki Page:
Entity Framework FAQ: Data Providers
Ed Price - MSFT
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...
on
15 Feb 2013
Wiki Page:
Entity Framework FAQ: LINQ to SQL
Ed Price - MSFT
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...
on
15 Feb 2013
Wiki Page:
Entity Framework FAQ: Unit Testing
Ed Price - MSFT
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...
on
15 Feb 2013
Wiki Page:
Entity Framework FAQ: Serialization and Web Services
Ed Price - MSFT
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...
on
15 Feb 2013
Wiki Page:
Entity Framework
Ed Price - MSFT
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...
on
15 Feb 2013
Wiki Page:
Entity Framework FAQ: Miscellaneous
Ed Price - MSFT
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...
on
15 Feb 2013
Page 1 of 3 (52 items)
1
2
3
Can't find it? Write it!
Post an Article