UnitGenerator
C# Source Generator to create value-object, inspired by units of measure. (by Cysharp)
UploadStream
high performance file upload streaming for dotnet (by ma1f)
UnitGenerator | UploadStream | |
---|---|---|
2 | 2 | |
363 | 155 | |
2.8% | 0.6% | |
5.3 | 0.0 | |
about 1 month ago | 12 months ago | |
C# | C# | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
UnitGenerator
Posts with mentions or reviews of UnitGenerator.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-20.
-
what do you find most frustrating about dotnet?
You either have to do it manually or use a code generator (there are nugets for that, for example: https://github.com/Cysharp/UnitGenerator), but you absolutely can.
-
.NET 7 Preview 5 - Generic Math
You might wanna take a look at https://github.com/Cysharp/UnitGenerator we've used it on some of our systems at work and works pretty well overall as Value Objects.
UploadStream
Posts with mentions or reviews of UploadStream.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-20.
-
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?
What are some alternatives?
When comparing UnitGenerator and UploadStream you can also consider the following projects:
vscode-csharp - Official C# support for Visual Studio Code
EmbedIO - A tiny, cross-platform, module based web server for .NET
StronglyTypedId - A Rosyln-powered generator for strongly-typed IDs
Kestrel
FileTypeChecker - Cross platform file type validator for .NET
BeetleX - high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution