Tag Archives: WCF

OData, Where Art Thou?

Gave a talk last night to the Dallas .NET Developer Group on OData and WCF Data Services. I’ll update this post with some info on the topic, but in the meantime you can download the slides and code for the … Continue reading

Posted in Technical | Tagged , , | Leave a comment

Using Ninject with WCF Services

Download the code for this post. In my post on the Onion Architecture I highlight the use of Dependency Injection to loosen the coupling between application components.  In an ASP.NET MVC application, it is possible to use repositories directly from … Continue reading

Posted in Technical | Tagged , , | 1 Comment

Build a Multi-Project Visual Studio Template

Download the code for this article here. Earlier this year I authored an open-source toolkit, called Simple MVVM Toolkit, to help developers build Silverlight, WPF and Windows Phone applications based on the Model-View-ViewModel design pattern. To enhance developer productivity, the … Continue reading

Posted in Technical | Tagged , | 9 Comments

Digging into WCF REST

Update: The recording for this talk is now available. Last Thursday evening I presented a talk to the Dallas .NET User Group on support in WCF 4 for building REST-ful services. Here is a summary of the talk: To REST … Continue reading

Posted in Technical | Tagged | 19 Comments