Pinned repositories
567 contributions in the last year
Contribution activity
April 2018
Created a pull request in aspnet/SignalR that received 4 comments
Use invariant culture and ordinal comparisons
Ordinal comparison on group names, connection IDs, invocation IDs and headers A couple of other minor culture fixes
+23
−16
•
4
comments
Created an issue in aspnet/SignalR that received 5 comments
(Http)TransportType.All
[Flags]
public enum TransportType
{ WebSockets = 1, ServerSentEvents = 2, LongPolling = 4, All = WebSockets | ServerSentEvents | LongPolling
}
The…
5
comments
Joined the dotnet organization
.NET Foundation
Home of the .NET Foundation