Solidity is a programming language for writing smart contracts on the Ethereum blockchain. It is used to define the rules and logic of a smart contract, and to specify the actions that the contract can perform and the data that it can store. Here are some basic steps for getting started with Solidity development: Install... Continue Reading →
ASP.NET Core Runtime 7.0.1, Web Component and Blazor
Runtime is the runtime environment for ASP.NET Core applications. It includes the .NET Core runtime, the .NET Core library, and the ASP.NET Core libraries. ASP.NET Core Runtime 7.0.1 is the latest version of the ASP.NET Core Runtime, and includes a number of new features and improvements, such as: Improved support for building cloud-native applications: ASP.NET... Continue Reading →
My experience on migrating On-Prem network to Azure Stack
Migrating an on-premises application to Azure Stack involves moving the application and its dependencies from an on-premises environment to a cloud environment that is based on Azure technologies. This can involve a number of different steps, depending on the specific requirements and characteristics of the application. Some common steps involved in migrating an application to... Continue Reading →
Docker with AKS & Docker with OpenShift
Docker is a containerization platform that allows you to package applications and their dependencies into lightweight, portable containers that can be easily run and managed on different environments. Azure Kubernetes Service (AKS) is a managed Kubernetes service that makes it easy to deploy and manage containerized applications on Azure. AKS allows you to create and... Continue Reading →
Azure Custom Roles and Service Principles
In Azure, roles are a way to manage access to Azure resources and resource actions. Azure has a number of built-in roles that you can use to control access to your resources, as well as the ability to create custom roles that are tailored to your specific needs. There are several types of built-in Azure... Continue Reading →
Real-Time streaming Data Pipelines and Data Streams
Real-time data pipelines and data streams are systems that are designed to process and transmit large volumes of data in real-time. These systems are often used to handle data from sources such as sensors, social media feeds, and financial markets, and can be used to power applications such as real-time analytics, fraud detection, and real-time... Continue Reading →
Federated Identity, OAuth, SSO, MFA Explained
In Azure, federated identity is a system for managing and authenticating user identities across multiple organizations and systems. It allows users to use a single set of credentials to access multiple systems and applications, and enables organizations to share and manage user identity information in a secure and centralized way. In Azure, federated identity is... Continue Reading →
SharePoint Framework, PnP JS development guide
The SharePoint Framework (SPFx) is a development platform for building and extending SharePoint applications. SPFx enables you to build client-side web parts, extensions, and applications that can be deployed to and run within SharePoint. Here is a general guide to developing applications with the SharePoint Framework: Install the development tools: To develop SPFx applications, you... Continue Reading →
Software design patterns, CQRS, CQRS vs CRUD explained
A software design pattern is a reusable solution to a common problem in software design. Design patterns are not specific to any programming language or framework, but rather provide a general solution that can be implemented in different ways depending on the specific needs of a project. Design patterns are typically classified into three categories:... Continue Reading →
Establishing of secure VPN connection to OnPrem with Azure Explained
Azure Virtual Network Gateway, Local Network Gateway, Azure Connection, and Border Gateway Protocol (BGP) are components of Azure networking that enable you to connect your on-premises and cloud resources. Azure Virtual Network Gateway is a service that enables you to connect your Azure virtual networks (VNets) to other networks, such as on-premises networks or other... Continue Reading →
You must be logged in to post a comment.