Pinned Repositories
AsyncReaderWriterLockSlim
An async-ready alternative to .NET's ReaderWriterLockSlim.
Blue.Microsoft.AspNetCore.SignalR.Server
based on Microsoft.AspNetCore.SignalR.Server 0.2.0-preview2-22683
CosmosTime
A restricted set of time structs, UtcTime, OffsetTime, ZoneTime etc. trying to fix some of the problems with DateTime\DateTimeOffset and be nice to CosmosDB that require a specific fixed length format. Restricted to only support only ISO 8601 for parsing and formatting.
GoreRemoting
Grpc Remoting library for migration from .NET Remoting
GuidPhantom
Yet another Guid library:-) Create Uuid v1, v3, v5, v6, v7, v8MsSql, v8SHA256, v8SHA512, convert between v1 and v6, convert between v7 and v8MsSql, get info about a Guid (dissect), create monotonic sequence of v7 and v8MsSql Guid's, create NEWSEQUENTIALID (ms sql), create/reverse Xor Guid, create/reverse numeric Guid.
Net9.BinaryFormatter
BinaryFormatter for net9 and later
zlibnet
osexpert's Repositories
osexpert/zlibnet
osexpert/CosmosTime
A restricted set of time structs, UtcTime, OffsetTime, ZoneTime etc. trying to fix some of the problems with DateTime\DateTimeOffset and be nice to CosmosDB that require a specific fixed length format. Restricted to only support only ISO 8601 for parsing and formatting.
osexpert/GoreRemoting
Grpc Remoting library for migration from .NET Remoting
osexpert/GuidPhantom
Yet another Guid library:-) Create Uuid v1, v3, v5, v6, v7, v8MsSql, v8SHA256, v8SHA512, convert between v1 and v6, convert between v7 and v8MsSql, get info about a Guid (dissect), create monotonic sequence of v7 and v8MsSql Guid's, create NEWSEQUENTIALID (ms sql), create/reverse Xor Guid, create/reverse numeric Guid.
osexpert/Net9.BinaryFormatter
BinaryFormatter for net9 and later
osexpert/AsyncReaderWriterLockSlim
An async-ready alternative to .NET's ReaderWriterLockSlim.
osexpert/Blue.Microsoft.AspNetCore.SignalR.Server
based on Microsoft.AspNetCore.SignalR.Server 0.2.0-preview2-22683
osexpert/Dapper
Dapper - a simple object mapper for .Net
osexpert/DbDump
Dump ms sql data and schema to sql. Models for schema tables etc.
osexpert/DbUp
DbUp is a .NET library that helps you to deploy changes to SQL Server databases. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date.
osexpert/GrpcDotNetProblem
ENHANCE_YOUR_CALM
osexpert/Microsoft.Azure.Relay.ClientWebSocket
Microsoft.Azure.Relay.ClientWebSocket
osexpert/StreamJsonRpc.WebSockets
Simplify use of StreamJsonRpc over WebSockets
osexpert/vault2git2
Converts vault repository to git
osexpert/ExtremeJsonEncoders
For System.Text.Json. A MinimalJsonEncoder, that only escape what the RFC require. Also a MaximalJsonEncoder, for fun:-)
osexpert/PivotDataExport
Dynamic group, aggregate, sort, pivot data rows. Output to json or xml (via DataTable).
osexpert/PivotTable
Dynamic group, aggregate, sort, pivot data rows. Output to json or xml (via DataTable).
osexpert/SystemOfLinearEquationsSolver
osexpert/Tidbits
tools
osexpert/vs-streamjsonrpc
The StreamJsonRpc library offers JSON-RPC 2.0 over any .NET Stream, WebSocket, or Pipe. With bonus support for request cancellation, client proxy generation, and more.