Azure Service Bus is a fully managed enterprise integration message broker. It provides a reliable and secure platform for asynchronous transfer of data and state across services and devices. Service Bus allows you to send and receive messages between services and applications, even when they are offline. Service Bus has several features that enable you... Continue Reading →
Benchmarking in .NET – Explained
BenchmarkDotNet is a from the recent past, a very impressive valuable .NET library for benchmarking .NET code. It is designed to make it easy to write and run benchmarks for .NET code, and provides a range of features such as automatic warm-up, precision control, and support for multiple platforms. To use BenchmarkDotNet, you first need... Continue Reading →
Azure Blueprints vs Terraform
Azure Blueprints is a feature of Azure that enables organizations to define and manage infrastructure and resource governance patterns as a set of artifacts called blueprints. These blueprints can be used to consistently deploy and manage Azure resources across an organization, helping to ensure that all resources are compliant with the organization's governance policies and... Continue Reading →
Azure Virtual Network Manager
Azure Virtual Network (VNet) Manager is a cloud-based tool provided by Microsoft that enables users to manage and configure virtual networks in the Azure cloud. It allows users to create and configure virtual networks, as well as manage the resources and services within those networks. Using Azure VNet Manager, users can create virtual networks and... Continue Reading →
Azure Migrate, Databox and steps to migrate OnPrem DB into Azure
Azure Migrate is a cloud-based tool provided by Microsoft that helps organizations move their on-premises workloads to the Azure cloud. It provides a range of features to assist with the migration process, including assessment, planning, and migration of workloads. One of the main features of Azure Migrate is the assessment tool, which helps users determine... Continue Reading →
Azure Digital Twin and its use cases
Azure Digital Twins is an advanced IoT platform provided by Microsoft that enables the creation of comprehensive digital models of physical environments. These models, known as digital twins, represent real-world entities and their interrelationships, facilitating intricate simulations and real-time monitoring. By leveraging Azure Digital Twins, researchers and engineers can analyze complex systems such as smart... Continue Reading →
Azure Web Application Firewall (WAF) explained
Let us understand OWASP first The Open Web Application Security Project (OWASP) is a nonprofit organization that works to improve the security of software and the internet. OWASP provides a range of resources, including guidelines, tools, and training materials, to help developers and organizations build and maintain secure applications. One of the main resources provided... Continue Reading →
Update on Dependency Injection (DI) with C#
Dependency injection (DI) is a design pattern that allows a class to receive its dependencies from the outside, rather than creating them itself. This can help to improve the testability, flexibility, and modularity of an application. In .NET Core, dependency injection is implemented using the Microsoft.Extensions.DependencyInjection package. To use dependency injection in a .NET Core... Continue Reading →
Microsoft defender for Cloud (DevOps) & SonarQube
Microsoft Defender for Cloud is a security solution that provides protection for cloud-based workloads, including Azure infrastructure and applications. Microsoft Defender for Cloud uses advanced security technologies and threat intelligence to help protect against cyber threats, including malware, phishing, and ransomware attacks. Microsoft Defender for Cloud can be integrated with Azure DevOps to provide security... Continue Reading →
Azure metrics, activity logs, and diagnostics logs explained
There are several ways to monitor your Azure resources and applications in Azure. Some of the best ways to monitor in Azure include: Azure Monitor: Azure Monitor is a cloud-based service that provides monitoring and management for Azure resources and applications. Azure Monitor includes a range of tools and features for collecting, analyzing, and visualizing... Continue Reading →

You must be logged in to post a comment.