Categories
Tags
-
Recent Posts
Personal
Technical
-
Recent Comments
Twitter
- New blog post: Decouple WCF Services from their DI Container with Common Instance Factory bit.ly/LydYi1 #dm 1 day ago
- New blog post: Use Common Instance Factory to Abstract Away the Dependency Injection Container bit.ly/MnDfy4 #dm 4 days ago
- Got an email from a developer in Holland about my Onion Architecture blog post bit.ly/pX8Awg Nice to have a worldwide audience! #dm 6 days ago
Author Archives: Tony Sneed
Using Ninject with WCF Services
Download the code for this post. Update: This post is based on a older version of Ninject WCF Extensions. For an example of using the new version with REST support, see this post. In my post on the Onion Architecture … Continue reading
Global Error Handling in ASP.NET MVC 3 with Ninject
Download the code for this blog post. In my last blog post I explained how to decouple infrastructure concerns, such as logging, from the rest of your application using a Dependency Injection container, such as Ninject. I implemented an ILoggingService … Continue reading
Using NLog with Dependency Injection
Download the code for this blog post. In my last post I blogged about using Dependency Injection to break tight coupling between application components. This lets you to treat infrastructure pieces, such as data access or logging, as swappable entities, … Continue reading
Peeling Back the Onion Architecture
Download the code for this article. Updated 14-Oct-2011: I modified the code sample to include controller unit tests and improved the config and logging services. I recently started a consulting project as an architect on an ASP.NET MVC application and … Continue reading
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
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
Commands versus Event Triggers in MVVM
Recently I’ve received some questions from the Simple MVVM Toolkit’s discussion forum on when to use commands versus Blend-style event triggers. For several reasons I tend to favor event triggers over commands in most scenarios, especially for Silverlight applications. Download … Continue reading
Validation with Simple MVVM Toolkit
In version 2.1 of Simple MVVM Toolkit I added support for validation with INotifyDataErrorInfo. This interface obsolesces IDataErrorInfo because it does everything that interface did but enables additional functionality: Multiple validation errors per property Entity-level validation Asynchronous server-side validation INotifyDataErrorInfo … Continue reading
Simple MVVM Toolkit 2.1 Released!
There has been some good feedback on the project discussion board for Simple MVVM Toolkit. So I’ve incorporated most of the requested features and improvements and rolled them into an update. Version 2.1 includes support for validation with INotifyDataErrorInfo for … Continue reading
Screencast: Real-World MVVM with WCF RIA Services
Great news! I have just published an online tutorial and screencast for using the Simple MVVM Toolkit to build Real-World MVVM Apps with WCF RIA Services. Screencast Part 1 Streaming (watch now) or Download (offline for pc or mobile device) … Continue reading
Posted in Technical
21 Comments




