Browse by Tags
Sorry, but there are no more tags available to filter with.
-
The Model-View-ViewModel pattern is very good for forcing clean UI code. Ideally, you want to end up with zero code in your .xaml.cs file – everything should be data-bound. As nice as this sounds, sometimes it can get so tempting to break this rule in Read More...
-
I've always struggled with making my apps look decent. In my head I can picture how it should look, but when it comes down to it, I often end up with stuff that looks like a dog's breakfast. Here's the cure: http://blogs.msdn.com/corrinab/archive/2008/07/22/8764478.aspx Read More...