Do it with JSON/XML over HTTP. Most client platforms will have support for
this.

If you're starting from scratch I'd start with the new ASP.NET WebAPI
http://www.asp.net/web-api

I've also heard very good things about http://www.servicestack.net/

Don't go the SOAP route unless you really have to.


On Wed, Mar 21, 2012 at 9:04 AM, <ifum...@gmail.com> wrote:

> I'm pretty sure there is an open source biz logic engine...i was once
> looking for this type of functionality...biztalk does this but pretty
> expensive and maybe a over-kill.
>
> -----Original Message-----
> From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com]
> On Behalf Of Rob Andrew
> Sent: Monday, 5 December 2011 11:31 PM
> To: 'ozDotNet'
> Subject: Business Logic Service
>
> Hi All,
>
> I have been asked to write a business logic layer that is to sit upon the
> 'net. This layer is to act as a 'service' and provide it's features to a
> number of consuming clients (Ipad, windows, web, etc). Idea is to code this
> in C# and back it into SQL Server or similar.
>
> I was considering web services, but was wondering whether there are other
> options available these days that might be more in tune with varying
> clients?
>
> Any thoughts?
>
> Thanks,
> Rob
>

Reply via email to