zerosharp
Systems programming demo
Demonstrates the use of C# for systems programming with native ahead-of-time compilation technology
Demo of the potential of C# for systems programming with the .NET native ahead-of-time compilation technology.
2k stars
59 watching
106 forks
Language: C#
last commit: 5 months ago
Linked from 1 awesome list
csharpsystems-programming
Related projects:
Repository | Description | Stars |
---|---|---|
devlooped/smallsharp | Enables multiple C# top-level programs to be created, edited and run from a single project with automatic compilation and launch selection. | 286 |
nikhilk/scriptsharp | A development tool that compiles C# source code into JavaScript for building large-scale web applications. | 658 |
x-sharp/xsharppublic | The XSharp compiler and runtime provide tools for compiling and executing a programming language, with a focus on integration with the .NET ecosystem. | 113 |
novotnyllc/bc-csharp | A C# implementation of cryptographic algorithms and protocols | 176 |
head-first-csharp/fourth-edition | This repository contains code and project files for learning C# programming with .NET Core using the Head First C# book | 894 |
almantask/csharp-from-zero-to-hero | A comprehensive C# boot camp offering structured lessons and resources to help beginners progress from initial knowledge to proficient coding skills. | 1,356 |
hsivonen/recode_cpp | A test and demonstration project for encoding_rs in C++ | 2 |
particular/nservicebus | A .NET library and framework for building distributed systems with messaging and event-driven architecture | 2,096 |
jozefizso/systemwrapper | A .NET library for testing and interacting with system APIs in an easier way | 174 |
mazharenko/fluentassertions.eventual | A NuGet package that allows developers to wait for FluentAssertions checks to pass during testing | 5 |
markwithall/worlds-simplest-csharp-wpf-mvvm-example | An example of a C# WPF application using the MVVM pattern | 352 |
jamesrandall/csharp-wolfenstein | C# port of an open-source 3D shooter game, utilizing modern C# language features and Blazor for browser rendering. | 73 |
dustincampbell/csharpessentials | A collection of tools to simplify C# development with Roslyn diagnostics and code fixes. | 160 |
fsprojects/fsharp.control.asyncseq | A collection of asynchronous programming utilities for F# | 163 |
mewssystems/funcsharp | A C# library that introduces advanced functional programming concepts and provides tools to reduce boilerplate code and improve type safety | 102 |