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!
*************************************************
 
Back
Top