Well, C# provides this option to prove that it is flexible. If you are too fond of dynamic typing, use scripting languages such as PHP! B...
Read More
Translate
Constructor Inheritance in C#
Like any other Object Oriented Programming language, C# does not allow parent constructor to be automatically inherited. It need to explici...
Read More
Code Reuse via Composition in C#
Composition is a common object oriented concept that enables us to implement loose coupling as well as code-reuse. Lot of times we recomme...
Read More
Collections of simple, basic C# programs
Here is some basic, simple, handy C# programs for you to enjoy and refresh your memory - using GroundCSApp; using System; using System...
Read More
Finding Lowest number from a List in C#
Below is a simple program to find the lowest number from a list of numbers - using System; using System . Collections . Generic; name...
Read More
Subscribe to:
Posts (Atom)