Tag Archives: wcf

Entity Framework v4, End to End Application Strategy (Part 3, Changes to Data Layer)

Initially in my service layer, I was doing all of my serialization with the Json.NET library, for 2 primary reasons Control over how dates get formatting (I don’t like the \/Date(123)\/ MS AJAX style) The ability to serialize object graphs that contain cycles (by telling Json.NET to ignore them) Unfortunately, this started causing me too [...]
Posted in Code | Also tagged , , , , , | 4 Comments

Entity Framework v4, End to End Application Strategy (Part 1, Intro)

Sorry I haven’t posted in so long. Been very busy with new projects at work and a bit of side work. Ok, so I think I am finally moving on from NHibernate, at least for new development. Obviously I’m not going to do anything rash like completely rewrite the data layer of large and complex [...]
Posted in Code | Also tagged , , , , , | 1 Comment