Author Archives: Tony Sneed

Unknown's avatar

About Tony Sneed

Sr. Software Solutions Architect, Hilti Global Application Software

Welcome to the World Kory!

On Tuesday February 8, 2011, at 3:55 AM, Kornelius Aaron Sneed was born at our home in McKinney, Texas. Our daughter Karisma was also born at home, but this time we planned to have a home birth.  We had been … Continue reading

Posted in Personal | 1 Comment

Using Open Source? Get NuGet.

My friend and fellow DevelopMentor instructor, Michael Kennedy, just turned me on to the NuGet Package Manager, a very cool way to install and use open source software right from within Visual Studio.  Let’s say you use one or more … Continue reading

Posted in Technical | Tagged , | 2 Comments

Simple MVVM Toolkit: Feature Rich with WPF and WP7 Support

I’ve rounded out the feature set of my Simple MVVM Toolkit to include a Message Bus (also known as an event aggregator or mediator) for loosely coupled communication among view-models and to support MEF (Managed Extensibility Framework0 for dependency injection … Continue reading

Posted in Technical | Tagged , , , , | Leave a comment

Easier Async for Silverlight Apps using MVVM

It makes sense to execute long-running tasks on a background thread, in order to keep the UI responsive by not tying up the main thread.  However, as is the case with other UI frameworks such as Windows Forms or WPF, … Continue reading

Posted in Technical | Tagged , | 4 Comments

Tackling the Problem of Modal Dialogs in MVVM

One of the first issues you’ll run into when wading into the waters of MVVM is how to display model dialogs to the user while executing code in the view-model.  Popping up a dialog, such as a MessageBox or a … Continue reading

Posted in Technical | Tagged , | 25 Comments

Type-Safe Two-Way Data Binding with INotifyPropertyChanged

Anyone who’s developed a UI application using Windows Forms, WPF or Silverlight is probably aware that you have to implement the INotifyPropertyChanged interface to get two-way data binding between UI elements and an underlying data source. The problem is that … Continue reading

Posted in Technical | Tagged , | 13 Comments

Simple MVVM Toolkit Improvements: Documentation, Features, Sample Apps

I’ve released a new version of my Simple MVVM Toolkit for Silverlight that has improved documentation, a bunch of new features and additional sample applications.  The emphasis of the toolkit is simplicity – not in the sense that it’s rinky-dink … Continue reading

Posted in Technical | Tagged , | Leave a comment

MVVM: Simple is Beautiful

It’s been a few weeks since I published the Simple MVVM Toolkit for Silverlight on CodePlex. Since that time I’ve fleshed out the documentation, which includes installation instructions and a programming reference.  I’ve also published an update that includes some … Continue reading

Posted in Technical | Tagged , | 12 Comments

Follow Me Everywhere

Here are some places where you can follow what I’m doing: Twitter: http://twitter.com/tonysneed Facebook page: http://www.facebook.com/anthony.sneed I’ve started a Facebook group for people using MVVM with Silverlight: http://www.facebook.com/home.php?sk=group_181987988497920 You-tube: http://www.youtube.com/tonyzuzana In particular, check out the snowball fight where I get … Continue reading

Posted in Personal, Technical | Leave a comment

WCF RIA Services Talk

At 6 pm on Thursday January 13th, 2011, I’ll be presenting a talk on WCF RIA Services at the Dallas .NET Developer Group.  Go here to register: http://ddnug20110113.eventbrite.com Turbocharge Silverlight Development with WCF RIA Services Writing a full-fledged Rich Internet … Continue reading

Posted in Technical | Tagged | 2 Comments