Microsoft
Microsoft Corporation is a technology company. The Company develops and supports a range of software products, services, devices, and solutions. The Company's segments include Productivity and Business Processes, Intelligent Cloud, and More Personal Computing. It also designs, manufactures, and sells devices, including personal computers (PCs), tablets, gaming and entertainment consoles, other intelligent devices, and related accessories.
Here are 2,472 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
Oct 21, 2021
-
Updated
Oct 16, 2021
-
Updated
Oct 18, 2021 - C#
Summary
mypy shows some issues in LightGBM's Python package.
mypy \
--exclude='python-package/compile/|python-package/build' \
--ignore-missing-imports \
python-package/18 errors in 4 files (click me)
python-package/lightgbm/compat.py:12: error: Name 'Series' already defined (possibly by an import)
python-package
Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
-
Updated
Oct 23, 2021 - TypeScript
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
-
Updated
Oct 23, 2021 - C#
Etherpad: A modern really-real-time collaborative document editor.
-
Updated
Oct 22, 2021 - JavaScript
Best Practices on Recommendation Systems
-
Updated
Oct 22, 2021 - Python
Frontend Workshop from HTML/CSS/JS to TypeScript/React/Redux
-
Updated
May 19, 2021 - TypeScript
- Source
JsPointerToString(NULL, 0, &str);-
Expected
str = empty string -
Actual
failed and returns JsErrorNullArgument
I think this should be possible
Best Practices, code samples, and documentation for Computer Vision.
-
Updated
Oct 19, 2021 - Jupyter Notebook
Sample ASP.NET Core 5.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
-
Updated
Oct 22, 2021 - C#
Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
-
Updated
Oct 21, 2021
Description of Change
Update Font Header size in iOS.
The original values are from: https://material.io/develop/android/theming/typography/
But, the Header value, 96, seem really really high especially when compared to iOS and UWP.
This PR update the value comparing values with iOS.
Issues Resolved
- fixes #11194
API Changes
None
Platforms Af
#1 Free OneDrive Client for Linux
-
Updated
Oct 23, 2021 - D
These are new in .NET 5.0: https://docs.microsoft.com/en-us/dotnet/api/system.operatingsystem?view=net-5.0
They expose methods for all the common operating systems like OperatingSystem.IsWindows() but also still support the API where you pass in a string: OperatingSystem.IsOSPlatform(string platform).
The new APIs are easier to understand so we should consider exposing them.
Official repository for the Microsoft C/C++ extension for VS Code.
-
Updated
Oct 23, 2021 - TypeScript
Awesome list dedicated to Windows Subsystem for Linux
-
Updated
Oct 20, 2021
List of telegram groups, channels & bots // Список интересных групп, каналов и ботов телеграма // Список чатов для программистов
-
Updated
Oct 18, 2021
Vlad had suggested having a method, changeState, that is called in all cases where we change the _lifecycleState, and that method encapsualtes the allowed state change state machine.
I think we could take that even a step further, and add a new class that encapsulates the var , state machine function, and properties. this would put all the lifecycle changes in one place, and allow us to prevent
Detours is a software package for monitoring and instrumenting API calls on Windows. It is distributed in source code form.
-
Updated
Aug 17, 2021 - C++
Summary
The Event Hubs client library aims to be mockable and fully support testability. To help illustrate usage of the new API for the testing scenarios, a set of samples mocking the various Event Hubs client types and illustrating use of the model factory is needed.
Scope of Work
- Implement a sample or set of samples demonstrating a basic approach for mocking the high level cli
I am trying to create Azure bot service using below PowerShell and its failing with below error. Please help, how to proceed
$Securekey = ConvertTo-SecureString "" -AsPlainText -Force
New-AzBotService -ResourceGroupName -Name -ApplicationId -Location northeurope -Sku S1 -Description -Webapp -ApplicationSecret $Securekey


Hello,
I have an API in .NET 5 that i configured to open the browser with swagger everytime i start a debugging session in