↧
Hello Again!
Wow, it's been a while since I last blogged. Almost 4 years to be precise. My last blog was at http://blogs.msdn.com/georgem/. Since then, I've left Microsoft and started working for CareEvolution Inc,...
View ArticleT4 Template Reference to a Frequently Changing Assembly - Enabling Better...
You use Microsoft's DSL Tools to model some part of your system, and you use T4 to code-generate everything imaginable from your model. Your templates are probably getting quite large and unwieldy....
View ArticleA Better WCF Client
Let's consider the following very simple WCF service interface:[ServiceContract]public interface IAdd{[OperationContract]int Add( int a, int b );}The usual methods of creating a client for this WCF...
View Article
More Pages to Explore .....