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 [...]
In today's article, I would like to introduce you to one of the most interesting and profitable fields on the job market, namely the work of a programmer. Have you ever wondered why more and more people decide to take this [...]
Have you ever wondered what the best way to learn programming is? Of course, learning through action, i.e. practice, programming itself and creating applications. This way of learning gives the best results. The ASP.NET Core [...]