Languages & Coding

Replacement of Algorithm Testing with Testing of Effects Being Inserted

Languages & Coding, Testing

As I expected, Rule 8 from the article “Rules for Implementing TDD in Old Project”...
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

Key Indicators of Problem Design

.NET, Computer Environment, Database administration, Troubleshooting Issues

The concept of good or bad design is relative. At the same time, there are some programming...
Read More

Sliding Responsibility of the Repository Pattern

Computer Environment, Languages & Coding • 4 Comments

During numerous discussions about the applicability of the Repository pattern, I noticed that people are divided into two groups. In this...
Read More

Swashbuckle (Swagger) Customization for WebAPI

Computer Environment, Languages & Coding

Who has ever tested their WebAPI knows such tools as Postman or Advanced REST (extensions for Chrome). These tools are convenient in every...
Read More

DateTime to DateTimeOffset Transition

Basics of C#, Computer Environment, Languages & Coding

Imagine that you want to convert your system from one state to another. The initial state is when...
Read More

Simplifying Converters for WPF

Computer Environment, Languages & Coding • 3 Comments

I have been working with WPF for about a year and some things annoying me very much. One of such things is converters. Why do I need to...
Read More

Implementing Timer and Counter of Loaded Strings on Web Form

Computer Environment, Languages & Coding

During the development of reporting forms, a user wanted to see the process of data loading from the database. He wanted the timer to start...
Read More

OdataToEntity – an easy way to create .Net Core OData services

ASP .NET CORE, Languages & Coding

When .Net Core was released, the old version of OData ASP.NET Web API turned out to be incompatible...
Read More
Close