Home All Groups Group Topic Archive Search About
Author
24 Jun 2006 3:30 AM
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

Author
24 Jun 2006 1:17 PM
Cowboy (Gregory A. Beamer)
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
Show quote
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
>
Author
24 Jun 2006 11:49 PM
mjamala
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
> >
Author
26 Jun 2006 5:01 AM
Carl Prothman
<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

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.CarlProthman.NET

AddThis Social Bookmark Button