17 Mar
2008

Silverlight 2 and WCF

Category:UncategorizedTag: , :

I have been working with Silverlight 2 and WCF the past few days so I thought Id post some ramblings on the topic. The SL2 System.ServiceModel only contains a subset of WCF functionality, a few things I noticed right off the bat when connecting to some of our existing services: – Only BasicHttpBinding (no WS* […]

Read More
15 Mar
2008

Entity Framework Blogroll

For anyone who’s looking for more info on the Entity Framework, EDM, Astoria The Ado.Net Blog The Forum Danny Simmons Colin Meek Jaroslaw Kowalski Ju-Yi Kuo’s blog Alex James Zlatko Michailov OakLeaf Systems Andy Conrad (Astoria) Pablo Castro? (Astoria) Julie Lerman (EF, 3.5, Astoria, Silverlight, Blend) Mike Taulty? (EF, 3.5, Astoria, Silverlight, Blend)

Read More
29 Jan
2008

WCSF Validation Tweaks

We recently implemented the Validation Bundle from P&P. The Bundle consists of the VAB PropertyProxyValidator from EntLib, as well as a custom ASP.NET AJAX control extender which provides the client callback support. For the most part the Bundle rocks, but there are a few things which didn’t meet our needs: The default PropertyProxyValidator inherits from […]

Read More
5 Dec
2007

Fun with Generics – From Repository to DTO

Oren posted a pattern for converting Domain entities to DTO’s using a delegate. He made a comment in his post:  “I did try to make it into a framework, but even I can’t make it more complex than this.” I started laughing to myself because I actually tried something similar a few weeks ago, and […]

Read More
13 Nov
2007

WCSF Bundles

One of the main things the Web Client Software Factory has done in their latest efforts is target "brownfield" development environments. Many members of the advisory board communicated the factory approach was just not an option, as they had an existing code base too large to refactor in order to adapt to the architecture guidance […]

Read More