Re: System Architecture / .NET Remoting
- From: Michael Nemtsev <nemtsev@xxxxxxx>
- Date: Fri, 4 May 2007 14:17:21 +0000 (UTC)
Hello Sam,
SS> I guess
SS> I'm looking for more information how people commonly "encapsulate
SS> all
SS> our business logic in remote components running on an
SS> application server" Also, I was trying to determine if the best way
SS> to connect our webservers or any other clients to the application
SS> server is though the .NET Remoting Framework. This is all new to
SS> me....
It's not purely true that all business logic should be removed fromt the stored procedures. Some of them should present. There is no strict rules of what should or shouldn't be in stored procedures vs business logic in middleware. It completely depends on one's application.
I'd recommend to read http://msdn2.microsoft.com/en-us/library/ms978496.aspx and http://www.codeproject.com/gen/design/DudeWheresMyBusinessLogic.asp where you can find out some recomendations.
What about remoting - consider using WCF to buid your services and some workflow engines like MS WF or even BizTalk
---
WBR, Michael Nemtsev [.NET/C# MVP]. My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high and we miss it, but that it is too low and we reach it" (c) Michelangelo
.
- References:
- Re: System Architecture / .NET Remoting
- From: Sam Shrefler
- Re: System Architecture / .NET Remoting
- Prev by Date: Re: 'with' statement
- Next by Date: Re: save bit as 0 or 1not true or false
- Previous by thread: Re: System Architecture / .NET Remoting
- Next by thread: Re: System Architecture / .NET Remoting
- Index(es):
Relevant Pages
|