In this tutorial, we are going to discuss Azure Key Vault secrets using Asp.Net Core 3.1 web application. Azure Key Vault is a tool where we can store and access secrets. The purpose of Key Vault is to store sensitive information like API keys, Authenticated Token Keys, Database Connection strings and etc. This is the best cloud-based solution for Azure web Apps.
[Read more…]Deploy React and Asp Net Core 3 App to Azure using VS2019
In this tutorial, we are going to cover how to deploy React and Asp.Net Core 3 application to Azure using Visual Studio 2019. So, first-of-all, will see how to create Azure App service using Visual Studio 2019, and then we will deploy our application to Azure App Service. In previous tutorial, we have discussed how to deploy React and Asp.Net Core 3.0 application to IIS (Internet Information Service) using 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 deploy Angular 6 & Asp Net Core App to Azure using Visual Studio
In this tutorial, we are going to learn how to deploy Angular 6 and Asp Net Core application to Azure using visual studio in step by step. In previous tutorials, as you know we have discussed two other ways to deploy Angular 6 and Asp Net Core app to Azure and IIS (Internet Information Service).
Inline editing in Angular 6 and Asp Net Core Application using ag-grid
In this tutorial, we are going to learn “how to implement inline editing in Angular 6 and Asp Net Core Application” in step by step. In-place editing or inline editing is very important for every application, because in inline editing, you don’t need to go separate page or any modal popup to update or edit the record. So, inline editing allows you edit or update record on the same page. [Read more…]
How to deploy Angular 6 & Asp Net Core App to Azure using FileZilla
In this tutorial, we are going to learn how to deploy Angular 6 and Asp Net Core application to Azure using FTP (File Transfer Protocol) in step by step. First-of-all, we will build our application in production mode using visual studio code, then we will publish our Angular 6 and Asp Net core Application, then we will change the database connection and other paths and then we will upload our Angular 6 and Asp Net core application to Azure using FTP.