G
Guest
Mokles:
I had the same question, when I went from web-based architecture with ASP
and COM, to .NET development. Actually to implement the "middle tier" or
business layer in .NET, you should create stand alone classes either within
your project, or as a separate object that creates a dll that you reference
from your project.
A webservice is a way to communicate with your dll, if you can't reference
it locally. Also, a webservice fits into an SOA architecture, which is adds
an additional layer to traditional 3-tier systems.
Josh.
I had the same question, when I went from web-based architecture with ASP
and COM, to .NET development. Actually to implement the "middle tier" or
business layer in .NET, you should create stand alone classes either within
your project, or as a separate object that creates a dll that you reference
from your project.
A webservice is a way to communicate with your dll, if you can't reference
it locally. Also, a webservice fits into an SOA architecture, which is adds
an additional layer to traditional 3-tier systems.
Josh.