|
|
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.
|
3 Articles match "Entity Framework","LINQ"
|
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
DevelopMentor Courses
- Monday, October 12, 2009
Guerrilla .NET
NET class libraries like LINQ and Silverlight. LINQ Language Integrated Query is an attempt to merge SQL-like constructs directly into languages like C# and VB.NET. We look at this technology including the from / select / where syntax and talk about how LINQ can be used to query your collections of objects LINQ to XML LINQ to XML is the new API for XML processing introduced in .NET Use C# 3.0 idioms like iterator methods, the lambda operator, and extension methods Write code that works well with the garbage collector Handle and throw exceptions properly Work
DevelopMentor Courses
- Friday, June 12, 2009
|
22 Articles match "Entity Framework","LINQ"
|
The Latest from DevelopMentor
|
MORE
|
|
Join me in Boston to Talk about .NET!
you want to learn about WCF, WPF, Silverlight, LINQ, Entity Framework, and more
there there is still time to sign up (note the date may no longer appear on the public calendar).
http://www.develop.com/course/new-net3-net35-linq
Mention I'll be in Boston, MA on March 22 to teach
an an
Michael C. Kennedy's Weblog
- Thursday, March 11, 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. 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 compared to NHibernate
Last week while teaching my new LINQ and Entity Framework course I got a question asking me to compare EF4 with NHibernate . EF is more than an ORM and supports a streaming model with data readers against the entity model without materializing entities
EF supports LINQ out of the box (NH doesn’t have it yet)
Not having worked extensively with NHibernate, I wasn’t in a position to address the question. Then yesterday I received an email containing a link to a blog post by Oren Eini (aka Ayende Rahien) doing just such a comparison.
Tony and Zuzana's World
- Wednesday, January 13, 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. SP1) generated a fair amount of criticism , especially because it lacked many features present in LINQ to SQL, such as POCO (Plain Old CLR Objects) support, and required developers to write excessive amounts of code to deal with things like concurrency and n-tier scenarios.
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. SP1) generated a fair amount of criticism , especially because it lacked many features present in LINQ to SQL, such as POCO (Plain Old CLR Objects) support, and required developers to write excessive amounts of code to deal with things like concurrency and n-tier scenarios.
The first release (which shipped last summer with .NET NET 3.5
Tony and Zuzana's World
- Thursday, July 9, 2009
-
Better N-Tier Concurrency Management for the Entity Framework
I just wrote an article for MSDN Magazine (due out in December) about developing n-tier applications for both LINQ to SQL and the Entity Framework. While researching the topic, I noticed a certain awkwardness with the Entity Framework API when it came to managing concurrency with a timestamp fields, as compared with LINQ to SQL. The Entity Framework, on the other hand, requires attaching the original L2S has an overloaded Attach method that accepts a bool asModified parameter indicating the presence of a timestamp field used for concurrency. This
Tony and Zuzana's World
- Saturday, November 8, 2008
-
Entity Framework: ObjectContext.SaveChanges is transactional
specifiy it but in the Entity Framework when you call ObjectContext.SaveChanges the
update NET C# LIN The documentation doesn't
specifiy update is 'wrapped' in a transaction.
NorthwindIBModel model = new NorthwindIBModel();
The Blomsma Code
- Monday, March 23, 2009
-
LINQ to SQL is dead
It would appear that LINQ to SQL is running on a dead end track.
At PDC the announcement was made that no more investments in LINQ to SQL are made
and and the Entity Framework will absorb any features that LINQ to SQL has and that are
worth Is LINQ to SQL Dead?
At worth preserving.
The
The Blomsma Code
- Saturday, November 1, 2008
-
Faking Enums in Entity Framework 4.0
I’ve had a great deal of experience using enums with LINQ to SQL (via Plinqo ), and it’s nice to know how to do it in EF, while waiting for the feature to come out-of-the-box in a future version.
I ran across a great post from Alex James on how to fake enums in EF4. http://blogs.msdn.com/alexj/archive/2009/06/05/tip-23-how-to-fake-enums-in-ef-4.aspx
Tony and Zuzana's World
- Sunday, December 20, 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. 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 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
|
|
|