Is there an advantage to using WCF or WebAPI for mobile?
I’m looking at doing my first mobile development using Mono Touch and Mono for Android. I’d like them to communicate with an ASP.NET MVC 4 site I’m designing. I’ve worked with WCF and WebAPI in the past but I’m wondering if there are any quantifiable advantages to using one over the other in this context?
Validating Objects With XSDs: Is Re-Serializing Redundant or Negligible?
Context:
Ria service security
I have a silverlight app that connects to a entity framework over WCF ria service.
Should web service response use a base class or generic class?
In my RESTful WCF web service I have something like the following response object.
Are Request/Response Parameter Wrappers Good Practice?
I’ve seen several different ways to design WCF services, and it seems some developers prefer parameter wrappers while others favor ‘naked’ parameters. To explain what I mean, consider the following service interfaces:
WCF Keep Alive: Whether to disable keepAliveEnabled
I have a WCF web service hosted in a load balanced environment. I do not need any WCF session related functionality in the service.
Does Silverlight5 provide anything new for WCF
From WCF standpoint, just wondering whether I can leverage anything after upgrade from Silverlight 4
to Silverlight 5
? I did some research regarding new features of SL5
and cannot find anything about changes to System.ServiceModel
and System.ServiceModel.Web
namespaces, is it rigth that nothing were added or am I missing something?
Designing an API for service operations with closely related parameters
I’m having trouble deciding how to design this service API.
ASP.NET MVC Web Site & WCF Web Service – Sharing functionalities
I have the following situation: I have to create a website and a web service that will share a part of the functionalities
.
How do I create a web service with high amounts of traffic that works effectively with lots of different users? [closed]
It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago. I have created web services before that are […]