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.
Here are 23,909 public repositories matching this topic...
Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics.
-
Updated
Dec 10, 2019 - C#
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
-
Updated
Dec 10, 2019 - C#
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
-
Updated
Dec 10, 2019 - C#
:honeybee: A collection of awesome .NET core libraries, tools, frameworks and software
-
Updated
Dec 10, 2019 - C#
A collection of awesome .NET libraries, tools, frameworks and software
-
Updated
Dec 10, 2019
🏆Gitee Most Valuable Project🚀A JSON Transmission Protocol and an ORM Library for automatically providing APIs and Docs
-
Updated
Dec 10, 2019 - TSQL
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
-
Updated
Dec 10, 2019 - Java
One framework for creating powerful cross-platform games.
-
Updated
Dec 10, 2019 - C#
We need docs that developers can use to self-service gathering a profile from a running bot that has performance problems, is being reported as "slow", or has timeouts. We should make this available in our core docs, but also as one or more TSGs for the support team.
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
-
Updated
Dec 10, 2019 - C#
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
-
Updated
Dec 10, 2019 - C#
This message is quite common:
NullReferenceException: Object reference not set to an instance of an object
It should be easy and nice to display the name of the variable that is "null".
Developpers will save time by not running the app again and not reproducing the issue again, trying to find which variable is null on the specified line.
Describe the feature you'd like
Why can't I download season pics from tmdb.
Additional context
I know jellyfin can get metadata from tmdb and tvdb, but the season pics can only download from tvdb and fanart. Usually we expect the metadata and post are consistent. Please, could jellyfin offer a feature to get season pics from tmdb?
C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.
-
Updated
Dec 9, 2019 - C#
Hi,
I struggle with user and groups import.
I'm using the directory connector and it is working fine.
What is misleading is that the import API (organization/{orgID}/import) check if there are enough seats available (enough licenses for the newly imported users) but do not re
NLog - Advanced and Structured Logging for Various .NET Platforms
-
Updated
Dec 10, 2019 - C#
:school_satchel: :rocket: :tada: A list of interview questions. This repository is everything you need to prepare for your technical interview.
-
Updated
Dec 10, 2019
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$ref": "#/definitions/foo",
"definitions": {
"foo": {
"type": "object",
"properties": {
"bar": {
"$ref": "bar.json#"
},
},
"required": [
"bar"
],
},
"title": "foo"
}
}
Running quicktype CLI with this Schema produces
Error
We should also add that the option is not supported now to the code and the docs. Perhaps it might be a good idea to add the workaround to the docs as well.
Originally posted by @kbrons in windows-toolkit/WindowsCommunityToolkit#2832 (comment)
A simple ACME client for Windows (for use with Let's Encrypt et al.)
-
Updated
Dec 9, 2019 - C#
steps to reproduce
Write a loop, from 1 to 80000, each time add a random int to the max heap.
In theory it takes very little time(NlogN, N=80000, <1sec ), but the program does take a long time.
I'v also tested the BinaryHeap in https://github.com/SolutionsDesign/Algorithmia, it performs well, so it is probably due to the bad algorithm.
Instead of the Exec Command just using dotnet, it would be better to use DOTNET_HOST_PATH.
This would allow for generating in a AfterBuild target in Rider.
-
Updated
Dec 10, 2019 - C#
If i create a label and set the width to fill, it seems to overwrite the window frame.
this code:
// Dynamically computed
var label = new Label("Welcome to the Meadow Provisioning tool. Brought to you by the 90s.") {
X = 1,
Y = 2,
Width = Dim.Fill(),
Height = 1
};
top.Add(label);note the empty window frame token on the right:
<img width="1302" al
Created by Anders Hejlsberg
Released January 2002
- Repository
- dotnet/csharplang
- Website
- docs.microsoft.com/dotnet/csharp
- Wikipedia
- Wikipedia
To enable easier post-mortem debugging from cabs, we should have the GitHub source associated with our pdb's on the symbol server.
For more information, refer to the Azure DevOps documentation for source linking.