Tagged Questions
1
vote
0answers
83 views
SubSonic and self-referencing table
We are having some problems with SubSonic's ActiveRecord template and a self-referencing table.
We have a table, Category, that can contain sub-categories. The table contains a primary key (Id) and a ...
1
vote
8answers
151 views
Why don't statements that don't do anything throw an exception (or warn the developer)?
I've been bitten a couple of times by statements in VB.NET (not sure if this effect exists in C#) that appear to be self-referencing, but when they're executed, they don't actually do anything because ...