Files
chill_notes/dotNet知识库/EF CORE/NET Core和.NET Standard 比较.md
2026-04-16 00:28:41 +08:00

9 lines
610 B
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
| | | | |
|---|---|---|---|
||OS|是否开源|目的|
|.NET Framework|Windows|否|构建Windows应用程序构建运行在IIS上的Web应用程序|
|.NET Core|Windows, Linux, macOS|是|构建跨平台命令行应用程序、ASP.NET Core应用程序、云服务|
|Xamarin|iOS, Android, macOS|是|构建iOS、Android移动应用程序、macOS桌面应用程序|
|.NET Standard|N/A|是|创建可以被所有.NET实现(如.NET Core和.NET Framework)所引用的类库|
> 来自 <[https://blog.csdn.net/chengbin0602/article/details/80424520](https://blog.csdn.net/chengbin0602/article/details/80424520)>