DAL - able to switch DB. (MS Data Access App Block)
Business Logic
- implemented abstract - doing what it has to do...
WebService - Calls BL (hosted on IIS)
Smart Client always:
Winform is your client always (perhaps) or a Browser.
In case of no Server to host your webservices, you host your web-svc
with in your dotnet app, if winform same exe, else if browser is your
client then perhaps another simple dotnet exe (any kind) hosting
asmx-web services.
Do:
[
http://spaces.msn.com/members/habibc...t&_c=blogpart]
Executing ASPX / ASMX pages without a web server
http://radio.weblogs.com/0105476/sto...WebServer.html
http://msdn.microsoft.com/msdnmag/is...n/default.aspx
http://msdn.microsoft.com/msdnmag/is...1/CuttingEdge/
http://www.west-wind.com/presentatio...netruntime.asp
This is very useful and easily do-able in dotnet 1.1 and 2.
Same Web SvC and stuff behind will work exactly in both IIS and your
custom ASP.Net host app.
---
hB