Fluent Validation in ASP.Net MVC
.NET

In this article, we will explore how to validate Asp.net MVC Application Using Fluent Validation.

If you want to do simple validation in our asp.net MVC application then Data Annotation is good but when it comes to applying complex validation to manage it with Data Annotation is a little bit difficult.
for complex validation it is good to use FLuent Validation.

Joins In Linq
.NET

Like SQL LINQ also provides join.
LINQ joins are used to fetch data from one or more data sources based on having a common key and results in a new data source.

How To Do Unit Test In .NET Core WebApi – XUnit
.NET

As we know Testing our Software Application is very important. As our Application can respond in an unexpected way to a change. So to test each and every Fall we need automatic Testing after all the changes are done in an application.

Manual Testing is not a reliable way to test any application. It is the slowest and the more expensive way of testing an application.

An application that follows good architectural Principles is easily testable. And Asp .Net Core supports automated unit, integration, and functional testing.

Subscribe

Select Categories