Currently viewing the tag: "generics"
It was pushed on me this week to modify a windows forms application I have been working on so that a DataGridView control was sortable. Since i’m a web guy, this turned out to be quite a challenge. There didn’t seem to be an immediately clear way to go through with this, short of dumping [...]
A few of the little projects I’ve been doing on the side have included serializing objects into xml files. .Net makes quick work of this though the System.XML.Serialization.XMLSerializer class, but being the guy that I am, I made some reusable code. Then I re-made the reusable code to be even more reusable. Then again.
[...]
