Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 367 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 367 Bytes

AuctionSystem

Third semester project based on C#, .NET, Entity Framework 6 and WCF.

More info

Developing bidding system for our third semester project. The interesting parts are the bidding algorithm, concurrency - optimistic approach for product part and transactions - level read commited used for the bidding part. Mock used for testing - very high coverage!