C#
C# (pronounced "C sharp") is a simple, modern, object-oriented, and type-safe programming language.
Its roots in the C family of languages makes C# immediately familiar to C, C++, and Java programmers.
-
- Sign up for GitHub or sign in to edit this page
- Created by Anders Hejlsberg
- Released January 2002
Here are 466 public repositories matching this topic...
Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.
-
Updated
Oct 7, 2019 - 188 commits
- C#
C# Barcode Image Generation Library
-
Updated
Oct 7, 2019 - 155 commits
- C#
Hazel Networking is a low level networking library for C# providing connection orientated, message based communication via TCP, UDP and RUDP.
-
Updated
Oct 2, 2019 - 100 commits
- C#
LINQ library with devirtualized method calls, ref returns and minimal heap allocations.
-
Updated
Oct 5, 2019 - 371 commits
- C#
Keras.NET is a high-level neural networks API, written in C# with Python Binding and capable of running on top of TensorFlow, CNTK, or Theano.
-
Updated
Oct 7, 2019 - 80 commits
- C#
A 2D path finding library based on the A* algorithm for .NETStandard 1.0 and .Net 4.5 and higher. This library has no external dependencies.
-
Updated
Oct 3, 2019 - 41 commits
- C#
The best way to implement singleton pattern in Unity.
-
Updated
Oct 7, 2019 - 6 commits
- C#
Simpliest Fluent REST client for .NET
-
Updated
Oct 5, 2019 - 623 commits
- C#
NCalc - Mathematical Expressions Evaluator for .NET
-
Updated
Oct 2, 2019 - 12 commits
- C#
Dijkstra's Pathfinding Algorithm Unity Implementation. (Not being maintained by me, it is just an experiment.)
-
Updated
Jul 27, 2019 - 10 commits
- C#
Cross-platform plugin to work with screen orientation of mobile device.
-
Updated
Sep 1, 2019 - 80 commits
- C#
Full C# port of Brotli compression algorithm
-
Updated
Oct 5, 2019 - 63 commits
- C#
Meta.Numerics is library for advanced numerical computing on the .NET platform. It offers an object-oriented API for statistical analysis, advanced functions, Fourier transforms, numerical integration and optimization, and matrix algebra.
-
Updated
Aug 30, 2019 - 156 commits
- C#
.NET Standard wrapper around the tinypng.com image compression service
-
Updated
Sep 16, 2019 - 206 commits
- C#
Anarchy is an opensource Discord API wrapper that focuses on making bot programming easy
-
Updated
Oct 7, 2019 - 99 commits
- C#
A collection of methods for solving Finance/Accounting equations, implemented in C#.
-
Updated
Sep 30, 2019 - 105 commits
- C#
Windows CoreAudio wrapper for .NET
-
Updated
Jul 22, 2019 - 12 commits
- C#
Sensible and Utilitarian C# Configuration
-
Updated
Oct 7, 2019 - 240 commits
- C#
Programas realizados en Programación Punto Net II
-
Updated
Jul 1, 2019 - 6 commits
Trabajos Individuales que se realizarón en clases y que sirven de apoyo a los compañeros
-
Updated
Jun 25, 2019 - 3 commits
P/Invoke wrapper for Win32API serial port
-
Updated
Aug 9, 2019 - 14 commits
- C#
C# assembly for creating and reading ZUGFeRD invoices
-
Updated
Sep 30, 2019 - 99 commits
- C#
Learn about csharp
- Repository
- dotnet/csharplang
- Website
- docs.microsoft.com/dotnet/csharp
- Wikipedia
- Wikipedia
Althougt code can be commented in the scripts, could be great to generate automatic documentation for the scripts and host it in the gh-pages branch of this repository.
In this way we can have a presentation web for the library and also the related documentation on how the API works.
I have checked DocFX and it seems it's possible to implement the pipeline for hosting the documentation as st