Videos tagged with Entity Framework


DimeCasts.Net #189: Entity Framework: Making changes to the T4 Templates

DimeCasts.Net #189: Entity Framework: Making changes to the T4 Templates

Posted in Frameworks, Companies, Development, Databases

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.

Tags: Frameworks, Microsoft, .NET Framework, DimeCasts.Net, ORM, Entity Framework, Derik Whittaker, Broadcasting, Screencasts, Development, Companies, ...



DimeCasts.Net #186: Entity Framework: Intro to Database First Design

DimeCasts.Net #186: Entity Framework: Intro to Database First Design

Posted in Frameworks, Companies, Development, Databases

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...

Tags: Frameworks, Microsoft, .NET Framework, DimeCasts.Net, ORM, Entity Framework, Derik Whittaker, Broadcasting, Screencasts, Development, Companies, ...


DimeCasts.Net #184: Entity Framework: Intro to Model First Design

DimeCasts.Net #184: Entity Framework: Intro to Model First Design

Posted in Frameworks, Companies, Development, Databases

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...

Tags: Frameworks, Microsoft, .NET Framework, DimeCasts.Net, ORM, Entity Framework, Derik Whittaker, Broadcasting, Screencasts, Development, Companies, ...


dnrTV Show #118: Dan Simmons on The Entity Framework Part 2

dnrTV Show #118: Dan Simmons on The Entity Framework Part 2

Posted in Frameworks, Databases, Development

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...

Tags: Frameworks, Technologies, Databases, MSSQL, ASP.NET, ADO.NET, .NET Framework, Web Services, Entity Framework, dnrTV


dnrTV Show #117: Dan Simmons on The Entity Framework Part 1

dnrTV Show #117: Dan Simmons on The Entity Framework Part 1

Posted in Frameworks, Databases, Development

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...

Tags: Frameworks, Databases, MSSQL, ASP.NET, ADO.NET, .NET Framework, Entity Framework, dnrTV



ADO.NET Entity Designer Video - CTP 2

ADO.NET Entity Designer Video - CTP 2

Posted in Frameworks, Databases, Companies, Development

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...

Tags: Frameworks, Databases, Microsoft, ASP.NET, ADO.NET, .NET Framework, Entity Framework