csharplang
Language framework
The official repo for C# language design and implementation.
The official repo for the design of the C# programming language
12k stars
694 watching
1k forks
Language: C#
last commit: 5 days ago
Linked from 2 awesome lists
csharplanguage-design
Related projects:
Repository | Description | Stars |
---|---|---|
dotnet/csharpstandard | The C# language standard repository contains all official versions of the C# specification, including draft versions and past standards. | 723 |
waf/csharprepl | An interactive C# programming environment with syntax highlighting and NuGet package management | 2,941 |
dotnet/roslyn | Provides a compiler and code analysis API for C# and Visual Basic languages | 19,064 |
nemanjarogic/designpatternslibrary | A comprehensive design patterns library in C# | 2,012 |
dotnet/dotnet-docker | Provides pre-built Docker images for .NET applications and tools. | 4,490 |
sheng-jie/design-pattern | A series of articles explaining design patterns in C# for software development | 962 |
dotnet/vblang | Design of a Visual Basic .NET language and runtime library | 288 |
dustincampbell/csharpessentials | A collection of tools to simplify C# development with Roslyn diagnostics and code fixes. | 160 |
dotnetcore/natasha | A .NET Core library that enables runtime compilation of C# code into assemblies with domain management and plugin functionality | 1,492 |
louthy/language-ext | A C# library that enables declarative and pure functional programming by providing extensions to the language. | 6,527 |
anupavanm/csharp-design-patterns-for-humans | An ultra-simplified explanation of design patterns in C# with examples | 1,309 |
refactoringguru/design-patterns-csharp | C# examples of classic design patterns used in software development | 805 |
dotnet/roslyn-analyzers | Analyzes .NET code for style, quality and maintainability issues | 1,594 |
abishekaditya/designpatterns | A collection of C# implementations for design patterns | 2,534 |
dotnetanalyzers/stylecopanalyzers | Enforces coding standards and best practices in .NET projects using StyleCop rules | 2,656 |