Common Type System (CTS) in .NET
In this article, We will discuss the Common Type System in .NET
Remove Background From Image In Asp.Net Core Using RapidApi
The RESTful API for our AI Background or Foreground Removal Solution is available here.
Fluent Validation in ASP.Net MVC
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.
Extension Methods in C#
The purpose of this article is to know about extension methods and create a simple extension method
CkEditor in MVC
The purpose of this article is to implement CKEditor in .Net MVC application
Joins In Linq
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
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.