Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How Web Service help? What is the difference between
Remoting & Web Servcies?

Answers were Sorted based on User's Feedback



How Web Service help? What is the difference between Remoting & Web Servcies? ..

Answer / jerry joseph

Web Services

- accessed only over HTTP
- work in a stateless environment
- support only datatypes defined in the XSD type system
- support interoperability across platforms
- highly reliable
- easy to create and deploy

Remoting

- can be accessed over any protocol
- support for both stateful and stateless environment
- support for rich type system
- homogenous environment
- if IIS is not used, application needs to provide plumbing
for ensuring the reliability
- complex to program

Is This Answer Correct ?    4 Yes 0 No

How Web Service help? What is the difference between Remoting & Web Servcies? ..

Answer / sandeep

Web Service is nothing but simple HTTP protocol
which is used by using internet protocol

Remoting is used to access proxy object which is looks like
a real object

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Can you dynamically assign a Master Page?

0 Answers   MCN Solutions,


what are the web form events available in asp.net?

0 Answers  


where is declare global variable in asp.net and what is use of global variable

3 Answers  


can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com

0 Answers  


What is the maximum length of textbox

1 Answers  


You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.

2 Answers   Microsoft, Syntax Softtech,


How do I use a proxy server when invoking a web service?

0 Answers  


Explain some of the major built-in objects in asp.net

0 Answers  


What is the use of service provider?

0 Answers  


If Asp Dot Application is stateless what happened? during designing

3 Answers   TCS,


after which page life cycle event all properties of control will be "fully loaded "

10 Answers   FactorH,


what is roles in asp.net

2 Answers  


Categories