Blog for Junior Developers C#/.NET

In a previous blog post, I touched on exception handling in C#. I've introduced you to some popular methods of throwing exceptions that are often used by programmers. Then I also mentioned that if we want to handle an [...]
Logging Data to a File in C# Using the NLog Library
An integral part of developers' work is fixing bugs in the application. It is not so easy to predict all scenarios of how users will work with your application. That's why sometimes (or maybe even often) they report errors (which may [...]
Simple Rules to Remember When Handling Exceptions in C#
When you create a new class in C# from Visual Studio, are you often annoyed that the class is created by default without a public access modifier? A class that does not have an explicitly defined access modifier has internal access [...]
How to Create New Classes in Visual Studio Default with Public Modifier?
When starting your adventure with programming, it is worth sticking to good practices from the very beginning. It's not just about writing code, but also about using the tools we use. In today's article, I wanted to share with you the [...]
21 Snippets in Visual Studio That Will Increase Your Productivity
A person who starts learning programming has many options. There are a lot of materials and methods of learning, but what is the best way to learn programming these days to get the best results? When I took my first steps in [...]
How to Learn Programming from Scratch?
I have participated in many job interviews during my career. Some with better results and some with worse results. Make no mistake, not every conversation went perfectly. If you want to become a programmer, you will also miss [...]
What does the interview for the position of Junior .NET Developer look like?
It's not easy to become a programmer. A person who decides that he or she wants to learn programming and become a junior programmer has a lot of difficult choices to make right from the start. First of all, he has to choose what [...]
Which Programming Language Should You Choose? Specific Answer

Search engine

© Copyright 2024 CodeWithKazik.com. All rights reserved. Privacy policy.
Design by Code With Kazik