Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dna architecture
Message
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00579234
Message ID:
00580546
Views:
20
Guy,

Yours is the only feedback I've received on this even though I put it up here and News Groups and List Servers.

I like the code-behind and will for now use it as front end code, and have it call any business rules, that middle tier then will call any data needs.

Since it compiles with the page I don't think it should be used for middle tier code.

Thanks,
Terry

>>When doing 3-tier code:
>>presentation/business/data layers
>>
>>Should one use the codebehind as a separate tier? Or not use it at all and just have class libraries for the 3 layers?
>>
>>I mean page controlling code should be separate from the html code, but do we want code in codebehind (one page for each html page) or in a middle-tier?
>>
>>Thanks for any ideas.
>
>
>Interesting point since all the code behind is being compiled as a single DLL in the \Bin directory.
>
>This is what I do:
>presentation tier: HTML + code behind
>business tier: code behind + Business rules in DLL
>data tier: SQL Server
>
>As you can see, I think there's a grey area in what code behind must do.
Previous
Reply
Map
View

Click here to load this message in the networking platform