.NET implementations
A .NET application is developed for one or more implementations of .NET. These include the .NET Framework, .NET 5+ (and .NET Core), and Mono.
Read More »Blog about programming languages
A .NET application is developed for one or more implementations of .NET. These include the .NET Framework, .NET 5+ (and .NET Core), and Mono.
Read More »Java was developed by Sun Microsystems in the early 1990s. Canadian engineer James Gosling played a leading role in the creation of the language
Read More »Class members are either class or instance members. Static members belong to the class as a whole, and instance members belong to specific objects (class instances).
Read More »A type defines the structure and behavior of any data in C#. A type declaration can include its members, the base type, the interfaces it implements
Read More »The C language is really old, because it appeared back in 1972. As you can see, it was designed with computers of that time in mind
Read More »C# (pronounced “c-sharp”) is a modern object-oriented and type-safe programming language. C# allows developers to create different types of secure and reliable applications that run on .NET.
Read More »C# programs run on .NET, a virtual runtime system that calls the Common Language Runtime (CLR) and a set of class libraries.
Read More »When they say C#, they often mean the technologies of the .NET platform (Windows Forms, WPF, ASP.NET, Xamarin).
Read More »