C# Working With Strings In this tutorial, we will learn how to work with and manipulate strings in C#. Let’s have a look at the C# Polymorphism In this tutorial, we will take a look at polymorphism, the virtual and the override keywords in C#. Polymorphism is one C# Base Keyword In this tutorial, we will take a look at the base keyword in C#. The base keyword is used to 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 < Previous 1 … 18 19 20 21 22 … 26 Next >