Wraith
Wraith
SqlClient uses SslStream and in general uses stream as an abstraction because the supported transports are TCP and NamedPipes both of which have stream abstractions but no lower. If we...
There are complications but overall the benefits of pipelines are well worth any effort we have to put into using them. I think they fit well with the way we...
> If you're referring to TCP packets Nope. [[MS-TDS]: Tabular Data Stream Protocol](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-tds/b46a581a-39de-4745-b076-ec4dbb7d13ec) is a packetized binary protocol. It is sometimes contained within [[MC-SMP]: Session Multiplex Protocol](https://docs.microsoft.com/en-us/openspecs/windows_protocols/mc-smp/04c8edde-371d-4af5-bb33-a39b3948f0af) which is sometimes...
Open an issue with details and repro case on https://github.com/dotnet/SqlClient
Hi @jodydonetti can you expand on what you said above about rebus and nservicebus > I've been able to talk with the creator of Rebus, and he's been kind enough...
I'm just investigating. I'm very interested overall but the redis requirement is tricky, not impossible but tricky. I would like to be able to use azure service bus or possibly...
In SQLClient I reuse state objects because I know that only one async operation is permitted at any time and that calls like ReadAsync and GetFieldValueAsync will be used a...
We can get a channel on the [dotnet discord](https://aka.ms/dotnet-discord). I'm open to any/all, whatever is most easy for most people.
anything?
There is a discussion about SqlClientX here https://github.com/dotnet/SqlClient/discussions/2603 which I encourage everyone to read through and ask questions in. There is also an in depth discussion about connection pooling and...