August 2022

.NET Core Web API Data validation with FluentValidation
.
In this article, we will learn .NET Core Web API Data validation with FluentValidation. What is Data Validation in Web API? Data Validation simply tells the rules and validation that we apply to Data. So, data Validation in Web API…
Onion Architecture Vs Clean Architecture
.
In this article, we are going to learn about Onion Architecture vs Clean Architecture. These architectures play a key role when we build large and complex projects which require regular enhancements and extensions.Here, we will understand Onion architecture and Clean…
Install and Configure Git in easy steps
.
This article will focus on How to Install and Configure Git in easy steps? What is Git? Git is one of the most popular version control systems. It is a free and open source software to manage a source code…
How to create JSON response from a class?
.
What is JSON? JSON stands for JavaScript Object Notation. It is a lightweight and human-readable data exchange format. Nowadays, most of the data transformation over the web happens in the form of JSON. How to create a JSON string with…
What is Docker Container and how it is helpful in software deployment?
.
In this article, we will learn about Docker Container and see how it is helpful in the software deployment process. What is Docker Container? Docker container technology was launched in 2013 as an open-source Docker Engine. A container is a…
Azure for Data Engineer Associate – DP 203 Exam
.
If you are preparing for DP 203 exam to become Data Engineer Associate for Azure then you have landed on the right page. In the previous articles, I wrote about AZ 900 Exam Notes. In this article, we will brief…
How to consume REST API from ASP.NET Razor Web Pages?
.
In this article, we will consume an API from the ASP.NET Razor web page where REST API is secured with API Key. What is an API? Web API is the Microsoft open source technology for developing REST services based on HTTP protocol….

