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: 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…
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: In this article, we are going to learn how to install the Redis cache on Windows. What is Redis? Redis is an open-source (BSD licensed) and in-memory data structure…
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: In this blog, you will learn what is Azure table storage, when to use and how to connect and program with Azure table storage using ASP.NET Core WEB API….
Introduction: jQuery draggable collision is a plugin to detect the collision between the element while dragging within a containment. This blog explains how to detect and avoid the collision between…