Avatar photo

Kamil Bączek

Why I using Rider insted Visual Studio 2022

In the .Net world there is not much choice when it comes to IDE, the most popular is “Visual Studio” developed by Microsoft and “Rider” developed by JetBrains (Resharper Creators). When I watching YT or courses, I saw trend, software engineers less often used Visual Studio and more often a Rider.…

What is domain layer?

Domain is the most important layer in your application. This layer reflects processes, calculations, and business rules. It is thanks to this logic that the business makes money, this logic makes it unique and allows it to stay ahead of the…