Sign in
compiler padawan
My adventures learning how to build compilers.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ADO.Net
Agile
Astoria
Book Report
compilers
D3
DDD
Entity Designer
Entity Framework
Pages
Performance
Random()
Web Services
WPF
Archive
Archives
February 2012
(1)
December 2010
(1)
November 2010
(2)
July 2010
(4)
April 2010
(2)
February 2010
(2)
January 2010
(5)
December 2009
(1)
November 2009
(2)
June 2009
(5)
May 2009
(7)
April 2009
(2)
February 2009
(5)
January 2009
(1)
October 2008
(3)
September 2008
(1)
August 2008
(8)
July 2008
(4)
June 2008
(3)
May 2008
(4)
April 2008
(2)
March 2008
(2)
February 2008
(3)
January 2008
(13)
December 2007
(9)
November 2007
(9)
October 2007
(1)
September 2007
(5)
August 2007
(1)
July 2007
(1)
June 2007
(2)
May 2007
(3)
March 2007
(5)
February 2007
(4)
August 2006
(5)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
compiler padawan
Filtered association loading and re-creating an entity graph across a web service boundary...
Posted
over 6 years ago
by
Daniel Simmons - MSFT
4
Comments
Roger Jennings, in his recent post Controlling the Depth and Order of EntitySets for 1:Many Associations , makes a case for the importance of two features in an O/RM if you want to build data-centric web services using it: the ability to do a filtered...
compiler padawan
So they're hard, but what if I need them...
Posted
over 6 years ago
by
Daniel Simmons - MSFT
9
Comments
In my last post I started a survey of problems with building data-centric web services. When we left our hero (you my intrepid entity framework programmer) things were looking pretty bleak. So far we’ve talked about the challenges. Now let’s talk about...
compiler padawan
Why are data-centric web services so hard anyway?
Posted
over 6 years ago
by
Daniel Simmons - MSFT
5
Comments
Let’s say I’ve got a database and even some decent technology to help me to handle persistence between that database and my business objects which create a nice abstraction over the data and enforce validation. I’ve also got clients (maybe rich apps,...
compiler padawan
DataContract Serialization, Entity Framework and "Known Types"
Posted
over 6 years ago
by
Daniel Simmons - MSFT
3
Comments
One of the challenges encountered when using DataContract serialization (the default for WCF web services) is support for polymorphic types. If you have a type hierarchy (eg. class A and class B which inherits from A) and each class in the hierarchy has...
compiler padawan
Computing an Original Value Graph
Posted
over 6 years ago
by
Daniel Simmons - MSFT
5
Comments
In a previous post I shared some code which can be used to compute an original value version of an object using the information stored in ObjectStateManager, and in this post I gave some background about how the state manager and the relationship manager...
compiler padawan
How To: use your existing CSDL/MSL/SSDL files in the Entity Designer CTP2
Posted
over 6 years ago
by
Daniel Simmons - MSFT
6
Comments
Sanjay Nagamangalam who is the lead PM for the Entity Designer wrote up this great how-to for taking existing EF metadata files and bootstrapping them into the designer. Thanks Sanjay! How To: use your existing CSDL/MSL/SSDL files in the Entity Designer...
compiler padawan
EF Beta 3 is finally available!
Posted
over 6 years ago
by
Daniel Simmons - MSFT
1
Comments
It has been a long time in coming (especially for those of you who have installed VS 2008 RTM and then been frustrated about the inability of beta 2 to work with it), but beta 3 of the Entity Framework and CTP 2 of the EF Designer are finally available...
compiler padawan
December 1 and Winter Has Arrived in Redmond
Posted
over 6 years ago
by
Daniel Simmons - MSFT
1
Comments
While there are places nearby that do get a lot of snow, normally weather is pretty mild around here. This year, though, December brought with it snow for real (not to mention power outages and other adventures)... Of course now that the power outages...
compiler padawan
Concepts Part II: Relationships
Posted
over 6 years ago
by
Daniel Simmons - MSFT
6
Comments
Recently I shared this post which has some code that demonstrates how to create an object matching the original state of an entity tracked in the ObjectStateManager. While this is useful, it’s more interesting to create the entire original value graph...
Page 1 of 1 (9 items)