Languages & Coding

Preparing for Exam 70-483: Programming in C#

Basics of C#, Languages & Coding

During preparation for exam 70-483, I found lots of websites containing links to various manuals...
Read More

Comparison of Tree Graphs

Computer Environment, Languages & Coding

When developing an information system that also includes various processing of design and technological documentation, I faced the...
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...
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 that the code looks cleaner, and gets...
Read More

How to Use Signals in C#

Basics of C#, Languages & Coding

  Currently, the thread synchronization in С# causes some difficulties, in particular, when passing synchronization primitives...
Read More

Generic Repository Pattern in Entity Framework

Frameworks, Languages & Coding • 2 Comments

A Repository mediates between the domain and data mapping layers, acting like an in-memory domain...
Read More

LINQ: Dynamic Creation of Query Filters

ASP .NET CORE, Languages & Coding

Sooner or later, each developer has to create data tables with the possibility to sort by columns. I am not an exception. In our project,...
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

Drilling Down the Visitor Pattern

Basics of C#, Languages & Coding

Recently, I have often had to use the well-known Visitor pattern. I used to ignore this pattern and...
Read More
Close