In this article, we’ll discuss about Data Annotation and Fluent Validation. This article only covers about validation part such as validation using data annotation, Custom validation using data annotation and Fluent validation. https://anuphosur.wordpress.com/2020/03/29/microservices-part-2/ https://anuphosur.wordpress.com/2020/03/29/microservices-part-1/ Getting Started with Data Annotation Firstly, let’s understand, what is Data Annotation? Data Annotation are the attributes to enforce rules to …
Month: March 2020
Microservices Part 2
In the previous article, we have seen the overview of EF Core and the steps to create SQL DB in Azure. https://anuphosur.wordpress.com/2020/03/29/microservices-part-1/ In the part 2 of the Micro-services series, we are going to discuss about basic of EF Core. Let’s create a new Project of type asp.net core web api. Choose name as per …
Microservices Part 1
I’m planning to write a series of articles that covers the concept of micro-services using asp.net core web api, Blazor server side code,EF Core, Azure search, Azure Service Bus, Docker, Cosmos DB, Container Registry, Azure container Instance and XUNIT test using MOQ Before going a head with the concept of micro-services, firstly, let understand …