PinnedCreate Custom Validation Attribute with localization support in C# .Net Core 3.1To demonstrate how to create a Custom Validation attribute? I am going to create NotEqual validation attribute. This will compare the two…Jan 6, 2021Jan 6, 2021
Extend IdentityResult to return other status than Succeeded/FailureWhile working on project in .Net Core with Entity Framework Core, Whenever do the db operations sometimes there is a need to return…Jan 8, 2021Jan 8, 2021