If we want to work with a database in C#, we have several options. We can use the once more popular ADO.NET or one of several ORM frameworks. In ADO.NET you have to write pure SQL, and in ORM frameworks you can rely on C# [...]
Have you ever wondered whether you need to complete appropriate studies to become a programmer? Does a person without a college degree have a chance to become a programmer? If you have graduated and are looking for a [...]
In the previous article, we started implementing the calculator as a desktop application in Windows Forms. If you haven't seen the previous article yet, be sure to start there (part 1 - User Interface) and only then come back to this [...]
A few weeks ago I showed you how you can write a simple calculator in C#. We then wrote our application as a console application. So you definitely know how to approach writing such applications. Unfortunately, console [...]
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 [...]