All our topics.

All posts tagged with "csharp".

Continuing the journey - decoupling message brokers in C# for next-level application architecture!

Borna Gajić | Wednesday, Mar 27, 2024

Discover the key to flexible code – decoupling schedulers for seamless integration and enhanced maintainability.

Borna Gajić | Friday, Feb 9, 2024

A client request that led to an all-purpose multi-threaded throttling system which uses queues and inter-process communication.

Borna Gajić | Monday, Feb 27, 2023

Visual Studio provides a means for developers to modify how the Visual Studio debugger displays types - without modifying your application code.

Nathan Chappell | Monday, Feb 6, 2023

A deep dive into optimization options using structures, buffers, and other unusual features.

Borna Gajić | Friday, Nov 18, 2022

Investigating a bug in an obfuscation tool provides a good opportunity to take a closer look at dotnet core.

Nathan Chappell | Friday, Sep 16, 2022

Here are a few simple C# tips that will make your code more elegant and readable.

Jure Perak | Friday, Feb 23, 2018

An overview of a few ECMAScript 6 features that come in handy when dealing with Javascript on a daily basis.

Lorena Skalac | Monday, May 8, 2017

Check out new features in C# 7.0: pattern matching, tuple enhances, local functions, deconstruction, and literal improvements.

Bojan Ugrica | Friday, May 5, 2017

In software development, a design pattern is a reusable solution, description or a template for solving problems. Unit of work is one of them - a …

Ante Ljubic | Friday, Jan 13, 2017