How Web Services help Us?
What r the difference between Remoting and webservices
Answer Posted / a.mustaq ahmed
In remoting objects communicates thru homogineous protocols
i.e.,TCP.Where as Webservices provides funtionality thru
hetrogenious protocals i.e., HTTP,SOAP.
In remoting data is passed as streams whereas webservices
communicates in XML Format
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What I need to create and run an asp.net application?
How would you get asp.net running in apache web servers?
What is Dynamic Web and discuss its usage with the help of real life examples?
Explain State management in asp.net
What are the events in a page life cycle?
When cookie will expire?
What is __ requestverificationtoken?
in which protocol ASP.NET WEB API Work?
Can you change a master page dynamically at runtime? How?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
Describe how to implement globalization and localization in the use interface in .net.
Explain how can we inherit a static variable?
What is sdlc process?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?