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 means, validating the data that is being sent by the client and if the data…
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 architecture in detail. Also, we will see a basic example of a .Net Core-based application…
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 repository. It is a DevOps tool which helps the software development team to track the…
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 the C# class? First of all, create a new Web API project in Visual Studio.…
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 standalone unit of a software package that wraps up the application code and all its…
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 about DP 203 Exam. Those who are beginners to Azure and trying to get into…
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. ASP.Net Web API is a framework for building, and consuming HTTP-based services. The advantage of…

