fbpx

.NET Courses

.NET is an open source platform for application development created by Microsoft. With .NET you can use various languages, especially C #, for the development of web, mobile and desktop applications. SpiralTrain provides both basic and advanced training courses in .NET. Visit our LinkedIn, Facebook or Instagram page for an impression of SpiralTrain. Click on the links below for more information and the schedule.

.NET Course List

Course .NET GUI Development with WinForms
Course .NET GUI Development with WinForms
Code: NET520
First start: 22-05-2024
3 days € 1999
Course .NET GUI Development with WPF
Course .NET GUI Development with WPF
Code: NET510
First start: 17-06-2024
3 days € 1999
Course .NET MAUI Development
Course .NET MAUI Development
Code: NET920
First start: 06-05-2024
4 days € 2999
Course ASP.NET Core MVC and Web API
Course ASP.NET Core MVC and Web API
Code: NET600
First start: 21-04-2025
5 days € 2999
Course ASP.NET Core MVC
Course ASP.NET Core MVC
Code: NET605
First start: 24-06-2024
3 days € 1999
Course ASP.NET Core Web API
Course ASP.NET Core Web API
Code: NET610
First start: 05-06-2024
3 days € 1999
Course Blazor
Course Blazor
Code: NET650
First start: 20-06-2024
2 days € 1399
Course Asynchronous Programming in C#
Course Asynchronous Programming in C#
Code: NET900
First start: 20-06-2024
2 days € 1499
Course .NET Overview
Course .NET Overview
Code: NET100
First start: 26-04-2024
1 day € 699
Course C# Programming
Course C# Programming
Code: NET200
First start: 13-05-2024
5 days € 2650
Course Web Services in .NET
Course Web Services in .NET
Code: NET400
First start: 25-06-2024
4 days € 2650
Course XAML Programming
Course XAML Programming
Code: NET500
First start: 09-05-2024
2 days € 1499

Common Language Runtime

.NET consists of a large number of classes that the developer can use when creating applications. A compiler translates source code into Microsoft Intermediate Language (MSIL). The MSIL code is then converted to machine code by the Common Language Runtime (CLR) with just-in-time compilation and executed.

.NET Framework

.NET is clearly inspired by Java. After Microsoft extended the Java Virtual Machine for better compatibility with the Windows platform, in violation of the licensing terms of Sun Microsystems, the owner of Java, Java for Windows was banned by court. Microsoft then decided to develop the .NET framework. .NET combines the advantages of Java with great compatibility with existing Windows programming environments. This makes .NET an interesting platform.

.NET Core

The latest version of .NET is .NET Core. This version is not only available for Windows , but also for MacOS and Linux and is also a lot faster.