Quantcast
Channel: ASP.NET – TechnoBlogy
Viewing all articles
Browse latest Browse all 20

Introduction to .NET Core

$
0
0

Microsoft began development of the .NET Framework in the late 1990s as Next Generation Windows Services, with version 1.0 officially released in February 2002. It is licensed under Microsoft’s proprietary license.

The most recent version is the 4.6.2 release early August 2016.

It is based on the Common Language Infrastructure (CLI) standard also developed by Microsoft which is an ISO standard independent of the programming language used. The CLI allows any program complying with this standard to run within the Common Language Runtime (CLR) which is the execution environment of the framework.

Why the .NET Core?

The use of the .NET platform is growing, but relatively slowly. Microsoft considers today that it is better for a developer or a .NET platform usable on Linux + MySQL + Apache (so not monetisable as is, no license to sell), a developer on a competing technology (Node .js, Java …).

In this sense, the publisher published in April 2014 the first version of its Open Source .NET compiler “Roslyn” under Apache 2.0 license.

What is the .NET Core?

The .NET Core is just an open source implementation of the CLI, which can be compiled using “Roslyn” and intended to run on most recent Linux distributions, and the latest versions of Mac OS and Windows. Version 1.0 was released under MIT license on June 27, 2016.

ASPNET Core

It allows you to create web applications with ASP.NET Core, command-line applications, function libraries and Universal Applications for the Windows Platform. Windows Form and WPF are not available.

Why use .NET Core finally?

  • .NET Core enables developers with .NET technology knowledge to develop cross-platform applications.
  • This is the latest version of .NET (which implements all the new features of the framework).

  • It is deployed via Nuget and can be updated more frequently.

  • He is more efficient

aspnet-core-10


Viewing all articles
Browse latest Browse all 20

Latest Images

Trending Articles





Latest Images