Tag: Visual Studio 2019

Technical

Create Blazor App using Visual Studio 2019

Blazor Introduction Blazor is a new .NET web framework that was released by Microsoft. In this article, I will walk through you to create a simple Blazor application using Visual Studio 2019. We can create both client-side Blazor app and server-side Blazor apps using Visual Studio 2019 which offers both the project templates. The Server-side […]

Technical

15 Tips to Increase Your Productivity in Visual Studio 2019

Here I have listed 15 easy tips in Visual Studio 2019 which will reduce your development time and increase the productivity. Code Cleanup Solution Load Time Search in Watch Window Track active file inside Solution Explorer Cycle Clipboard Ring Remove and Sort – Namespaces Track of Miscellaneous files Run to cursor Reusable code into Toolbox […]

Back To Top