DOT NET

DOT NET PLATFORM 5

DOT NET PLATFORM .NET ARCHITECTURE Here is the block diagram of the .NET architecture, valid before the November release of DOT NET 5. Underneath it all is the .NET Standard which is a set of APIs (Application Program Interface) that defines which services and what rules must be performed by each concrete implementation of the software platform that wants to conform to these specifications. .NET STANDARD The first implementation of the .NET standard, which is installed with the .NET Core SDK, was the .NET Framework on the market since 2002 and which is used to create desktop, [...]

By |2021-08-31T02:45:40+02:0029 May 2021|0 Comments

DEVELOPMENT ENVIRONMENTS

INSTALL NET 5.0 Before talking about "Development environments" it is necessary to install the NET 5.0 SDK. With your browser go to the address: https://dotnet.microsoft.com/download/dotnet/5.0 and download the SDK for your Operating System. Once you have downloaded and installed NET 5.0 open a command prompt and type: dotnet --version. The version of the SDK you just installed should appear. DEVELOPMENT ENVIRONMENTS Visual Studio, is ideal for those who already have experience with the .NET Framework. It is a complete development environment that also includes profiling tools to measure the application's CPU and RAM consumption. Its limitation [...]

By |2021-09-20T11:20:22+02:0029 May 2021|0 Comments
Go to Top