MathLion Software

The online home for everything MathLion Software

Browsing Posts published in June, 2010

XamlParseException and Resources in WPF

No comments

So being fairly new to WPF when I got a XamlParseException when debugging an application I am developing I did search online, as it wasn’t exactly clear at first what was wrong. The capture below shows the error message, click for bigger view.

So I made a dash to the internet and did a search for [...]

Object and Collection Initializers – VB.net

No comments

While doing some work on some DTO (Data Transfer Objects) code and I decided instead of making numerous overloads of the constructor for an object, I would provide basic one or two and additional construction options when using them will use the new Object Initializer code structure available.
I was looking for a good set of [...]