Videos tagged with Entity Framework
In this episode we are going to take a look at how Entity Framework uses T4 Templates (Text Template Transformation Toolkit) when building out the entity model.We will first learn how EF is using the templates, we will then learn how to view and access these templates and finally we will take a look at how to modify these templates to meet your own specific needs.
DimeCasts.Net #186: Entity Framework: Intro to Database First Design
In this episode we are going to take a look at how to use the Entity Framework via its database first design concepts.When building out an application which is based off of the Entity framework you have multiple options, you can either build your model off of your existing database or build your database of your existing model. This episode will explore how you start with your existing database...
DimeCasts.Net #184: Entity Framework: Intro to Model First Design
In this episode we are going to take a look at how to use the Entity Framework via its model first design concepts.When building out an application which is based off of the Entity framwork you have multiple options, you can either build your model off of your existing database or build your database of your existing model. This episode will explore how you start with your entity model and buil...
dnrTV Show #118: Dan Simmons on The Entity Framework Part 2
Summary Following up on the last show, Dan Simmons demonstrates using the Entity Framework with ASP.NET applications and web services. Bio Daniel Simmons is dev manager for the Entity Framework and LINQ to SQL team where his mission is to build a team and a product that will fundamentally change the way we build data-centric software. He has been at Microsoft for 10 years working on a variety o...
dnrTV Show #117: Dan Simmons on The Entity Framework Part 1
Summary Microsoft developer Dan Simmons makes his dnrTV debut this week, introducing us to the ADO.NET Entity Framework. Bio Daniel Simmons is dev manager for the Entity Framework and LINQ to SQL team where his mission is to build a team and a product that will fundamentally change the way we build data-centric software. He has been at Microsoft for 10 years working on a variety of products. Be...
ADO.NET Entity Designer Video - CTP 2
This video demonstrates a number of important new features in the Entity Data Model Tools December CTP. First, it is now possible to visually map the insert, update, and delete stored procedures for entity types. Additionally, support for function imports allows the mapping of query stored procedures that return primitive types as well as collections of entity types. Finally, we demonstrate the...