Categories
Tags
-
Recent Posts
Personal
Technical
-
Recent Comments
sdsdsd on Type-Safe Two-Way Data Binding… Syed on Digging into WCF REST Tony Sneed on Digging into WCF REST Syed on Digging into WCF REST test on EF4 compared to NHibernat… Twitter
- RT @gblock: Web API getting released under OSS! Read about it from @scottgu here: http://t.co/kMCYfevk 2 days ago
- RT @richardblewett: Getting ready for an evening of C#5 async at the new DevelopMentor Moorgate office #dm 2 days ago
- My son Kory celebrates his first birthday today. http://t.co/FU19USZg 2 days ago
Category Archives: Technical
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
Simple MVVM Toolkit versus MVVM Light Toolkit
Now that I’ve released Simple MVVM Toolkit version 2, people are starting to ask how it stacks up against some of the other MVVM Toolkits out there. (MVVM, which stands for Model-View-ViewModel, is a UI design pattern that provides better … Continue reading
WCF RIA Services Webinar
I’m performing a free webinar today for DevelopMentor: Turbocharge Silverlight Development w/WCF RIA Services. It’s taking place today, Wed April 20, 2011, at 3 pm pst, 11 pm bst. Here’s the description: Writing a full-fledged Rich Internet Application presents a … Continue reading
Screencast for Getting Started with Simple Mvvm Toolkit
I have just published the very first screencast for the Simple Mvvm Toolkit. It shows you how to install the toolkit and use a Visual Studio project template to create a Silverlight MVVM app in just a few minutes. You’ll … Continue reading
Simple Mvvm Toolkit Version 2.0: Better and Even Easier to Use
I have just released version 2.0 of the Simple Mvvm Toolkit on CodePlex, NuGet and the Visual Studio Extensions Gallery. Now all you have to do to get it is open Visual Studio and select Extensions Manager from the Tool … Continue reading
Stay Up-to-date on Tony’s World
I just upgraded the sidebar on my blog to include a Subscribe widget, which you can click to get email notifications whenever new posts or comments appear on my blog. In addition to showing a tag cloud, recent posts and … Continue reading
Posted in Personal, Technical
Leave a comment
Building a Leak-Proof Eventing Model
One of the main features of the .NET Framework is to provide automatic memory management via garbage collection. You might think this would solve the problem of memory leaks in managed applications, but the effectiveness of the garbage collector can … Continue reading
Simple MVVM Toolkit: Ready for RIA Services
Part of Microsoft’s Silverlight strategy is to position it as a platform for building rich line of business applications. One reason for this is the deployment story: in or out of the browser on Windows, Mac or Linux. Another is … Continue reading
Simple MVVM Toolkit: Unit Testing with Dependency Injection and MEF
One of the main benefits of using the MVVM (Model, View, ViewModel) design pattern is to support better testability. Having to click through screens to test an application can be tedious and time-consuming, and it may not provide good code … Continue reading
Climb Onboard on the MVVM Message Bus
In a previous post I blogged on various ways to tackle the problem of showing dialogs in an MVVM application. There I advocated using events as a communication mechanism. The ViewModel fires an event; the View can subscribe to the … Continue reading




