|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Bussiness logic codeHi 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.). -- Show quoteGregory A. Beamer ************************************************* Think Outside the Box! ************************************************* <mjam***@gmail.com> wrote in message news:1151119851.874587.282550@r2g2000cwb.googlegroups.com... > 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 > Thanks Cowboy, its great but could you please explain me little more...
Cowboy (Gregory A. Beamer) wrote: Show quote > 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! > ************************************************* > <mjam***@gmail.com> wrote in message > news:1151119851.874587.282550@r2g2000cwb.googlegroups.com... > > 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 > > <mjam***@gmail.com> wrote in message
> Thanks Cowboy, its great but could you please explain me little more... Mjamala,> Check out the following article: Application Architecture for .NET: Designing Applications and Services http://msdn.microsoft.com/practices/compcat/default.aspx?pull=/library/en-us/dnbda/html/apparchch2.asp |
|||||||||||||||||||||||