SuperSocket.ClientEngine.Core
by: Kerry Jiang
- 190 total downloads
- Latest version: 0.10.0
It's a .NET socket tool which can simplify the socket client developing. This difference between this package and SuperSocket.ClientEngine is it doesn't include the protocol resolving library.
Svg
by: davescriven jvenema mrbean-bremen H1Gdev Wiesław Šoltés owaits ddpruitt Ralf1108 Tebjan Halm and others
- 538 total downloads
- Latest version: 3.4.7
Public fork of the C# SVG rendering library on codeplex.
This started out as a minor modification to enable the writing of proper SVG strings. But now after almost two years we have so many fixes and improvements that we decided to share our current codebase to the public in order to improve it even further.
So please feel free to fork it and open pull requests for any fix, improvement or feature you add.
License: Microsoft Public License.
Swashbuckle.AspNetCore
by: domaindrivendev
- 1.596k total downloads
- Latest version: 7.1.0
Swagger tools for documenting APIs built on ASP.NET Core
Swashbuckle.AspNetCore.Annotations
by: domaindrivendev
- 740 total downloads
- Latest version: 10.0.1
Provides custom attributes that can be applied to controllers, actions and models to enrich the generated Swagger
Swashbuckle.AspNetCore.Filters
by: Matt Frear
- 727 total downloads
- Latest version: 10.0.0
Some additional useful filters for Swashbuckle.AspNetCore. This package replaces Swashbuckle.AspNetCore.Examples.
Swashbuckle.AspNetCore.Swagger
by: domaindrivendev
- 1.791k total downloads
- Latest version: 10.0.1
Middleware to expose Swagger JSON endpoints from APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerGen
by: domaindrivendev
- 1.693k total downloads
- Latest version: 10.0.1
Swagger Generator for APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerUI
by: domaindrivendev
- 1.826k total downloads
- Latest version: 10.0.1
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
Swashbuckle
by: Richard Morris
- 238 total downloads
- Latest version: 5.6.0
Seamlessly adds a Swagger to WebApi projects!
Swashbuckle.AspNetCore.Filters.Abstractions
by: Matt Frear
- 161 total downloads
- Latest version: 10.0.0
Some additional useful filters for Swashbuckle.AspNetCore. This package replaces Swashbuckle.AspNetCore.Examples.
Swashbuckle.AspNetCore.SwaggerUi
by: Swashbuckle.AspNetCore.SwaggerUi
- 11 total downloads
- Latest version: 1.0.0-rc1
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
SuperSocket.WebSocket
by: Kerry Jiang and other contributors
- 206 total downloads
- Latest version: 2.0.2
SuperSocket WebSocket protocol implementation providing frame parsing, message handling, and standards-compliant WebSocket protocol support (RFC 6455) for real-time bidirectional communication.
SuperSocket.ProtoBase
by: Kerry Jiang and other contributors
- 290 total downloads
- Latest version: 2.0.2
SuperSocket protocol decoding library providing the foundation for protocol implementation with pipeline processing, binary parsing, and customizable protocol filters.
SuperSocket.Server
by: Kerry Jiang and other contributors
- 159 total downloads
- Latest version: 2.0.2
SuperSocket server hosting library providing the core server implementation with session management, connection handling, and integration with the .NET dependency injection system and configuration framework.
SuperSocket.Command
by: Kerry Jiang and other contributors
- 171 total downloads
- Latest version: 2.0.2
SuperSocket command pattern library providing a structured request processing framework with command discovery, dependency injection support, and flexible command dispatching based on message keys.
SuperSocket.SessionContainer
by: Kerry Jiang and other contributors
- 55 total downloads
- Latest version: 2.0.0-beta.18
SuperSocket built-in session containers.
SuperSocket.Primitives
by: Kerry Jiang and other contributors
- 162 total downloads
- Latest version: 2.0.2
SuperSocket core primitive interfaces and classes that define the fundamental abstractions for network communication, session management, and message handling.
SuperSocket.Channel
by: Kerry Jiang and other contributors
- 56 total downloads
- Latest version: 2.0.0-beta.18
SuperSocket library to abstract underlying communications as channel with pipeline.
SuperSocket.Server.Abstractions
by: Kerry Jiang and other contributors
- 82 total downloads
- Latest version: 2.0.2
SuperSocket library for server abstractions. It includes many interfaces and base implementation of SuperSocket server components. Users can extend server side base on this project.
SuperSocket.Connection
by: Kerry Jiang and other contributors
- 81 total downloads
- Latest version: 2.0.2
SuperSocket connection abstraction library that provides high-performance networking through System.IO.Pipelines, ensuring efficient data transfer with minimal allocations and buffer management.
SuperSocket.Client
by: Kerry Jiang and other contributors
- 160 total downloads
- Latest version: 2.0.2
SuperSocket client library implementing high-performance socket client functionality with protocol extensibility, pipeline processing, and comprehensive connection management.