Skip to content

Commit 10adf55

Browse files
authored
Add BuyMeACoffee to ReadMe
1 parent 57ad14a commit 10adf55

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Sql Server (e.g. sp_getapplock & sp_releaseapplock). Sql Server provides a very
44
capability and this library exposes this in an easy to use C# .Net Standard API using custom extension methods
55
on the SqlConnection and SqlTransaction classes of the SqlClient libraries.
66

7+
### [Buy me a Coffee ☕](https://www.buymeacoffee.com/cajuncoding)
8+
*I'm happy to share with the community, but if you find this useful (e.g for professional use), and are so inclinded,
9+
then I do love-me-some-coffee!*
10+
11+
<a href="https://www.buymeacoffee.com/cajuncoding" target="_blank">
12+
<img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174">
13+
</a>
14+
715
#### SqlClient Namespaces:
816
There are two namespaces for SqlClient, and this library supports both:
917
- System.Data.SqlClient (Legacy; long term supported for existing applications)

0 commit comments

Comments
 (0)