Tag: dotnet

blog

Boxing and Unboxing in C#

C# is, for the most part, a statically typed language, this means that the compiler will check the type of every expression and you sometimes have to convert between types. The concept of boxing and unboxing is the starting point in C# type system in which a value of any type can be treated as an object. […]

Ottorino Bruni 
Microsoft .NET Framework
blog

Microsoft .NET Framework

Microsoft .NET Framework is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, gaming and IoT. You can write .NET apps in C#, F#, or Visual Basic. .NET Framework is Cross-Platform .NET Core is a cross-platform […]

Ottorino Bruni