Well have you ever wondered to write the C# code in string and execute them? In this blog I will tell you how to Runtime
Category: Default
Azure Functions
What is Azure Functions? With Azure Functions, you can start writing your application code. It can be done without worrying about the application architecture and
Concepts of Azure High Availability
The fundamental concepts provided by Azure high availability are as follows: • Availability sets • The fault domain • The update domain • Availability zones
Kubernetes : an Orchestration and Management Infrastructure for Containers
Introduction to Kubernetes Docker was responsible for introducing developers to the concept of container-based applications. Docker provided very consumable tooling for container development and storage
Web Service Architecture
Web services are a method of communication between two computing devices over a network, and the communication happens in standardized ways (and specifications) for the
Azure Solution Availability
Azure is a mature platform that provides a number of options for implementing high availability and scalability at multiple levels. It is vital for an
Azure Resource Manager
Azure Resource Manager (ARM) is the technology platform and orchestration service from Microsoft that ties up all the components that were discussed earlier. It brings
Dockerfiles – best practices
Introduction: Docker has revolutionized the way developers deploy and manage applications. With Docker, developers can package their applications into portable containers, which can be run
What Is Infrastructure as Code?
The idea behind infrastructure as code (IAC) is that you write and execute code to define, deploy, update, and destroy your infrastructure. This represents an
Understanding Pods in Kubernetes
Pods In the VMware world, the atomic unit of deployment is the virtual machine (VM). In the Docker world, it’s the container. Well… in the