Hi,
I have been skimming Subsonic to see if it would be a viable substitute for our current entity generator/foundation. After a short generation process (which went well) I ran into methods containing System.Web.UI arguments or methods like LoadFromPost().
Why oh why mix in what is so obviously UI bound into a business layer?
Next thing I came across is naming conventions. All seem fine until I took a look at the Query class.
I fail to see the point in going upper case with _ seperation here, my quess of course is that the designer meant it would look more like actual SQL as the convention is to upper case SQL keywords, however I find that a poor argument.
Brgds,
Thomas Scheelhardt