In this article, We learn how to create Function App (FA) project in Visual Studio. I will show how to do it, and just follow […]
Read MoreDifference between Git Merge and Git Rebase
In this article, We learn about two major Git Utility specializes integrating changes and what is the different between those two’s and where we can […]
Read MoreRebase current branch into main/dev branch in Visual Studio using git
In this article, we learn how to rebase current branch into main/dev branch in Visual Studio using git. I will show how to do it, and just follow the steps clearly.
Rebase is one of many Git utilities, and one of the two Git utilities that specializes in integrating changes from one branch onto another. The other changes integration utility is Git Merge.
Read MoreImport SQL Database in SSMS from Local Machine
In this article, We learn how to Import SQL Database in SSMS in Local Machine. I will show how to do it, and just follow […]
Read MoreExport(Backup) SQL Database in SSMS in Local Machine
In this article, We learn how to export(Backup) SQL Database in SSMS in Local Machine. I will show how to do it, and just follow […]
Read MoreCreate Resource Group in Azure
Create Resource Group in Azure.
Read MoreAzure Active Directory get access token using Postman
In this article, We learn how to get access token in AAD using Postman. I will show how to do it, and just follow the […]
Read MoreImplement CKEditor5 Classic in Angular
CKEditor is a WYSIWYG rich text editor which enables writing content directly inside of web pages or online applications. Its core code is written in JavaScript and it is developed by CKSource.
Read MoreImplement Toastr Notification in Angular – CodeLife
In this article, We learn how to implement ngx-toastr in Angular. I will show how to do it, and just follow the steps clearly.Â
Read MoreHow to implement SweetAlert2 Notification in Angular
In this article, We learn how to apply and implement SweetAlert2 in Angular. I will show how to do it, and just follow the steps […]
Read More