T-ZigBee
.NET Runtime
Our great sponsors
T-ZigBee | .NET Runtime | |
---|---|---|
1 | 492 | |
28 | 11,151 | |
- | 2.3% | |
7.5 | 10.0 | |
3 months ago | 6 days ago | |
C | C# | |
GNU Affero General Public License v3.0 | 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.
T-ZigBee
-
Introduction
IOT related tutorials - I just purchased two of these boards and I am starting with zero knowledge.
.NET Runtime
-
Serilog... why?
This issue is still open: https://github.com/dotnet/runtime/issues/35995
-
Blazor wasm app really slow in Edge and Chrome on mobile
Also, it seems that initial memory settings have a big effect on mobile, this is a fix that will make it for 7.0.4 (April): https://github.com/dotnet/runtime/pull/80849
-
I hear you guys like large files... I raise 623,000 lines of code. My first ever game project, I was meant to carry on learning how to code properly but I have pretty bad ADHD so I just kept adding features and 8 years later here we are... It's sold over 30k copies on steam though lol
looked it up and engine.cpp seems to only be 8.5k lines, which doesn't seem super unreasonable to work with. It ain't no gc.cpp that's for sure.
-
ConcurrentDictionary as a job queue? Better data structures?
Threading.Channel has more or less replaced all the concurrent queue alternatives for me. channels have the benefit of nonblocking wait for when the channel can be written.
-
Top 10 bugs found in C# projects in 2022
My teammate created an issue on GitHub: the developers fixed the order of arguments and added a test.
-
how to bring order to a legacy codebase using editorconfig and dotnet format? it is only fixing whitespace issues
i have tried with an adapted .editorconfig but even using the "official" dotnet team editorconfig
- Am I dumb or does rust have a garbage collector?
-
Google wants RISC-V to be a “tier-1” Android architecture
Technically Mono supports RISC-V, so you can get .NET code running on it. Also it looks like if you're willing to go through messy and poorly documented build processes you can build CoreCLR on RISC-V: https://github.com/dotnet/runtime/issues/36748
So proper support is likely coming soonish, I'd guess by the time .NET 8 comes out.
-
Could SignalR be simpler?
There's an issue on simplifying WebSockets specifically https://github.com/dotnet/runtime/issues/77060 that may be of interest.
-
The AVL Tree: Implementation and Testing
See CLR is also using left/right for its not-quite-binary-tree in SortedSet. Though this also uses the Enum-As-Discriminator trick instead of boolean/array. I know the JVM also has/uses left/right but I can't find the backing source file right now.
What are some alternatives?
Ryujinx - Experimental Nintendo Switch Emulator written in C#
ASP.NET Core - ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
actix-web - Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
WASI - WebAssembly System Interface
vgpu_unlock - Unlock vGPU functionality for consumer grade GPUs.
CoreCLR - CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.
runtimelab - This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
sdk - Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
Roslyn - The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
Uno.Wasm.Bootstrap - A simple nuget package to run C# code in a WASM-compatible browser
Introducing .NET Multi-platform App UI (MAUI) - .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
core - Home repository for .NET Core