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…
Introduction: The big Images on the screens always looks great, but on your web page/ websites the big images slow down the page load time and saturate network traffic. The…
Introduction: As a developer most of the time I depend on some online applications to convert my JSON data as a class(s), but this is not the case after exploring…
Introduction: The output window in Visual studio is the location where we get information from the build process. Most of the time the programmer will disregard unless there is a…