UploadStream
BeetleX
UploadStream | BeetleX | |
---|---|---|
2 | - | |
154 | 1,189 | |
0.0% | 0.0% | |
0.0 | 2.2 | |
9 months ago | 6 months ago | |
C# | C# | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
UploadStream
-
what do you find most frustrating about dotnet?
[Route("projects/{projectId:int}/files", Name = "UploadFile")] [Consumes("multipart/form-data")] [DisableFormValueModelBinding] [RequestSizeLimit(--num - bytes--)] [RequestFormLimits(MultipartBodyLengthLimit = --num - bytes--)] public async Task < IActionResult > PostAsync([FromRoute] int projectid) { // see nuget for https://github.com/ma1f/uploadstream var model = await this.StreamFiles < MyFileItem > (async file => { // never trust the client var fileName = file.FileName.GetSafeUniqueUri();
- What is the best way to validate and get the length of an aac file with asp.net core 5 running on Linux?
BeetleX
We haven't tracked posts mentioning BeetleX yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
EmbedIO - A tiny, cross-platform, module based web server for .NET
Kestrel
UnitGenerator - C# Source Generator to create value-object, inspired by units of measure.
NetCoreServer - Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
FFmpeg.NET - .NET wrapper for common ffmpeg tasks
XSP - Mono's ASP.NET hosting server. This module includes an Apache Module, a FastCGI module that can be hooked to other web servers as well as a standalone server used for testing (similar to Microsoft's Cassini)
HttpsUtility - A basic HTTPS utility S# module.
NAudio - Audio and MIDI library for .NET
unity-websocket-multiplayer - POC for a Unity game client and dedicated server with websockets!