Tagged Questions

26
votes
14answers
3k views

WCF: WTF! Does WCF raise the bar or just the complexity level?

I understand the value of the three-part service/host/client model offered by WCF. But is it just me or does it seem like WCF took something pretty direct and straightforward (the ASMX model) and made …
25
votes
8answers
4k views

Best Practices for securing a REST API / web service

When designing a REST API or service are there any established best practices for dealing with security (Authentication, Authorization, Identity Management) ? When building a SOAP API you have …
19
votes
7answers
2k views

What is the difference between an asp.net web method and a wcf service?

I'm new to .Net and do not understand the difference. Can someone point me in the right direction?
18
votes
6answers
924 views

WCF for the totally clueless

I've been hearing about WCF for a couple of years now, and I still don't get it. I understand that it's supposed to be a replacement for web services, remoting, MSMQ, and a few other things. The …
14
votes
9answers
1k views

Managing complex Web.Config files between deployment environments.

Does anyone know of any good tools/utilities for managing Web.Config files between different build/deployment environments? For example, I have a WCF project that in development I don't want to …
14
votes
15answers
1k views

Windows Mobile Development - Where to begin?

Okay, I will shortly be starting down the path of windows mobile development. I know nothing about the subject really and I am looking for people with experience to let me know of any gottchas you may …
13
votes
3answers
546 views

WCF support in Mono

I am trying to figure out what is and isn't supported for WCF under Mono. I have read the WCF Development Documentation on the Mono Project page. For anyone with experience using WCF under Mono, are …
13
votes
4answers
857 views

best practice for large WCF service?

What is the best practice for writing a rather large wcf service, containing a lot of OperationContracts and DataContracts? How would I separate functional areas into several contracts, would it be …
13
votes
2answers
5k views

REST / SOAP endpoints for a WCF service

Hi, I have a WCF service and I want to expose it as both a RESTfull service and as a SOAP service. Anyone has done something like this before?
12
votes
6answers
1k views

What is the best workaround for the WCF client `using` block issue?

I like instantiating my WCF service clients within a using block as it's pretty much the standard way to use resources that implement IDisposable: using (var client = new SomeWCFServiceClient()) { …
11
votes
3answers
1k views

Load testing WCF service (hosted on IIS)

Hi, What tools are there that I can test out a WCF service? I am expecting allot of load so I want to have an idea how much a single server can handle.
10
votes
7answers
649 views

What am I missing about WCF?

I've been developing in MS technologies for longer than I care to remember at this stage. When .NET arrived on the scene I thought they hit the nail on the head and with each iteration and version I …
10
votes
2answers
498 views

WCF Security - A list of what I dont understand

Hi Guys, I'm going around in circles with regards to WCF and security so i'm just going to shove a load of questions here and hope someone can help me gain a clear picture. Can someone please …
10
votes
5answers
3k views

How to configure security when calling WCF Service from .Net 2.0 Client

I have a WCF service up and running and am able to communicate between the service and a .Net 2.0 Client using basicHttpBinding. I now need to lock down the WCF service so that it can only be …
10
votes
9answers
485 views

When to use a new exception type

What are the guidelines for when to create a new exception type instead of using one of the built-in exceptions in .Net? The problem that got me thinking is this. I have a WCF service, which is a …

1 2 3 4 5 226 next
15 30 50 per page