Best Things you learn on Dot Net course
.NET Framework is a product structure created by Microsoft that runs essentially on Microsoft Windows. It incorporates a huge class library known as Framework Class Library (FCL) and gives dialect interoperability over a few programming dialects. Projects composed for .NET Framework execute in a product domain (as differentiated to equipment environment), known as Common Language Runtime (CLR). .NET Framework family additionally incorporates two adaptations for versatile or installed gadget use. A diminished variant of the structure, .NET Compact Framework, is accessible on Windows CE stages, including Windows Mobile gadgets, for example, cell phones. Furthermore, .NET Micro Framework is focused at seriously asset compelled gadgets. Class library .NET Framework incorporates an arrangement of standard class libraries. The class library is sorted out in a chain of command of namespaces. The greater part of the inherent APIs are a piece of either System.* or Microsoft.* namespaces. These class libraries actualize an expansive number of basic capacities, for example, record perusing and composing, realistic rendering, database communication, and XML archive control, among others. .NET Core .NET Core is a free and open-source cross stage usage of the .NET Framework. It comprises of Core CLR a complete cross-stage run time usage of CLR, the virtual machine that deals with the execution of .NET projects. Gatherings Incorporated CIL code is put away in CLI gatherings. As commanded by the particular, congregations are put away in Portable Executable (PE) record position, regular on Windows stage for all DLL and EXE documents.
C++/CL Microsoft presented C++/CLI in Visual Studio 2005, which is a dialect and method for accumulating Visual C++ projects to keep running inside of the .NET Framework. Certain parts of the C++ program still keep running inside of an unmanaged Visual C++ Runtime, while exceptionally changed bits are deciphered into CIL code and keep running with the .NET Framework's CLR.