Re: [ADVANCED-DOTNET] Code behind as business object layer

2002-06-24 Thread Thomas
Never mind - answered my own question. Thomas You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

Re: [ADVANCED-DOTNET] Code behind as business object layer

2002-06-24 Thread Platt, Tim
In regards to the code behind file holding the business object layer - Re-usability will suffer, and it would be hard to do any unit testing that doesn't involve manipulating the UI. This kind of defeats two of the main reasons for layering the solution in the first place. If those two things a

[ADVANCED-DOTNET] Code behind as business object layer

2002-06-22 Thread Thomas
I am curious about something. This is a bit odd. In a typical layered application scenario, especially web app, there are presentation, business and data access layers, as well as a data storage layer. Could one make the argument that in an asp.net app these layers are embodied in a aspx page wit