Key Indicators of Problem Design
The concept of good or bad design is relative. At the same time, there are some programming...
Sliding Responsibility of the Repository Pattern
During numerous discussions about the applicability of the Repository pattern, I noticed that people are divided into two groups. In this...
Events and Threads in .NET
I’d like to tell you straight off that this article will concern not threads in particular, but events in the context of threads in...
Introducing Common Table Expressions in SQL Server
Common Table Expressions, or CTE for short, is simply a technique to create a temporary set of...
Swashbuckle (Swagger) Customization for WebAPI
Who has ever tested their WebAPI knows such tools as Postman or Advanced REST (extensions for Chrome). These tools are convenient in every...
DateTime to DateTimeOffset Transition
Imagine that you want to convert your system from one state to another. The initial state is when DateTime is used everywhere, both in C#...
Simplifying Converters for WPF
I have been working with WPF for about a year and some things annoying me very much. One of such...
Working with SQL Server in Hybrid Cloud Scenarios
A hybrid cloud is a fairly attractive model when implementing cloud computing in enterprise information systems, as this approach combines...
Implementing Timer and Counter of Loaded Strings on Web Form
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...
OdataToEntity – an easy way to create .Net Core OData services
When .Net Core was released, the old version of OData ASP.NET Web API turned out to be incompatible...