python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to prevent WCF services to block when communicating with each other?
I have two WCF services on 2 different and physically separated IIS servers.
Both may call a function SyncExternalServer where they collect data for an update an send it to the other server.
The servi...

xMRi
Votes: 0
Answers: 0
Error with executable file using hosted WCF Service in a Managed Windows Service
I'm new to WCF services, I'm trying to replicate tutorial of "Hosting a WCF Service in a Managed Windows Service":
https://learn.microsoft.com/en-us/dotnet/framework/wcf/feature-details/how-...
Level5
Votes: 0
Answers: 0
.NET 6 Winforms application how to add sections to app.config
I have a .NET 6 Winform application (C#) with an app.config and an appsettings section for which I am using AppSettingsReader to read the values.
I would like to add the equivalent of System.ServieMod...
AndyW
Votes: 0
Answers: 0
Replaced DataContractJsonSerializer with Newtonsoft JsonSerializer and it is still using DCJS
I have an old project that is serializing TimeSpans like "PT21H", this is happening because DCJS is the default serializer for the project, I assume. I tried to implement the instructions he...

Jason Andersen
Votes: 0
Answers: 1