|
|
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.
|
4 Articles match "Entity Framework","Templates"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
including extension methods and lambda expressions Use LINQ to filter, sort, and group in-memory collections of objects Create LINQ to SQL queries to execute SQL Server 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 Use LINQ to Entities to write strongly typed queries against the Entity Data Model Detect and resolve concurrency conflicts with both LINQ to SQL and LINQ to Entities Execute business
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 Employ Test-Driven Development methodologies with the Entity Framework Detect and resolve concurrency
DevelopMentor Courses
- Monday, October 12, 2009
What's New in .NET 4.0
Create declarative services using workflow that can be deployed as simple text files Decouple your entity model from the data using Plain Old CLR Objects (POCOs). Write classes that can track changes to their own state for n-tier development with Entity Framework. NET platform, from the underlying runtime to programming languages and application frameworks. Leverage new features of C# 4.0, including named and optional parameters and dynamic typing.
DevelopMentor Courses
- Monday, August 10, 2009
|
13 Articles match "Entity Framework","Templates"
|
The Latest from DevelopMentor
|
MORE
|
|
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. Download code for this post here .
If you look closely at the ObjectChangeTracker class that is generated for
Tony and Zuzana's World
- Friday, February 19, 2010
EF4 Self Tracking Entities – the new DataSet?
when I saw that Entity Framework 4.0 supports Self Tracking Entities (STEs) I was
interested The Entity Framework team has released a T4
Template Template to generate these STEs from an EDMX file and the nice thing is that the
generated A while back I wrote a
blog blog post about DataSets and why you shouldn’t use them on service boundaries.
The
.NET Meanderings
- Friday, February 5, 2010
Adding Your Own T4 Templates for EF4 to Visual Studio 2010
I’ve been missing the T4 template for POCO classes that shipped with CTP 1 of Entity Framework 4.0 posted a question to the EF4 Forum and was pointed to a link stating that the template name has to start with the string “ADONETArtifactGenerator_”. Armed with this information, I simply copied the installed template for self-tracking entities and replaced the .tt but was absent from CTP 2. So I wanted to create my own and have it available in Visual Studio when selecting “Add Code Generation Artifact” from the context menu after right-clicking on the
Tony and Zuzana's World
- Sunday, December 13, 2009
|
-
|
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).
The first release (which shipped last summer with .NET NET 3.5
Tony and Zuzana's World
- Thursday, July 9, 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).
The first release (which shipped last summer with .NET NET 3.5
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. In my MSDN Magazine article on SOA Data Access I recommend exposing Data Transfer Objects (DTOs) from the Data Access Layer (DAL). These objects should be Plain Old CLR Objects (POCOs) that are Persistent Ignorant (PI), eschewing traces of any particular persistence technology.
Tony and Zuzana's World
- Friday, January 16, 2009
-
Adding Your Own T4 Templates for EF4 to Visual Studio 2010
I’ve been missing the T4 template for POCO classes that shipped with CTP 1 of Entity Framework 4.0 posted a question to the EF4 Forum and was pointed to a link stating that the template name has to start with the string “ADONETArtifactGenerator_”. Armed with this information, I simply copied the installed template for self-tracking entities and replaced the .tt but was absent from CTP 2. So I wanted to create my own and have it available in Visual Studio when selecting “Add Code Generation Artifact” from the context menu after right-clicking on the
Tony and Zuzana's World
- Sunday, December 13, 2009
-
Entity Framework Preview
The Entity Framework team just released CTP 1 of the Entity Framework for .NET 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
NET 4.0 Beta 1 .
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 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
NET 4.0 Beta 1 .
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. 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
Tony and Zuzana's World
- Saturday, December 12, 2009
|
|
|