Blog for Junior Developers C#/.NET

Today we will continue the series of questions you may encounter during an interview for the position of junior .NET developer. We will analyze the next 10 questions with their answers. 21) What are access modifiers in C#? [...]
100 Interview Questions (and Answers!) for Junior Developers C#/.NET (Part 3/10)
In the previous article, we analyzed the first 10 interview questions and answers for the position of junior .NET developer. However, in this article we will continue this series and move on to the next questions with answers. 11) [...]
100 Interview Questions (and Answers!) for Junior Developers C#/.NET (Part 2/10)
If you want to become a .NET developer, you definitely need to attend at least a few job interviews. Such interviews may look a little different in each company, but you will always have a lot of technical questions during such an [...]
100 Interview Questions (and Answers!) for Junior Developers C#/.NET (Part 1/10)
Tuesday, May 14, 2024
I know that many of my readers are just looking for their first job and taking part in job interviews, so it is probably worth discussing topics that you may be asked about during your job interview. Unfortunately, there are many such [...]
Ref vs Out Examples in C#
I would like to devote today's article to 4 expressions that you have probably used more than once when writing queries using LINQ. I'm talking about First, FirstOrDefault, Single and SingleOrDefault. Admit it, do you really know in [...]
Do You Really Know the Differences Between First vs FirstOrDefault vs Single vs SingleOrDefault?
ASP.NET MVC developers know that data can be passed from a controller to a view in a variety of ways. The most popular way is to use ViewModel, but you can also use ViewBag, ViewData and TempaData, among others, but what is [...]
Difference Between ViewData, ViewBag and TempData
Programming is becoming more and more popular every year. More and more people want to try their hand at becoming a programmer. Some people, those who are more motivated and hard-working, do it better, while others do [...]
Why is it worth becoming a .NET developer? Quick Analysis
It is known that a good programmer must have many skills. In addition to being able to program, he should have general IT knowledge, know English, be able to think logically, be able to solve problems, search for information, etc. [...]
Does a .NET Developer Need to Know Math? Short answer
When writing applications, you will often use ready-made libraries and classes that were written by other people and you will not have access to their source code. If you need a method that is not in a given class, you will probably [...]
Extension Methods in C#, or How to Easily Extend an Existing Type
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

Search engine

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