Author: Andrey Bychko

For over 17 years, Andrey has been involved in programming (Basic, then Delphi, then Assembler and C#). Andrey is a MS in computer science.

Another Way to Localize Application

Languages & Coding

I would like to introduce a simple way to localize applications. I do not like the standard...
Read More

Implementing OOP Inheritance in Classes that work with SQL and Entity Framework

Classes, Frameworks, Languages & Coding

This article is about creating a data model that would nicely fit SQL and contain “proper” OOP inheritance. I must say that I...
Read More

Steps to Reduce Code Size after Use of Strategy Pattern

Classes, Code Management, Languages & Coding

This article features a few tricks to reduce the size of the code resulting from the use of the ‘strategy’ pattern. As you can deduce...
Read More
Close