N-TIER APPLICATION
-
i have some question with regards to n-tier applications: 1. How do i design a layer? --is it created in the App_code folder? or is it a separate class library? 2. What is the design in layer application? Thanks
-
i have some question with regards to n-tier applications: 1. How do i design a layer? --is it created in the App_code folder? or is it a separate class library? 2. What is the design in layer application? Thanks
-
i have some question with regards to n-tier applications: 1. How do i design a layer? --is it created in the App_code folder? or is it a separate class library? 2. What is the design in layer application? Thanks
Rolando Y. Puno wrote:
How do i design a layer?
Depends what they layer does.
Rolando Y. Puno wrote:
is it created in the App_code folder? or is it a separate class library?
It can be, but that is an implementatin detail, not a design detail. Typically, however you'd put each layer in its own class library. That way it is portable and can be reused elsewhere.
Rolando Y. Puno wrote:
What is the design in layer application?
I don't know what you mean by "design in layer application".
Man who stand on hill with mouth open wait long time for roast duck to drop in
-
i have some question with regards to n-tier applications: 1. How do i design a layer? --is it created in the App_code folder? or is it a separate class library? 2. What is the design in layer application? Thanks