If you are just starting your adventure with programming, you are probably wondering which programming language to choose. Is there any language that will allow you to easily learn programming, but is also good enough to [...]
In today's material, I would like to introduce you to one of the most interesting and profitable fields on the labor market, i.e. the work of a programmer. Have you ever wondered why more and more people choose this career path [...]
A lot of people have been asking me this question in recent months. They wonder whether it is worth starting their adventure with programming. We will now analyze 16 points, theses, which prove that artificial intelligence will [...]
Blazor is a new framework currently being developed by Microsoft. It is part of ASP.NET Core and allows you to create modern SPA and MPA web applications in C#. It is also possible to create an application that includes some [...]
Recently, I have received several messages from blog readers asking about what object-oriented programming is. They want to become programmers, they already know the basics of programming, but they write that it is difficult [...]
It's time for another, this time the 4th pillar of object-oriented programming. In the previous articles on the basics of object-oriented programming, you learned what inheritance, polymorphism, and abstraction are. Today I will try [...]
In the previous 2 articles on inheritance and polymorphism, I tried to present you the basics of object-oriented programming, I told you that the topic of polymorphism will be further developed, because in the abstract we also deal [...]
Today it's time for another very important topic in object-oriented programming that every person who wants to become a junior .NET developer must understand. From the article you will learn what polymorphism is in [...]
Since I have recently had a lot of inquiries about topics for beginner programmers, I decided to discuss issues that every person who wants to become a .NET programmer must know. First, let me talk about what inheritance is in [...]
Today I will discuss a very important topic, without knowing which, you will not learn how to write good unit tests. As you have read in previous articles, unit tests should not touch external resources. So how to test the logic in [...]