#dotnet
Read more stories on Hashnode
Articles with this tag
In this article, we will discuss some of the very interesting questions asked in the interview process. After finishing the article, you will be able...
Tracing allows us to see various informational data about the running program. As usual, we run applications in Debug mode and set breakpoints in the...
As we know, string class is for storing text type information in RAM. The information storage capacity of the string type variable is 2GB. That is, we...
Introduction The .NET runtime uses IL (Intermediate Language) as a bridge language. It compiles all high-level .NET languages into this single...
The misunderstanding of Single Responsibility, the first of the SOLID principles, is primarily due to its name. Most programmers do not fully...
In the .NET platform, we have more than 100 languages. It is a big platform that contains popular languages like C#, F#, VB.NET, etc. You can find the...