|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
13 Articles match "Entity Framework","Templates"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
Learn to develop applications for EF and LINQ to Entities and employ ADO.NET Data Services to integrate data from the Internet cloud. How is LINQ to Entities different from LINQ to SQL? How do I build real-world n-tier applications using LINQ and the Entity Framework? Come and learn to take advantage of LINQ and the Entity Framework in your applications today! Essential LINQ with the Entity Framework Day 1 New Features of C# 3.0 In this course, you learn to: Leverage new features of C# 3.0, When should I choose one over the other?
DevelopMentor Courses
- Friday, June 12, 2009
Essential LINQ with the Entity Framework 4.0
including extension methods and lambda expressions Use LINQ to filter, sort, and group in-memory collections of objects Create LINQ to Entities queries to execute stored procedures and perform updates in real-world database applications Write LINQ to XML queries to search XML documents and save them to the file system Build a rich conceptual entity model using the EF and to visually map it to a database schema Learn how to implement Repository and Unit of Work design patterns with EF 4.0 How is LINQ to Entities different from LINQ to SQL? which ship as part of.NET 4.0
DevelopMentor Courses
- Monday, October 12, 2009
Essential Entity Framework 4.0 with Data Services
including extension methods and lambda expressions Use LINQ to filter, sort, and group in-memory collections of objects Write LINQ to XML queries to search XML documents and save them to the file system Create LINQ to Entities queries to execute stored procedures and perform updates in real-world database applications Build a rich conceptual entity model using the EF and visually map it to a database schema Learn how to implement Repository and Unit of Work design patterns with EF 4.0 How is LINQ to Entities different from LINQ to SQL? Leverage new features of C# 3.0,
DevelopMentor Courses
- Friday, May 7, 2010
|
14 Articles match "Entity Framework","Templates"
|
The Latest from DevelopMentor
|
MORE
|
|
T4 Supplement to Add Service Reference
Not long ago I had a specific need to to this when creating a client-side T4 template for my Trackable DTO’s project with Entity Framework 4.0. The way that Self-Tracking Entities in EF4 accomplishes this is to add a class library project with a T4 template the inspects an entity data model (edmx file). That way, the client could be completely ignorant of the persistence stack used (in this case Entity Framework), and there could be a cleaner separation of concerns. And here is a link to a project that implements it as a T4 template.
Tony and Zuzana's World
- Monday, April 12, 2010
Trackable DTO’s: Taking N-Tier a Step Further with EF4
Not long ago my friend and colleague Richard Blewett wrote a blog post on Self-Tracking Entities in EF4, in which he questioned the service-orientation of Self-Tracking Entities in EF4. While STE’s are placed in an assembly that does not reference the Entity Framework, the way in which change state is preserved in an STE is overly complex because it tries make it easier for EF to transmit those changes to the ObjectStateManager on the service side. Fast forward to Entity Framework 4.0 Download code for this post here. and Visual Studio 2010. NET client.
Tony and Zuzana's World
- Friday, February 19, 2010
EF4 Self Tracking Entities – the new DataSet?
So when I saw that Entity Framework 4.0 supports Self Tracking Entities (STEs) I was interested to see how they would work – after all, automated change tracking is one of the reasons people wanted to use DataSets in service contracts. The Entity Framework team has released a T4 Template to generate these STEs from an EDMX file and the nice thing is that the generated entities themselves have no dependency on the Entity Framework. The client, and the entities, remain ignorant of the persistence model. Entity Framework 4.0
.NET Meanderings
- Friday, February 5, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Top Ten New Features in Entity Framework 4.0
The Entity Framework team at Microsoft has been extremely busy this past year to get a new version of the Entity Framework out the door. In response, the EF team published an Entity Framework Design Blog , soliciting feedback from the community on critical design decisions. Create customized code generation templates (for example, POCO classes). Load related entities automatically on-demand. Different options for tracking changes to entities. Propagate entity changes across service boundaries for batch updates. Lazy Loading.
Tony and Zuzana's World
- Thursday, July 9, 2009
-
Entity Framework Preview
The Entity Framework team just released CTP 1 of the Entity Framework for.NET 4.0 The next version of the Entity Framework has a bunch of cool features a lot of have been clamoring for, such as support for POCO (Plain Old CLR Objects), lazy loading, and n-tier scenarios. The team has also posted a series of walkthroughs you can try out: Self-Tracking Entities. POCO Templates. Beta 1. Code-Only Design. Enjoy.
Tony and Zuzana's World
- Saturday, June 27, 2009
-
Entity Framework Preview
The Entity Framework team just released CTP 1 of the Entity Framework for.NET 4.0 The next version of the Entity Framework has a bunch of cool features a lot of have been clamoring for, such as support for POCO (Plain Old CLR Objects), lazy loading, and n-tier scenarios. Self-Tracking Entities. POCO Templates. Beta 1. The team has also posted a series of walkthroughs you can try out:rn. Code-Only Design. Enjoy.
Tony and Zuzana's World
- Saturday, June 27, 2009
-
Learn What’s New in Entity Framework 4.0!
I’ll be presenting a free DevelopMentor web cast on Tuesday Dec 8, 2009 at 9:00 am (Pacific Standard Time) on new features in Entity Framework 4.0. T4 Code-Generation Templates. The web cast includes slides and demos , as well as question-and-answer periods in which we’ll discuss some of the other new features coming in Entity Framework 4.0. If you would like to get a complete in-depth treatment of everything Entity Framework has to offer, sign up for my DevelopMentor course, Essential LINQ with Entity Framework 4.0 , running in Los Angeles, Boston and London.
Tony and Zuzana's World
- Saturday, December 12, 2009
-
Top Ten New Features in Entity Framework 4.0
The Entity Framework team at Microsoft has been extremely busy this past year to get a new version of the Entity Framework out the door. In response, the EF team published an Entity Framework Design Blog , soliciting feedback from the community on critical design decisions. Create customized code generation templates (for example, POCO classes). Load related entities automatically on-demand. Different options for tracking changes to entities. Propagate entity changes across service boundaries for batch updates. Lazy Loading.
Tony and Zuzana's World
- Thursday, July 9, 2009
-
T4 POCO Templates for L2S and EF
Having said all that, what tools are available to automatically generate POCO entities from the database? However, after searching for a few hours, I could not find any templates to generate POCOs. There were templates galore for various frameworks, such as n-tiers, NHibernate, CSLA, and PLINKO. This exercise in futility led me to check out T4, which stands for Text Template Transformation Toolkit. Scott Hanselman has a nice post on how to use it, and there are templates out there for generating various kinds of text files, especially C# and VB code files.
Tony and Zuzana's World
- Friday, January 16, 2009
-
Learn What’s New in Entity Framework 4.0!
I’ll be presenting a free DevelopMentor web cast on Tuesday Dec 8, 2009 at 9:00 am (Pacific Standard Time) on new features in Entity Framework 4.0. T4 Code-Generation Templates. The web cast includes slides, demos and detailed how-to’s, as well as a question-and-answer period in which we’ll discuss some of the other new features coming in Entity Framework 4.0. There’s way too much that’s new to cover in a 90 minute web cast, but we’ll be focusing on the biggies: POCO Classes. Lazy Loading. Change-Tracking Options. Model-First and Code-Only Approaches.
Tony and Zuzana's World
- Wednesday, December 2, 2009
|
|
|