C#

C# Version History | C# Evolution and Features

C# was developed in the year 2002 with the .NET Framework 1.0 and has since continued to develop with enhanced…

3 years ago

C# 3d array

In C# arrays can have multiple dimensions, arrays with more than one dimension. C# can support nearly 32 dimensions for multidimensional…

3 years ago

Collection Initializers in C# 3.0

 C# Collection Initializers enable you to add items in the collection at the time of instantiation of the collection. Collection…

3 years ago

C# 3.0 Object Initializers

Object Initializer, a new technique to initialize an object of a class or collection, was introduced in the .NET 3.5…

3 years ago

Automatic Properties In C# 3.0

In C# Properties are used to expose the local member variables. Till C# 2.0 version properties are defined by declaring…

3 years ago

What is Friends Assembly in C#

An assembly that can access the Friend type(Visual Basic) or internal type (C#) member information are referred to as a…

3 years ago