Introduction: The traditional output screen is a normal text-based window. The information in the output window is coming from various part of Visual Studio. The problem with this window is…
Uncategorized
Introduction: There will be a certain case where you want to test your application from multiple browsers while developing. When we run the application, it will open up in…
Introduction: Null parameter check is one my favorite feature in C# 10. It’s seeming to be trivial but it’s a valuable language optimization One of the common bugs…
Uncategorized
Introduction: There are many websites that generates the dummy text (Lorem Ipsum text), today we will see how the dummy text generator extension in visual studio is used to…