🔗 https://medium.com/@michael.kopt/50c0eb2f2feb
#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CoreWCF #WCF #SOAP #CSharp
CoreWCF: Basic OpenTelemetry support.
https://corewcf.github.io/blog/2025/07/28/basic-opentelemetry-support
My stackoverflow question was closed so here's a blog post about CoreWCF
https://richardcocks.github.io/2025-05-08-CoreWCF.html
#HackerNews #CoreWCF #Blog #Post #StackOverflow #Closed #Developer #Insights #Programming
New configuration API for NetTcp.
#wcf #corewcf #dotnet #apis #csharp #network #programming
https://corewcf.github.io/blog/2024/08/23/new-nettcp-apis
Introduction The CoreWCF project released a security fix in March of 2024 releated to connection initialization timeouts. The problem was caused by the ChannelInitializationTimeout not being used consistently. This setting can be found on the connection pool settings of the relevant transport binding element (e.g. TcpTransportBindingElement). This timeout is used to limit how long a client is allowed to take to complete the initial connection handshake. This includes the client informing the server which endpoint it's connecting to, and completing any security upgrade of the connection, e.g. wrapping the communication with SslStream if using certificate authentication. The vulnerability was that early in the connection handshake, a read was made from the incoming connection without applying this timeout. This allowed a client to connect to a service and cause a socket to be indefinitely allocated, never needung to send any data.
Introducing CoreWCF and WCF Client Azure Queue Storage bindings for .NET
https://devblogs.microsoft.com/dotnet/introducing-core-wcf-and-wcf-client-azure-queue-storage-bindings-for-dotnet/
#microsoft #NET #WCF #corewcf #CoreWCF_AQS #Microsoft_CoreWCF_Azure_StorageQueues #Microsoft_WCF_Azure_StorageQueues_Client
🚀 Introducing CoreWCF and WCF Client Azure Queue Storage bindings for .NET
The initial beta release of the official libraries Microsoft.CoreWCF.Azure.StorageQueues and Microsoft.WCF.Azure.StorageQueues.Client library for .NET is now available.
https://devblogs.microsoft.com/dotnet/introducing-core-wcf-and-wcf-client-azure-queue-storage-bindings-for-dotnet/ #dotnet #corewcf #azure