sys27's Stars
microsoft/TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
dotnet/corefx
This repo is used for servicing PR's for .NET Core 2.1 and 3.1. Please visit us at https://github.com/dotnet/runtime
microsoft/dotnet
This repo is the official home of .NET on GitHub. It's a great starting point to find many .NET OSS projects from Microsoft and the community, including many that are part of the .NET Foundation.
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
dotnet/coreclr
CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.
JamesNK/Newtonsoft.Json
Json.NET is a popular high-performance JSON framework for .NET
nsubstitute/NSubstitute
A friendly substitute for .NET mocking libraries.
ninject/Ninject
the ninja of .net dependency injectors
fluentribbon/Fluent.Ribbon
WPF Ribbon control like in Office
sjdirect/abot
Cross Platform C# web crawler framework built for speed and flexibility. Please star this project! +1.
sys27/ProcessMonitor
ProcessMonitor is desktop app that allows you to watch processes. It has a service that can be installed on a remote computer and you can connect to this service via WCF and monitors running processes. Also it has installer that installs the service and the desktop app. All code is written on C#.
sys27/Edge
A new syntax to create UI (WPF).
sys27/ThreadPoolLibrary
The implementation of a fixed thread pool.
sys27/Draughts
Draughts is a group of strategy board games for two players which involve diagonal moves of uniform game pieces and mandatory captures by jumping over opponent pieces. To draw a game's board and checkers was used standard WPF shapes.
sys27/BlackHole
Implementation of Huffman coding
sys27/Chess
sys27/SRF
SRF is a simple application. It was created to send and receive files. It's developed in C# (with using WPF and MVVM-pattern).