Category: Azure
Azure SQL database – A Walkthrough
Introduction: Azure SQL Database is a completely controlled platform as a service (PaaS) database engine that can control most of the database management
Getting Started with Entity Framework Core and How to Configure DbContext class in Asp.Net Core
What is Entity Framework Core: If we want to interact with a database in an aspnet MVC core application, there may be several providers for it, such as
Getting Started with Azure Devops
What is Azure Devops It is, as the name suggests, a devops platform Because it was expanded from already-existing tools and services, even though it served
Glint App – A Job Portal
Glint job portal app is a web application that allows job seekers to conveniently identify and apply for their desired employment A Sneak Peek at
Space360 – An Effective Space Reservation Portal
Space360, an angular and aspnet core web application developed for reserving available spaces in on-premise organizations Our application is comprised of two
Devops and How does it perform and practices- Walkthrough
The new name for Microsoft Visual Studio Team Services is Azure DevOps (VSTS) It is seen as a promising technology for managing the application lifetime Azure
Global Information Tracker (Git) – Workflow and Terminologies
Git-Introduction Git is a free and open-source distributed version control system that can handle everything from tiny to extremely large projects quickly and
Linguistics for Azure Storage Services
Introduction The storage accounts give a unique namespace for your storage data that is accessible from anywhere in the globe via http or https Data in your
Azure-Backup On-Premises using MARS agent
Azure Backup provides automatic storage management with unconstrained scalability and recovery Azure Backup also provides application-consistent backups,
Building CI/CD Pipeline using Azure DevOps
Continuous Integration and Continuous Deployment/Delivery (CI/CD) is a software development practice in which your code remains in a central repository where