If you attended the NETDUG user group meeting last Thursday night and would like to download the sample code for my Silverlight/WPF Multi-Targeting presentation, you can...
The Entity Framework and the “The invoked member is not supported in a dynamic assembly” exception.
When you create an entity model, a few mapping files are created for you; namely .cdsl, .ssdl, and .msl. Right about now you may be saying to yourself, I don’t see...
So, I was installing Visual Studio 2010 Ultimate Beta 2 on one of my machines the other day and the funniest thing happened. After it successfully installed, I was...
If you attended the BSDG user group meeting last night and would like to download the sample code for my Silverlight/WPF Multi-Targeting presentation, you can download...
Have you ever wanted to give the user the ability to drag a file from you desktop or file explorer onto your Silverlight application? Well, up until now you couldn’t...
Before Silverlight 4 if you wanted to dynamically add ellipses (the commonly used … to show that the sentence continues), you have to invent your own implementation...
So, by now you should have heard that Silverlight 4 Beta was released at PDC 2009. One of the most interesting and fun features included in the release is the ability...
Extending the ObservableCollection to add navigation methods such as MoveFirst, MoveNext, MoveLast, and MovePrevious.
Recently, I had the need to navigate a list by using methods such as MoveFirts, MovePrevious, MoveNext, and MoveLast while at the same time keeping track of its current...
Here is the sample code for last Thursday’s WPF Event Routing presentation. Download Sample Code I know I covered the subject fast, but I was in a hurry. I had to go to...
Okay, so I needed a very simple and clean loading animation for a multi threaded application I was working on to notify the user that something was in the process of...