Top 23 Microsoft Open-Source Projects
-
Project mention: 28 years old wanting to code from complete scratch. | reddit.com/r/learnprogramming | 2022-08-14
-
Awesome
:computer: 🎉 An awesome & curated list of best applications and tools for Windows. (by Awesome-Windows)
Project mention: What useful software or programs do you install right away after building a Gaming PC? | reddit.com/r/buildapc | 2022-04-06since a lot of this list overlaps with it, I figure I'll link the awesome-windows GitHub list here
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
CoreFX
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
Project mention: Is there a way to check if every value in an array is set to the same value? | reddit.com/r/Unity2D | 2022-07-14You’re right. Thanks for correcting me. The logic of applying the predicate for the two are inversions of each other, and they are even implemented in the same file: AnyAll.cs.
-
awesome-dotnet-core
:honeybee: A collection of awesome .NET core libraries, tools, frameworks and software
Project mention: Good nuget packages or GitHub repos to check out? | reddit.com/r/dotnet | 2022-03-25 -
Introducing .NET Multi-platform App UI (MAUI)
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
Project mention: Anyone successfully built a .NET MAUI app on Mac OS? | reddit.com/r/dotnet | 2022-08-15make sure you have the legacy Xamarin iOS SDK option active in the Visual Studio for Mac installer. There's an issue where, if you don't have that, it gives an error.
-
LightGBM
A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.
Project mention: Use whatever is best for the problem, but still | reddit.com/r/datascience | 2022-08-09LGBM doesn't do RF well, but it's easy to manually bag single LGBM trees.
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
office-ui-fabric-react
Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
Thanks for the recommendation. I've used VMware's Clarity professionally (https://clarity.design/) and it's pretty bad (design and code wise). There's also IBM's Carbon (https://carbondesignsystem.com/); I love its design but it's incomplete in some areas. Microsoft has Fluent UI (https://github.com/microsoft/fluentui) which I have never used.
-
-
excelize
Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
Project mention: What's the best library to parse and make operations on file (pdf, docx, csv, etc)? | reddit.com/r/golang | 2022-07-25You’re unlikely to find a single package that will handle all these file types without being behind a paywall of some sort. And I haven’t extensively worked with any of the other file types you’ve mentioned, but for xlsx, I highly recommend this package
-
Edge was initially using Chakra but has been rebuilt using Chromium and the V8 engine.
-
Project mention: How is accuracy calculated in multi label classification | reddit.com/r/MLQuestions | 2022-01-31
-
eShopOnWeb
Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Project mention: Transitioning from a Ruby on Rails position to .NET | reddit.com/r/dotnet | 2022-08-08 -
stop-russia-it
An open letter from IT industry specialists to protect Ukraine from information warfare. Відкритий лист спеціалістів IT-індустрії на захист України від інформаційної війни.
Project mention: GitHub's non-code features: exploring more of GitHub and encouraging your non-dev friends | dev.to | 2022-07-14Open letter to stop the war in Ukraine. Also contains a list of ways people can help Ukraine.
-
awesome-blazor
Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
https://github.com/AdrienTorris/awesome-blazor, specifically under the Libraries & Extensions section.
-
azuredatastudio
Azure Data Studio is a data management tool that enables working with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux.
Project mention: Show HN: If VS Code had a data-centric IDE sibling, what would that look like? | news.ycombinator.com | 2022-07-18I think there isn't, and if there is it would be illegal:
> You may not sublicense the Software Code or any use of it
https://github.com/microsoft/azuredatastudio/blob/main/LICEN...
-
-
Project mention: What are some of Xamarin Forms shortcomings/cons which Maui still doesn't address? | reddit.com/r/dotnetMAUI | 2022-05-04
Example issue: https://github.com/xamarin/Xamarin.Forms/issues/8640 Its an issue reported by David O, its a 3 year old issue, there is limited communication from Microsoft on the issue, no plans, there are a couple of community discovered workarounds that got broken in later versions of Xamarin.Forms. I feel like its fairly common to come across an issue like this that can be a showstopper for a task. Do you come up with a workaround, do you wait for an official fix, do you use a third-party NuGet to accomplish the task?
-
Project mention: Gauging broader interest in a .sln file generator based on a new DSL? | reddit.com/r/dotnet | 2022-08-06
-
Project mention: sdcc syntax problem (red tide underline) in VSCode | reddit.com/r/embedded | 2022-06-30
Ok, I guess I've found something https://github.com/microsoft/vscode-cpptools/issues/2499, too bad that it's not a solution...
-
-
Project mention: I made a VirtualBox based WSL2 solution with GUI apps support. Have a look! | reddit.com/r/linux | 2022-04-17
There is a Github page with some interesting WSL stuff: https://github.com/sirredbeard/Awesome-WSL
-
azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
Project mention: Azure WebJobs, Service Bus and Managed Identity: Lesson learned | dev.to | 2022-08-09This seems either a bug in the Azure SDK or in the Service Bus itself, I'm not the only one that ran into this issue and here you can find additional information.
Microsoft related posts
- Using Onedrive on ChromeOS
- People say Linux is too hard/complex but how is anyone using Windows?
- How are you guys documenting your Intune Work/Groups
- [N] Microsoft Announces New Integrations with OpenAI and MLFlow
- [N] Microsoft Releases new Integrations with OpenAI and MLflow as part of SynapseML
- Azure WebJobs, Service Bus and Managed Identity: Lesson learned
- Gauging broader interest in a .sln file generator based on a new DSL?
Index
What are some of the best open-source Microsoft projects? This list will help you:
Project | Stars | |
---|---|---|
1 | Visual Studio Code | 135,345 |
2 | Awesome | 19,772 |
3 | CoreFX | 17,868 |
4 | awesome-dotnet-core | 16,579 |
5 | Introducing .NET Multi-platform App UI (MAUI) | 16,562 |
6 | LightGBM | 14,059 |
7 | recommenders | 13,803 |
8 | office-ui-fabric-react | 13,783 |
9 | Etherpad | 13,083 |
10 | excelize | 12,417 |
11 | ChakraCore | 8,687 |
12 | computervision-recipes | 8,594 |
13 | eShopOnWeb | 7,837 |
14 | stop-russia-it | 7,316 |
15 | awesome-blazor | 6,886 |
16 | azuredatastudio | 6,871 |
17 | onedrive | 6,306 |
18 | Xamarin.Forms | 5,601 |
19 | MSBuild | 4,786 |
20 | vscode-cpptools | 4,741 |
21 | FluidFramework | 3,972 |
22 | Awesome-WSL | 3,965 |
23 | azure-sdk-for-net | 3,882 |
Are you hiring? Post a new remote job listing for free.