An open API service indexing awesome lists of open source software.

https://github.com/nosratifarhad/parallel_dotnet6

Parallel Insert Item in DataBase in DotNet6
https://github.com/nosratifarhad/parallel_dotnet6

dotnet dotnet-core dotnet6 parallel parallel-programming

Last synced: 8 months ago
JSON representation

Parallel Insert Item in DataBase in DotNet6

Awesome Lists containing this project

README

          

# With Lock VS WithOut Lock
### Apis
![My Remote Image](https://github.com/nosratifarhad/Parallel_DotNet6/blob/main/img/Parallel_Test_DotNet63.jpg)

### Results

### Can Be Parallel Add User WithOut Lock (Should ٍvery Time Insert 10 Item In User And Get All Inserted Items)
![My Remote Image](https://github.com/nosratifarhad/Parallel_DotNet6/blob/main/img/Parallel_Test_DotNet61.jpg)

## Can Be Parallel Add User With Lock (Should ٍvery Time Insert 10 Item In User And Get All Inserted Items)
![My Remote Image](https://github.com/nosratifarhad/Parallel_DotNet6/blob/main/img/Parallel_Test_DotNet62.jpg)