SaaSHub helps you find the best software and product alternatives Learn more →
Wcf Alternatives
Similar projects and alternatives to wcf
-
ASP.NET Core
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better wcf alternative or higher similarity.
wcf discussion
wcf reviews and mentions
Posts with mentions or reviews of wcf.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-21.
-
Understanding the .NET ecosystem: The evolution of .NET into .NET 7
https://github.com/dotnet/wcf/issues/4887
-
Questions about OWIN and WCF from a high level.
Technically speaking WCF is quite a bit more than SOAP, I think this might be a good overview of what people used it for (or maybe use it even now).
-
Reentrant (Recursive) Async Lock is Impossible in C#
This article is wrong. It's hard to write and requires some out of the box thinking, but it's doable. You can see my implementation here. You can't easily implement cancellability though as you can't reset the state after an await as any changes you make will happen in a copy of the Execution Context. It could be done with a custom awaiter which chains a delegate to run before the await continuation so you can reset state on the callers ExecutionContext, but I didn't need that so didn't put the effort in.
-
CoreWCF v0.2.0 just released
MTOM on the client is now in code review in this Pull Request. After that's merged, I'll try to find time to port it to CoreWCF in the next month.
-
My little tool now supports both gRPC and REST testing
Next in my todo list is to add support for WCF, using CoreWCF. Long term, my goal is to also support GraphQL, SignalR, ODAta and WebSockets
-
Need help with submit supplier api call
There is another tool xscgen, that does not collapse container types and gets all the "inner types" correct but does not generate the Input/Output types or the client interface and client. dotnet-svcutil has another bug that prevents it from reusing external types.
-
https://np.reddit.com/r/workday/comments/o9o8q9/need_help_with_submit_supplier_api_call/h3d8oce/
There is a bug in dotnet-svcutil produces incorrect types and/or annotations when collapsing SOME pure container types into jagged arrays. dotnet-svcutil does not have the option to skip collapsing. During the contract implementation phase, which happens at runtime before the first request (ugh!), the code created viaRefEmit clashes with what the annotations specify and that exception is thrown.
-
CoreWCF releases first stable release
I thought that wcf client exists for core? https://github.com/dotnet/wcf
-
A note from our sponsor - SaaSHub
www.saashub.com | 7 Dec 2024
Stats
Basic wcf repo stats
9
1,717
8.9
about 19 hours ago
dotnet/wcf is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of wcf is C#.