M
MPF
When designing a n-tier architecture, what is the preferred method/function
accessibility?
<Specifically for asp.net apps>
A private constructor and shared/static methods & functions?
A public constructor and non-shared/static methods & functions?
Are there any drawbacks with regards to performance with either model?
Thanks,
Morgan
accessibility?
<Specifically for asp.net apps>
A private constructor and shared/static methods & functions?
A public constructor and non-shared/static methods & functions?
Are there any drawbacks with regards to performance with either model?
Thanks,
Morgan