Central Package Management for .NET Projects
Nowadays, every non-trivial software project depends on a number of external dependencies. Good...
Read MorePosted by Bartosz Jarmuż | Updated Date May 17, 2022 | C#, Visual Studio
Nowadays, every non-trivial software project depends on a number of external dependencies. Good...
Read MorePosted by Bartosz Jarmuż | Updated Date May 2, 2022 | C#, Visual Studio
C# language is actively developed. This means that from time to time a new version of the language...
Read MorePosted by Bartosz Jarmuż | Updated Date Feb 22, 2022 | Basic, C#
In this article, we’ll have a look at the params keyword in C#. We’ll discuss the use...
Read MorePosted by Bartosz Jarmuż | Updated Date Feb 8, 2022 | C#, Design Pattern
The Visitor pattern allows decoupling algorithms from the objects on which they operate. It allows...
Read MorePosted by Bartosz Jarmuż | Updated Date Jun 5, 2022 | Basic, C#
In this article, we are going to cover a new addition to C# 10, known as extended property...
Read More