We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f9aae commit 84f66f0Copy full SHA for 84f66f0
1 file changed
README.md
@@ -1,5 +1,5 @@
1
# SqlAppLockHelper -- Easy & Robust Distributed Mutex Application Locking with Sql Server
2
-An ultra lightweight library that provides and easy to use API for a robust distributed mutex locking capability that leverages
+An ultra lightweight library that provides an easy to use API for a robust distributed mutex locking capabilities that leverage
3
Sql Server (e.g. sp_getapplock & sp_releaseapplock). Sql Server provides a very robust & efficient distributed mutex/locking
4
capability and this library exposes this in an easy to use C# .Net Standard API using custom extension methods
5
on the SqlConnection and SqlTransaction classes of the SqlClient libraries.
0 commit comments