9/4/2010 1:34:17 PM
 gfc Posts: 4
|
There are several areas where Asp.net Forum 6.6.9.0 could be improved from a design standpoint.
The database tables doesn't use foreign key relations in many cases where they could/should, and in some cases primary keys are missing. Their implementation would improve query optimization and seek times for Forum users.
The html is outdated, using deprecated tags such as <b> when it should be using <strong>.
Gabe <em>edited by gfc on 9/4/2010</em>
|
|
0
• permalink
|
9/5/2010 3:23:13 PM
 jitbit Administrator Posts: 1306
|
Foreign keys constraints decrease performance, especially in MS Access database. We do have foreign keys in our dev databases so we can detect code flaws, but not in the release version. Primary keys - please be more specific - where?
The B tag is not deprecated yet, since XHTML 2.0 has not been released yet. But thats a fair question - we'll try to remove it
|
|
0
• permalink
|
Powered by
Jitbit Forum 7.2.10.0
© 2006-2011 Jitbit Software