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…
Introduction: Code clone analysis tool in Visual Studio is used to find the duplicate section code in your solution. In this blog you will learn about how to install and…
Introduction: In Entity Framework Core we use to create an entity and DbContext classes for the database tables. But think about a certain scenario where you already have an existing…
Introduction: This blog will give you the knowledge about Testing Entity framework Core and the benefits of using the in-memory database provider to write the test methods. The key points…