Skip to main content

Posts

Showing posts with the label benefits of ASP.NET Core

.NET Core Interview Questions and Answers

What Is .NET Core? The .NET Core is an open-source , cross-platform that runs on Windows, macOS and Linux developed by Microsoft. It also supports almost all things that .NET supported. The .NET Core is higher performance, quick leaner, and lots of improvements of .NET The .NET Core provides .net CLI (Command Line Interface) The .NET Run-time provides a type system, assembly loading, a garbage collector, native interop and other basic services. The Key points of .NET Core are: 1.       Open source 2.       Cross-platform 3.       Flexible deployment 4.       CLI - Command-line tools 5.       Compatible What Are Technologies Discontinued in .NET Core? 1.       Reflection 2.       Remoting 3.       Sandboxing 4.       Binary seri...