Introduction: In this blog you will learn how to define and execute regular expression, both for finding and replacing the content within string of data . Table of content:…
What is string interpolation? C# String interpolation was introduced in C#6, which allows to use the variable into string also it’s a method of concatenating, formatting and manipulating strings. Syntax…
Introduction: Do you ever think about the changing the position of the tab in the editor window of Visual Studio? From Visual Studio 2019 you can change the position…
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…
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…
Introduction: In this blog, you will learn how to add and customize the keyboard shortcuts for Git Commands. Add Keyboard Shortcuts for Git: From Visual Studio 2019 we have a…
Introduction: In this blog, you will learn how to filter opened files from the solution explorer of Visual Studio. Open Files Filter: Two files, “AppSettings.cs” and “JwtMiddleware.cs”, have been opened…
Introduction: Most of the time the developers will work with a lot of projects within a solution, which is one of the main reasons for the slowness in loading the…
Introduction: The visual Studio output window contains the messages from, build notification, run time errors, debug messages, project configuration, and so on for the actions that happen when working with…