J
jm
When you create a web site in ASP.NET 2.0, just the stock stuff, no
trying for a special design pattern, just clicking create web project
in visual studio, is that default website any pattern?
If I create, again just the defaults, a webpage, a DAL, and have that
webpage retrieve a row, is that a pattern? Is that MVP or some other
pattern? I know it is separating layers, but wasn't sure if it was
any of the pattens one reads about at the formal level.
Thanks.
trying for a special design pattern, just clicking create web project
in visual studio, is that default website any pattern?
If I create, again just the defaults, a webpage, a DAL, and have that
webpage retrieve a row, is that a pattern? Is that MVP or some other
pattern? I know it is separating layers, but wasn't sure if it was
any of the pattens one reads about at the formal level.
Thanks.