Exception handling in C# Exception handling is a built-in mechanism in .NET framework to detect and handle run time errors. The .NET ...
Read More
Home / Archive for August 2016
Collections in C#
Collections in C# “.NET” offers a variety of collections, such as ArrayList, Hashtable, queues, Dictionaries. Collections are abstraction...
Read More
Delegates in C#
Delegates in C# Delegate is one of the base types in .NET. Delegate is a class, which is used to create delegate at runtime. Delegate ...
Read More
Polymorphism in C#
Polymorphism in C# Polymorphism means the same operation may behave differently on different classes. Example of Compile Time Polymorphi...
Read More
Encapsulation in C#
The object oriented programming will give the impression very unnatural to a programmer with a lot of procedural programming experience. In...
Read More
Abstraction in C#
Abstraction in C# The word abstract means a concept or an idea not associated with any specific instance. In programming we apply the sam...
Read More
Advantages of C#
Advantages of C# C# being a .NET language, it supports language interoperability, i.e. C# can access code written in any .NET compliant lan...
Read More
Subscribe to:
Posts
(
Atom
)