Tag: VisualStudio

Technical

.NET 6 Announced! .NET 6 Feature Highlights

Microsoft announced another massive update on 8th November 2021. Yes, it was .NET 6 release official announcement. Microsoft officially released .NET 6 in their official blog on 8th November 2021. In this article, I have included some of the important feature highlights that are included in .NET 6 and how to download it, and the […]

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

How to Create your First React Application with .NET Core in Visual Studio 2017 with Simple Example?

In this article, I have explained how to create your first react application with ASP.NET Core Web application in Visual Studio 2017 with default react.js template, also explained how to create a new react component. React application can be used to develop Single Page Applications (SPA). Follow the below steps to start creating on React […]

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 […]

Technical

How to Create your First Angular Application with .NET Core in Visual Studio?

In this article, I have explained about how to create your first angular application with ASP.NET Core Web application in Visual Studio 2017 with default angular template, also explained about to create new components. Angular application can be used to develop Single Page Application (SPA). Follow the below steps to start creating on angular application. […]

Technical

Visual Studio 2019 Updates

Microsoft has released Visual Studio 2019 version 16.3 recently. Key updates available in this version, .NET Core 3.0 Support C++ improvements Updates for Python TypeScript 3.6 support Download Link: You can download version 16.3 on visualstudio.com or update from the Visual Studio installer. Note: Microsoft have also released the first preview of Visual Studio 2019 […]

Back To Top