Languages & Coding

Tricky Questions about C#

Basics of C#, Languages & Coding • 3 Comments

Some questions may seem too basic, but they still contain tiny tricks. Sometimes even a simple...
Read More

Another Way to Localize Application

Languages & Coding

I would like to introduce a simple way to localize applications. I do not like the standard mechanism with resource assemblies for the...
Read More

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 that helped me a lot. But what really...
Read More

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

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 object collection. Client objects...
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....
Read More
Close