Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camalot/camalot.common
A library that I tend to create for just about every project... contains extensions and other things that I find useful, you might too (or maybe not).
https://github.com/camalot/camalot.common
Last synced: 20 days ago
JSON representation
A library that I tend to create for just about every project... contains extensions and other things that I find useful, you might too (or maybe not).
- Host: GitHub
- URL: https://github.com/camalot/camalot.common
- Owner: camalot
- License: other
- Created: 2013-10-26T14:40:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T22:53:25.000Z (over 1 year ago)
- Last Synced: 2024-11-03T10:47:19.902Z (about 2 months ago)
- Language: C#
- Size: 2.84 MB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.html
- License: License.md
Awesome Lists containing this project
README
camalot.common
Camalot.Common is a collection of classes, extensions and other things that I have written over the years that I used to find myself copying the files
in to my projects every time I created them.Documentation
Where do I get it?
Source
Well, I think you found that one already...
Binaries
Available on nuget
PS> Install-Package Camalot.Common
PS> Install-Package Camalot.Common .Mvc
PS> Install-Package Camalot.Common .Mvc4
PS> Install-Package Camalot.Common .Mvc5