Updates
Its been a while since I have had a chance to update so I’ve got a few things I haven’t had time to post.
NotifyPropertyChanged
A trick I recently discovered makes it a lot easier to deal with the INotifyPropertyChanged interface. I am working on a project that uses a lot of data types that I will be using with binding but it was getting to be a pain to implement INotifyPropertyChanged in every class. What I did was create a NotifyPropertyChanged class that implements INotifyPropertyChanged and used it as a base class for all of my data types saving me a lot of redundant code.
Ramp Up
I was listening to .NET Rocks today about Ramp Up a new education site for Microsoft technologies that looks pretty cool.
How do I get my Window Back?
Handy tip on those annoying windows that get stuck off screen when you change your monitor layout: http://blogs.msdn.com/oldnewthing/archive/2009/05/11/9601136.aspx
VS 2010 Beta 1
Out now for MSDN, Wednesday for the rest of us