Archives » June, 2006

Databinding generic lists to Infragistics Webgrid

Generics are awesome. I’ve noted a few reasons before (see the warm fuzzy blanket of type safety), so I won’t go into detail. For some reason, however, some generics are better than others.
On one of our selection pages, I defined a generic list which contains the type ModuleViewData

List<moduleviewdata>

. ModuleViewData is a [...]

Read: Databinding generic lists to Infragistics Webgrid

So long Nice Titles

I removed the Nice Titles code from this site, and stripped it from the Neuron theme. If I don’t get around to updating Neuron for WP 2.0, I’ll do a quick patch for Neuron 1.5 to include the changes.

Read: So long Nice Titles

Confusing the C++ compiler…

Apparently, I somehow confused the C++ compiler (in MS Visual Studio 2005) and I’m not sure why. Bear with the setup.
I have a class with two constructors. The second is somewhat of a copy constructor, which is why it takes a reference to an instance of the same class.

class CExampleA {
     CExampleA(CString [...]

Read: Confusing the C++ compiler…

Just a question…

You know, some of the news for the past few days has dealt with the proposed amendment to the constitution banning same-sex marriage. To that, I have the following short thought: According to the divorce rate, it would seem that heterosexual couples don’t do all that well in preserving the “sanctity of marriage,” [...]

Read: Just a question…

Visual Studio Team System

My current employer is almost always willing to pay for (and use) the latest hardware and software. While advanced hardware is a necessity given the sheer size of our project (the main application is 199 Visual Studio projects, the majority of which are VC++), sometimes companies hold off on the latest software, either because [...]

Read: Visual Studio Team System