Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdukes/sugar
A set of Extension Methods for making C# development a little easier
https://github.com/bdukes/sugar
Last synced: about 2 months ago
JSON representation
A set of Extension Methods for making C# development a little easier
- Host: GitHub
- URL: https://github.com/bdukes/sugar
- Owner: bdukes
- License: other
- Created: 2011-05-05T21:34:37.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-05T21:39:47.000Z (over 13 years ago)
- Last Synced: 2024-04-14T20:24:18.446Z (9 months ago)
- Language: C#
- Homepage: http://tekpub.com/production/webmatrix
- Size: 219 KB
- Stars: 15
- Watchers: 3
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
Awesome Lists containing this project
README
Sugar is all about making C# development a little bit sweeter
=============================================================This is a set of C# extension methods (compatible with C# 3.5+) that make the language a bit more friendly. It's not a "Utility Belt" per se - just some object extenstions "designed to increase developer happiness".
These extensions are what I use in the WebMatrix videos on Tekpub.
How To Install It?
------------------
Drop the code file into your app and change it as you wish.How Do You Use It?
------------------
Have a look in the files - see what's there. Strings, Dates, Regex, File IO and Validations - stuff you write every day.