Computer Environment

Comparison of Tree Graphs

Computer Environment, Languages & Coding

When developing an information system that also includes various processing of design and...
Read More

Oracle as Workaround of Mutating Tables

Computer Environment, Database development, Tables

The Oracle mutating trigger error occurs when a trigger references the table that owns the trigger, resulting in the “ORA-04091:...
Read More

Oracle Regular Expressions. Dangerous Range

Computer Environment, Database development, Statements

An Oracle developer who often uses regular expressions in code sooner or later can face a phenomenon that is indeed mystical. Long-term...
Read More

How Generics save from Boxing

Computer Environment, Languages & Coding

At the method input, we often perform a null test. Someone makes the test as a separate method, so...
Read More

Modular WPF Application using Caliburn.Micro and Castle.Windsor

Computer Environment, Containers, Tools & technologies

To start with, I want to specify what is meant by a modular application in this article. So, a modular application will be considered an...
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 standards, which in most cases guarantee...
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...
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 DateTime is used everywhere, both in C#...
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...
Read More
Close