Answer Posted / chandra prakash
Web Service is the common programming model for implementing
interoprability between systems that have little or no real
connectivity.
Web Services is the common model for accessing data,
performing distributed transactions, and exposing business
process workflow.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What are the different kinds of assemblies?
Explain the difference between asp & asp.net.
What is the differences between a primary key and a unique key in sql server?
What are the navigation ways between pages available in ASP.NET?
What's the ASP.Net Application life cycle?
What is recordset asp?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
Who is using asp.net?
Which property is used to identify the Page is Post Back in ASP.NET?
How do I send an email message from my ASP.NET page?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is state management in asp.net with example?
Can we handle the error and redirect to some pages using web.config?