Can you explain the term .NET Core? Anyone who understands the types of .NET core platforms? What are the basic characteristics of the .NET core?
Home/.NET core Definition
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
.NET Core Definition: Microsoft's .NET Framework, a free, open-source, general-purpose programming platform, has a new version called .NET Core. It's a multi-platform framework that works with Windows, Mac OS X, and Linux. The .NET Core Framework can be used to make various types of apps, involvinRead more
.NET Core Definition:
Microsoft’s .NET Framework, a free, open-source, general-purpose programming platform, has a new version called .NET Core. It’s a multi-platform framework that works with Windows, Mac OS X, and Linux.
The .NET Core Framework can be used to make various types of apps, involving mobile, desktop, online, cloud, IoT, machine learning, microservices, games, etc.
.NET Core is a cross-platform framework built from the ground up to be modular, lightweight, and fast. It contains the essential capabilities for running a basic .NET Core application. Other functionalities are available as NuGet packages, which you may integrate into your application as needed. As a result, the performance of the .NET Core application is improved, the memory footprint is reduced, and the application is easier to maintain.
Characteristics of .NET Core: