Bussiness logic code

  • Thread starter Thread starter mjamala
  • Start date Start date
M

mjamala

Hi Team,

can anybody explain me how to organize the bussiness logic code in web
service in relation to the actual asmx code behind?

Thanks
 
Create a library and call the library class methods from the web service
project. Why? So you can reuse the library for other types of projects (web
site, windows app, etc.).

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top