What is .NET Standard?
What is .NET Standard?
.NET Standard is a formal specification of .NET APIs that are available across multiple .NET implementations, such as .NET Framework, .NET Core, and Xamarin. It was created to establish greater uniformity in the .NET ecosystem by defining a common set of APIs that all .NET platforms must implement. This allows developers to create libraries that can be used across different .NET environments without compatibility issues.
Specification, Not Implementation:
Code Sharing:
Versioning:
Compatibility:
Transition to .NET 5 and Beyond:
To target .NET Standard in a project, you specify the Target Framework Moniker (TFM) in the project file, like so:
<Project Sdk="M...
entry
Gợi ý câu hỏi phỏng vấn
Explain the use of BackgroundService class in Asp.Net Core?
Chưa có bình luận nào