点击蓝字
关注我
这几年来,微软在开源与社区方向的努力与成就是全世界有目共睹的。微软的开源项目超过2000多个,挑了一些比较火热的给大家整理了一下。欢迎补充~
Visual Studio Code
非常流行的跨平台代码编辑器,提供全面的编辑和调试支持、可扩展性模型以及与现有工具的轻量级集成。
https://github.com/Microsoft/vscode
TypeScript
TypeScript 是一种用于应用程序级 JavaScript 的语言。TypeScript 将可选类型添加到 JavaScript 中, 该 JavaScript 支持适用于任何操作系统上的任何浏览器、任何主机的大规模 JavaScript 应用程序的工具。TypeScript编译为可读的、基于标准的 JavaScript 。
https://github.com/Microsoft/TypeScript
.NET Core 基础类库
.NET Core 的基础类库。它包括集合、文件系统、控制台、json、xml、异步和许多其他类型。
https://github.com/dotnet/corefx
.NET Core CLR (公共语言运行时)
CoreCLR 是 .NET Core 的运行时。它包括垃圾收集器、JIT 编译器、原始数据类型和低级类。
https://github.com/dotnet/coreclr
ASP.NET Core
ASP.NET Core 是一个跨平台的.NET框架, 用于在 Windows、Mac 或 Linux 上构建现代基于云的 Web 应用程序。
https://github.com/aspnet/AspNetCore
Entity Framework Core
EF Core 是一种对象关系映射器 (ORM), 它使.NET开发人员能够使用.NET对象处理数据库。它消除了开发人员通常需要编写的大多数数据访问代码的需要。
https://github.com/aspnet/EntityFrameworkCore
Roslyn
Roslyn 为开源 C# 和 Visual Basic 编译器提供了丰富的代码分析 API。
https://github.com/dotnet/roslyn
PowerShell
PowerShell Core 是一个跨平台 (Windows、Linux 和 MacOS) 自动化和配置工具框架, 可很好地与现有工具配合使用, 并针对处理结构化数据 (例如 json、csv、xml 等)、REST API 和对象模型进行了优化。它包括命令行外壳、关联的脚本语言和处理 cmdlets 的框架。
https://github.com/PowerShell/PowerShell
Monaco Editor
可以在浏览器里运行的代码编辑器,也就是VSCode里所使用的相同的编辑器。
https://github.com/Microsoft/monaco-editor
SignalR
ASP.NET的实时通讯框架,让开发人员轻而易举的实现实时Web功能。
https://github.com/SignalR/SignalR
其他一些有意思的项目
Kudu
Azure App Service的后台部署和管理引擎,也可以部署在本地使用
https://github.com/projectkudu/kudu
MSBuild
https://github.com/Microsoft/msbuild
Windows Template Studio
https://github.com/Microsoft/WindowsTemplateStudio
CNTK
https://github.com/Microsoft/CNTK
Windows UI Library
https://github.com/Microsoft/microsoft-ui-xaml
MS-DOS
https://github.com/Microsoft/MS-DOS
WPF
https://github.com/dotnet/wpf
Windows Forms
https://github.com/dotnet/winforms
Azure Data Studio
https://github.com/Microsoft/azuredatastudio
C#
https://github.com/dotnet/csharplang
竟然还有Windows 3.1的资源管理器
https://github.com/Microsoft/winfile
想要了解更多可以访问微软开源官网:https://opensource.microsoft.com/
(部分图片来源于网络)