System Architecture / .NET Remoting
- From: Sam Shrefler <sshrefler@xxxxxxxxx>
- Date: 4 May 2007 05:59:48 -0700
I'm working on creating a SOA for my applications. We have
numerous .NET IIS applicaitons. They all tie into a central client
database for certain pieces of information. I'm trying to decide the
best way to architect the system.
Placing the business logic into stored procedures seems like an easy
way to allow all the different applications to access the business
logic there.
I'd prefer to somehow keep my Business logic in its own C# busines
layer. My concern is how each of my application will be able to share
that business layer. Would creating a .NET Remoting services be my
best option, or create a strict api and distribute it as a dll to each
of the applications be my best option?
Look forward to some insight....
Thanks
Sam
.
- Follow-Ups:
- Re: System Architecture / .NET Remoting
- From: Michael Nemtsev
- Re: System Architecture / .NET Remoting
- From: Andy
- Re: System Architecture / .NET Remoting
- From: Peter Bradley
- Re: System Architecture / .NET Remoting
- Prev by Date: Re: column.expression
- Next by Date: Re: Bind multiple DataTables as one object to a GridView
- Previous by thread: RE: Windows Services and SQL Server
- Next by thread: Re: System Architecture / .NET Remoting
- Index(es):
Relevant Pages
|