Skip to content

Commit e588c10

Browse files
committed
Remove SQLsharp due to EULA
1 parent 05469ef commit e588c10

File tree

3 files changed

+1
-2856
lines changed

3 files changed

+1
-2856
lines changed

CLR/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Useful links:
66
- [CLR User-Defined Types](https://msdn.microsoft.com/en-us/library/ms131120(SQL.100).aspx)
77
- [CLR Stored Procedures](https://msdn.microsoft.com/en-us/library/ms131094(SQL.100).aspx)
88
- [CLR Triggers](https://msdn.microsoft.com/en-us/library/ms131093(SQL.100).aspx)
9+
- [SQL# CLR functions](http://www.sqlsharp.com/) (by Sql Quantum Leap)
910

1011
The common language runtime (CLR) is the heart of the Microsoft .NET Framework and provides the execution environment for all .NET Framework code. Code that runs within the CLR is referred to as managed code. The CLR provides various functions and services required for program execution, including just-in-time (JIT) compilation, allocating and managing memory, enforcing type safety, exception handling, thread management, and security.
1112

0 commit comments

Comments
 (0)