Monday, March 12, 2012

web services

Could someone give this newbie to .net a few good business examples of
when to choose to use XML Web Services over ASP.net web pages. I don't
need code, just examples of when to think of using it. Thanks! DavHi,
http://en.wikipedia.org/wiki/Web_service
Take a look
Thanks
Masudur

On Jan 27, 11:00 am, "kress1963no...@.yahoo.com"
<kress1963no...@.yahoo.comwrote:

Quote:

Originally Posted by

Could someone give this newbie to .net a few good business examples of
when to choose to use XML Web Services over ASP.net web pages. I don't
need code, just examples of when to think of using it. Thanks! Dav


When you don't any kind of user interface and your data will be used by
other web- or desktop applications. It can be for example, a stock
quote lookup, to return latest trade for any client software.

On Jan 27, 6:00 am, "kress1963no...@.yahoo.com"
<kress1963no...@.yahoo.comwrote:

Quote:

Originally Posted by

Could someone give this newbie to .net a few good business examples of
when to choose to use XML Web Services over ASP.net web pages. I don't
need code, just examples of when to think of using it. Thanks! Dav


DON'T TOP POST!!

On Jan 27, 10:39 am, "Alexey Smirnov" <alexey.smir...@.gmail.com>
wrote:

Quote:

Originally Posted by

When you don't any kind of user interface and your data will be used by
other web- or desktop applications. It can be for example, a stock
quote lookup, to return latest trade for any client software.
>
On Jan 27, 6:00 am, "kress1963no...@.yahoo.com"
>
>
>
<kress1963no...@.yahoo.comwrote:

Quote:

Originally Posted by

Could someone give this newbie to .net a few good business examples of
when to choose to use XML Web Services over ASP.net web pages. I don't
need code, just examples of when to think of using it.


In general terms according to "good ol' Don" (Don Box) a WebService
should be used when
there's a COMPUTER in need of data and NOT a USER...
Off course all this is semantics since mostly there'll be a user
looking at that data at
some point, but if there's a COMPUTER wanting to get data then use
WebServices...

..t

--
http://ajaxwidgets.com
Free ASP.NET Ajax Widgets NOW!
On Jan 27, 10:50 am, "Thomas Hansen" <polter...@.gmail.comwrote:

Quote:

Originally Posted by

DON'T TOP POST!!
>


Like this? I'm using Google Groups which hide quotes and I was not
aware that the post looks bad
Sorry

0 comments:

Post a Comment