Skip to content

SongulSYTRK/CMS_ContentManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMS_ContentManagementSystem Project

What is Unit of Work ?

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.

image

What is Authorization ?

What is ClaimPrinciple?

What is RoleManangement?

What is Session ?

What is FluenValidation?

What is Autofac?

What is Rest-Api?