The Anubhav portal was launched in March 2015 at the behest of the Hon'ble Prime Minister for retiring government officials to leave a record of their experiences while in Govt service .
.NET Core is a
free, open-source, cross-platform framework developed by Microsoft for building modern applications. It is a
successor to the .NET Framework, and it's designed to be more
modular, lightweight, and flexible.
Key Features of .NET Core:
Cross-platform:
Runs on Windows, Linux, and macOS.
Enables you to write code once and run it on multiple operating systems.
High Performance:
Optimized for performance and scalability, especially for web and cloud-based applications.
Modular and Lightweight:
Uses NuGet packages, so you only include what your app needs.
Smaller deployment footprint compared to the full .NET Framework.
Unified Development:
Can be used to build web apps (ASP.NET Core), desktop apps,
microservices, cloud services, IoT apps, and
mobile backends.
Command-line Tools:
Comes with a powerful CLI (dotnet) for building, running, and publishing applications.
Side-by-side Versioning:
Multiple versions of .NET Core can coexist on the same machine, enabling you to run different apps with different runtime versions.
As of .NET 5 (released in 2020), .NET Core and .NET Framework were unified under a single platform called
.NET, sometimes referred to as .NET 5+ or just
.NET.
Use Cases:
ASP.NET Core web APIs
Console apps
Microservices
Cross-platform apps
Cloud-native applications with Docker and Kubernetes
Summary:
.NET Core is a modern, high-performance, cross-platform framework ideal for developing web, cloud, and enterprise apps. It is the foundation of the future of .NET, now simply called
.NET starting from version 5 onward.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
.NET Core is a free, open-source, cross-platform framework developed by Microsoft for building modern applications. It is a successor to the .NET Framework, and it's designed to be more modular, lightweight, and flexible.
Key Features of .NET Core:
dotnet) for building, running, and publishing applications.Use Cases:
Summary:
.NET Core is a modern, high-performance, cross-platform framework ideal for developing web, cloud, and enterprise apps. It is the foundation of the future of .NET, now simply called .NET starting from version 5 onward.
Read More