C# Inheritance In this tutorial, we will take a look at the base keyword in C#. Inheritance means that one class can C# IEnumerable and IEnumerator In this tutorial, we will take a look at the IEnumerator and IEnumerable in C#. Making an object enumerable will C# JSON Serialization In this tutorial, we will learn about JSON serialization in C#. Serialization is when you take an object and convert C# Binary Serialization In this tutorial, we will learn about binary serialization in C#. Serialization is when you take an object and convert it C# XML Serialization In this tutorial, we will learn how to do XML serialization in C#. Serialization is when you take an object C# as Operator In this tutorial, we will learn how to use the as operator in C#. The as operator is used to cast objects into C# is Operator In this tutorial, we will learn how to use the is operator in C#. The is operator is very similar to the as operator. They can C# Constants In this tutorial, we will learn about constants in C#. A constant is a variable that is marked with the C# Conversion Operator Overloading In this code snippet, we will take a look at conversion operator overloading in C#. Conversion operators can be overloaded just like C# Reflection In this code snippet, we will take a look at reflection in C#. Reflection is used to get metadata(information) about an < Previous 1 … 18 19 20 21 22 … 26 Next >