Skip to main content

Posts

Showing posts with the label online test

Top 10 ASP.Net Core Online Test

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. Q1: ASP.NET Core is an ...... framework? A) Licensed B) Obsolete C) Open-sourced D) UI Correct Answer >> C) Open-sourced Q2: Which of the following platforms support ASP.NET Core? A) Windows B) Mac C) Linux D) All the above Correct Answer >> D) All the above Q3: ASP.NET Core applications can target which one of the following? A) .NET Framework 4.0+ B) .NET Core/div> C) .NET Standard D) All of the above Correct Answer >> D) All of the above Q4: By def...