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…
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…
Introduction: The semicolon is used to terminate the statement for most of the programming language. It is inserted at end of every statement, but sometimes we use to forget it….
Introduction: The Visual Studio IDE is very flexible and customizable. In this blog, you will learn how to customize the Visual studio editor context menu, which improves productivity and developer…
Introduction: In this blog you will learn how to integrate Kendo progress bar widget in kendo window to display the spinner while loading the data in the window. Kendo progress…