ASP.NET web service architecture/structure

Posted by Murugesan on Stack Overflow See other posts from Stack Overflow or by Murugesan
Published on 2010-06-01T11:37:33Z Indexed on 2010/06/01 11:43 UTC
Read the original article Hit count: 159

Filed under:
|

Hi All,

I am going to create a new asp.net web service (.NET framework 2.0), the functionality of the web service is to recieve xml input, perform the relevant operation (add/modify/delete) based on the input and return codes which indicates the status of the operation. I am planning to implement two layer architecture (Business layer and database layer) for this web service, could anyone advise whether this is the right structure or any other structure would perform well than this. Basically I need some inputs on designing the web service.

Thanks in advance.

Thanks, Muru

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET