In this tutorial, we will see how to upgrade Asp.Net Core 3.1 application to Asp.NET Core 5 using very simple steps. Microsoft announced its major release .NET 5. It provides a unified .NET SDK experience with a single base class library (BCL) across all .NET 5 applications. It provides a single .NET Platform form for all kinds of applications like Desktop Applications (WPF, Windows Forms, UWP), Asp.Net Core, Xamrin, and etc. If you want to know more about .NET 5 then click here.
[Read more…]How to Create an Angular 8 and Asp.Net Core 3 app using VS2019
In this tutorial, we are going to cover how to create an Angular 8 and Asp.Net Core 3 app using visual studio 2019. Now, there are many new features added to Angular 8. We can use Angular SPA template with Asp.Net Core 3.0. So, first-of-all, we will install all the dependencies, and then create a new project using Angular SPA template with Asp.Net Core 3.0 in Visual Studio 2019.
[Read more…]Continuous Integration and Continuous Deployment in DevOps using Visual Studio 2019
In this tutorial, we are going to cover a simple example of continuous integration and deployment in devops using Visual Studio 2019. It provides us a great help for creating a better project with a lower maintenance cost and higher customer satisfaction. This is very important for every application. So, first-of-all, we will see how to create a project in Azure DevOps, then we will see how to create a new Git repository and clone it locally, and then we will see how to integrate it with Visual Studio 2019, and then we will see how to create a commit using Visual Studio 2019, and then we will see how to create a new branch, and then we will see how to merge changes and resolve conflicts, and then finally we will see how to build pipeline.
[Read more…]How to add Authentication to React app using Asp.Net Core 3 in VS2019
In this tutorial, we are going to cover a very simple example on how to add authentication to React app using Asp.Net Core 3 application in visual studio 2019. Asp.Net Core 3 offers authentication in single page application using the support of Asp.Net Core Identity. So, in this tutorial, we will create an React app with authentication using Asp.Net Core 3 and then we will see how it works.
[Read more…]How to Create first Asp.Net Core 3.0 App with Visual Studio 2019 preview
In this tutorial, we are going to learn how to create a first project using Asp.Net Core 3.0 and Visual Studio 2019. As you know, the first public preview of Asp.Net Core 3.0 and Visual Studio 2019 is out with lots of new features and changes. So, in this tutorial, we will learn how to install .Net Core 3.0, how to install Visual Studio 2019, what are the new features of Visual Studio 2019, and we will also create a new app with Asp.Net Core 3.0 and Visual Studio 2019.
[Read more…]