UploadStream
UnitGenerator
UploadStream | UnitGenerator | |
---|---|---|
2 | 2 | |
154 | 349 | |
0.0% | 1.4% | |
0.0 | 5.5 | |
9 months ago | about 1 month ago | |
C# | C# | |
MIT License | MIT License |
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?
UnitGenerator
-
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.
What are some alternatives?
EmbedIO - A tiny, cross-platform, module based web server for .NET
vscode-csharp - Official C# support for Visual Studio Code
Kestrel
StronglyTypedId - A Rosyln-powered generator for strongly-typed IDs
BeetleX - high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution
FileTypeChecker - Cross platform file type validator for .NET
FFmpeg.NET - .NET wrapper for common ffmpeg tasks
swagger-ui - Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
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)
csharplang - The official repo for the design of the C# programming language
NAudio - Audio and MIDI library for .NET
ASP.NET Core - ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.