If you want to become a programmer and create websites, it is definitely worth sticking to all the best practices. This will make your code readable and, above all, easily extensible, and therefore it will make it easier for you and [...]
When taking our first steps in programming and learning how to create websites, we often make various mistakes. There is nothing wrong with that, everyone started at some point and made many mistakes. However, it is worth [...]
In ASP.NET Core, in addition to creating typical MVC applications, we can also create REST APIs. There are many rules that you need to remember in such a case, so that your applications are willingly used by customers. You will [...]
ASP.NET Core MVC has huge possibilities. We can write various applications here. Both small, own web programs, as well as large applications used by many clients. So it is a technology that is and will continue to be used in many [...]
If you are starting to learn programming in ASP.NET Core, you may encounter various problems at the beginning, but it is worth learning from mistakes, not only your own, and drawing conclusions from them. This is the best way to [...]
In this article I wanted to tell you about a library that can help you improve your unit testing in C#. It's the FluentAssertions library, which provides us with a lot of extension methods that allow us to write better, so-called fluent [...]
Recently, I have been increasingly coming across questions on various programming forums and Facebook groups about whether you can become a programmer after the age of 30, or even later. I have even received a few such [...]
In today's article I wanted to tell you my story about how I became a C#/.NET developer. I'll tell you about how I learned to program, what was the best way to learn, how I would learn to program today, and how I became a [...]
I mentioned to you in the previous article that we can create many different types of applications in C#. From console applications through desktop and mobile applications, to web applications. When creating a new project, we [...]
If you’re just starting out in programming, you’re probably wondering which programming language to choose. Is there a language that will allow you to learn programming easily, but is also good enough to meet the demands of [...]