.NET
.NET is a free, cross-platform, open source developer platform for building many different types of applications.
Here are 16,229 public repositories matching this topic...
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
-
Updated
Aug 28, 2020
A framework for building native Windows apps with React.
-
Updated
Aug 30, 2020 - C++
CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.
-
Updated
Aug 26, 2020
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
-
Updated
Aug 30, 2020 - C#
Avalonia is a cross-platform XAML-based UI framework providing a flexible styling system and supporting a wide range of Operating Systems such as Windows via .NET Framework and .NET Core, Linux via Xorg, macOS
-
Updated
Aug 30, 2020 - C#
This is a collection of tutorials for learning how to use Docker with various tools. Contributions welcome.
-
Updated
Jul 28, 2020 - PHP
We can build much smaller Mono runtime for .NET Core purposes by simply removing code we don't need in this configuration. We did a few easy initial steps but we can go much further.
This list is not comprehensive but parts like
- Culture Data
- Any PAL related code
- Unused icalls
ASP.NET Boilerplate - Web Application Framework
-
Updated
Aug 22, 2020 - C#
Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
-
Updated
Aug 30, 2020 - C#
-
Updated
Aug 25, 2020 - TSQL
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
-
Updated
May 2, 2020 - C#
Describe the bug
Currently, the "HeaderCameraUploads" string in the localization files is unused and should be removed. Further investigation should be done on if there are other unused strings.
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
-
Updated
Apr 26, 2020 - C#
There are 2 places we are using BufferBlock<T> today:
We should consider replacing this depende
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
-
Updated
Aug 29, 2020 - C#
Pulumi - Modern Infrastructure as Code. Any cloud, any language
-
Updated
Aug 29, 2020 - Go
Whenever I submit a GET request to the api/public/groups endpoint, the "collections" field for each group returns "None" on every group, even if they have access to collections. I can verify that the
An easy way to perform background job processing in your .NET and .NET Core applications. No Windows Service or separate process required
-
Updated
Jul 31, 2020 - C#
C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.
-
Updated
Aug 30, 2020 - C#
For each Job, it adds plots about density, cumulative mean, and so on. But two files are named BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--density.png and BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--facetDensity.png, with the -- instead of single. Like some iteration variable is empty (since later there are names with -Default-
.
-
Updated
Aug 21, 2020 - C#
Capture Screen, Audio, Cursor, Mouse Clicks and Keystrokes
-
Updated
Aug 16, 2020 - C#
Created by Microsoft
Released February 13, 2002
- Organization
- dotnet
- Website
- dotnet.microsoft.com
- Wikipedia
- Wikipedia


This prevents people from enabling authorization globally in a meaningful way for Blazor applications, since while you can apply
[Authorize]globally through _Imports.Razor, that prevents you poking holes to allow individual access to unauthenticated pages.The fixes can be: