|
|
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.
|
11 Articles match "Article","Entity"
|
The Latest from DevelopMentor
|
MORE
|
|
The NoSQL Movement, LINQ, and MongoDB - Oh My!
Then we’d use LINQ to SQL or Entity Framework to generate the ORM classes. It is very similar to what LINQ to SQL and Entity Framework use to do the object-relational mapping. Articles ASP.NET Open Source Talks Tools web2.0Maybe you’ve heard people talking about ditching their SQL Servers and other RDBMS entirely. There is a movement out in the software development world called the "No SQL" movement and it’s taking the web application world by storm. Insanity!” you may cry, “for where will people put their data if not in a database? Flat files? Don’t take my word on it.
Michael C. Kennedy's Weblog
- Thursday, April 22, 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. Enjoy.
Tony and Zuzana's World
- Friday, February 19, 2010
Product ratings should be high
It reminded me of this article , which says the average rating for products and movies, at lots of different sites, is around 4.3 The article asserts that people are too nice or, for some inexplicable reason, currying favor (from whom? Since I am not a nice person nor am I sucking up to faceless corporate entities, why are my ratings generally favorable? I recently signed up for a Netflix trial account and rated around 300 movies. noticed that I was giving out lots of 3 and 4 stars, a fair number of 5s, but very few 1s and 2s. out of 5. Another from Yelp. why?).
Handwaving
- Monday, January 11, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
The NoSQL Movement, LINQ, and MongoDB - Oh My!
Then we’d use LINQ to SQL or Entity Framework to generate the ORM classes. It is very similar to what LINQ to SQL and Entity Framework use to do the object-relational mapping. Articles ASP.NET Open Source Talks Tools web2.0Maybe you’ve heard people talking about ditching their SQL Servers and other RDBMS entirely. There is a movement out in the software development world called the "No SQL" movement and it’s taking the web application world by storm. Insanity!” you may cry, “for where will people put their data if not in a database? Flat files? Don’t take my word on it.
Michael C. Kennedy's Weblog
- Thursday, April 22, 2010
-
Article: Azure Storage
I recently wrote an article for DevelopMentor's Developments newsletter entitled Azure Storage. Listen to this article as a podcast: Azure-Storage-Article-Kennedy.mp3 ]. In this article, we will cover just the basics of the three storage services of Windows Azure. And entities are analogous to files. Read it at the DevelopMentor website here: [link]. I've republished here for my readers. Enjoy! Developments: Azure Storage. by Michael Kennedy. Computing platforms that rival the reliability of the utility grids (e.g. Some reports have Google spending over $2.4
Michael C. Kennedy's Weblog
- Wednesday, April 8, 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 unmodified entity, then calling ApplyAllChanges, passing in the modified entity. Before you throw up your hands in despair, I have good news for you.
Tony and Zuzana's World
- Saturday, November 8, 2008
-
More on Entity Framework 4.0
DevelopMentor just published an article I wrote on What’s New and Cool in Entity Framework 4.0 , where I explain the new support for POCO and n-tier applications in EF 4.0. Enjoy.
Tony and Zuzana's World
- Tuesday, July 14, 2009
-
More on Entity Framework 4.0
DevelopMentor just published an article I wrote on What’s New and Cool in Entity Framework 4.0 , where I explain the new support for POCO and n-tier applications in EF 4.0. Enjoy.
Tony and Zuzana's World
- Tuesday, July 14, 2009
-
EF 4.0 N-Tier Support: Take 2
Beta 2 , the Entity Framework team put out a second CTP for Entity Framework 4.0, which includes enhancements to self-tracking entities. As the name implies, self-tracking entities know how to track their own state , so that it can be transmitted across service boundaries in an n-tier application. About a year ago I wrote an article for MSDN Magazine outlining one possible solution to this problem. Entity Framework 4.0 uses the same basic approach, with entities tracking their own state and helper classes for change-tracking and persistence.
Tony and Zuzana's World
- Thursday, November 12, 2009
-
T4 POCO Templates for L2S and EF
In my MSDN Magazine article on SOA Data Access I recommend exposing Data Transfer Objects (DTOs) from the Data Access Layer (DAL). Having said all that, what tools are available to automatically generate POCO entities from the database? However, I did find a template by Damien Guard that serves as a wholesale replacement for LINQ to SQL entities. Using this template as a starting point, I ripped out the L2S-specific attributes for entities in order to generate persistence ignorant POCOs. LINQ to SQL has the capability of using POCO’s instead of L2S entities.
Tony and Zuzana's World
- Friday, January 16, 2009
|
|
|