Ankita Jain

I am Ankita Jain. I started my journey as a .Net Developer and Learning and developing new things in IT Industries. I completed MSC(ICT) from Veer Narmad South Gujarat University.

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…

3 years ago

Joins In Linq

Like SQL LINQ also provides join. LINQ joins are used to fetch data from one or more data sources based…

3 years ago

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…

3 years ago

API Validation In ASP.NET Core

When it comes to validating the Model we all learning toward Data Annotation aren't We?. But there are lots of…

3 years ago

Full Calendar In Angular

FullCalender is a full-sized drag-and-drop Event Calender. It is used to display your event on a nice calendar view. It…

3 years ago

Dynamic Meta Tag In Angular

Meta tags are a small amount of HTML code that describes the purpose of the web page. They are consist…

3 years ago

Decode JWT Token In Angular

In this article We will explore how to decode JWT token in angular, Here I am using @auth0/angular-jwt library A…

3 years ago

Change Detection Techniques In Angular

In this article, We will explore Change Detection Mechanisms in Angular. The Basic mechanism of change Detection is to perform…

3 years ago