How to Implement ASP.NET Identity in MVC 5 with Integer Primary Keys and Custom User Fields ASP.NET Identity is a powerful and extensible authentication and authorization system used in modern .NET…
Role permissions in mvc In this we will discuss roles permissions Table Structure Model public class Permissions { public int MainMenuID { get ; set ; } public bool CanAdd { get ; set ; }…
Global Exception using Exception filter attribute in .net core Audit log is the most important part of a web application. In this article we will create log for user. The article contains Create …
Check session using custom attribute in mvc In this we will cover how to check session using Action Filter Attribute 1. Custom Attribute 2. Implementation Custom Action Filter Attribute public c…
Auditlog in asp.net mvc Audit log is the most important part of a web application. In this article we will create log for user. The article contains Create Table Store Procedure Userlog Service Imp…
Copyright (c) 2020 Asp Jet All Right Reserved