You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unit of Work is referred to as a single transaction that involves multiple operations of insert/update/delete and so on kinds. To say it in simple words, it means that for a specific user action (say registration on a website), all the transactions like insert/update/delete and so on are done in one single transaction, rather then doing multiple database transactions. This means, one unit of work here involves insert/update/delete operations, all in one single transaction.
What is Authorization ?
What is ClaimPrinciple?
What is RoleManangement?
What is Session ?
What is FluenValidation?
What is Autofac?
What is Rest-Api?
About
In this project, I used Identity, IUnitofWork, Service , MVC, Components, Repository , Rolemangament, Authorization Process, ClaimPrinciple , Rest-API