Basics of C#

Functional C#

Basics of C#, Languages & Coding • 3 Comments

C# is a multi-paradigm programming language. Recently, the course has been set towards new...
Read More

Specification Design Pattern in C#

Basics of C# • One Comment

In computer programming, the specification pattern is a particular software design pattern, whereby business...
Read More

С# Nuances: foreach

Basics of C#, Languages & Coding

You may have been asked a question on a job interview: “What needs to be done to make your class work with the foreach loop?” Well, the...
Read More

C# Powerful String Functions

Basics of C#, Languages & Coding

The .NET Framework provides a set of powerful string functions. These building blocks can be used...
Read More

C# Extension Methods: a Useful Example!

Basics of C#, Languages & Coding

What is an extension method? The extension method provides the ability to extend the functionality of an existing class by adding a static...
Read More
Close