↧
Where is XamlPad? How can I download it?
If any of you are like me, you may have read some book, or some blog, that refers to a seemingly obscure little utility called XamlPad. I read that this was included with the .NET Framework 3.0 SDK…...
View ArticleDemystifying WPF XML namespaces
WPF XML namespaces are those fancy little cryptic strings at the top of every WPF application that you use (generally prefixed with xmlns=”..”, meaning that they are the ‘default’ namespace [i.e. no...
View ArticleMethod not found: ‘Boolean MS.Internal.AssemblyHelper....
If you are using .NET 4, and run into this exception: Method not found: ‘Boolean MS.Internal.AssemblyHelper.IsXLinqNonIdempotentProperty’ Then it turns out that there is actually a bug in .NET 4, which...
View Article