-
Learning by doing
-
Trainers with practical experience
-
Classroom training
-
Detailed course material
-
Clear content description
-
Tailormade content possible
-
Training that proceeds
-
Small groups
.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 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 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.
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.