wcf
Ninject Di bindings using a WCF service
I recently created a WCF service library. I am planning on hosting it in IIS. Since I want to reuse my repository layer I decided to go use Ninject in my WCF service as well (I use it in other project[详细]
2023-04-12 12:39 分类:问答Why I am not getting WCF Web API Objects in Visual Studio 2010
I have installed WCF Web API Preview 5 using NuGet Visual Studio extension (WebApi.All). I am trying to 开发者_StackOverflow社区implement some simple examples on the internet, but it seems like they h[详细]
2023-04-12 12:27 分类:问答Silverlight and Secure Web Services
Can anyone provide advice on the following scenario? On server A is a web site containing a Silverlight control that accesses data from a WCF web service.[详细]
2023-04-12 12:18 分类:问答Dynamically creating SQLConnection within WCFService
SqlConnection con = new SqlConnection(\"Data Source=???.???.???.???;Initial Catalog=DatabaseNa开发者_如何转开发me;Persist Security Info=True; User ID=???; Password=??????;\");[详细]
2023-04-12 12:14 分类:问答Using ChannelFactory<T> To Create Channels with Different Credentials
I am using the ChannelFactory<T> type to create channels into a WsHttpBinding WCF web service, and the service uses a username/password combination to authenticate. While I have the authenticati[详细]
2023-04-12 12:13 分类:问答How should I return status from my WCF service?
My WCF service has various methods that return integers, strings, lists, and streams. I\'d like to add a str开发者_开发问答ing or enum or ??? Indicating the status of the call upon completion. It coul[详细]
2023-04-12 11:39 分类:问答linq to sql list with selected column in Restful service
I have create a restful service which returning a List an entity type: [AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)][详细]
2023-04-12 10:42 分类:问答Handling Collection<string> on the client with a shared WCF interface
We have been developing a hub/spoke synchronization model using Microsoft Sync Framework开发者_C百科 and WCF, and since we are developing both the client and the server, we would like to put the WCF s[详细]
2023-04-12 10:40 分类:问答wcf - difference between MaxConcurrentCalls and MaxConcurrentSessions property
After reading http://msdn.microsoft.com/en-us/library/system.servicemodel.description.servicethrottlingbehavior.maxconcurrentsessions.aspx[详细]
2023-04-12 10:29 分类:问答WebServiceHostFactory and WebServiceHost instance lifetime
I am trying to figure out the lifetime of a WebServiceHost. I thought that it would initially be per-call/per-request (i.e. Similar to an ASP.Net page being cr开发者_运维百科eated for each request). I[详细]
2023-04-12 10:04 分类:问答