https://github.com/prasadhonrao/csharp.extensionmethods
Set of commonly used extension methods in C#
https://github.com/prasadhonrao/csharp.extensionmethods
csharp dotnet extension-methods nuget
Last synced: about 1 year ago
JSON representation
Set of commonly used extension methods in C#
- Host: GitHub
- URL: https://github.com/prasadhonrao/csharp.extensionmethods
- Owner: prasadhonrao
- License: mit
- Created: 2018-01-08T09:49:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T06:55:29.000Z (over 8 years ago)
- Last Synced: 2025-04-01T22:47:30.290Z (about 1 year ago)
- Topics: csharp, dotnet, extension-methods, nuget
- Language: C#
- Size: 102 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/PrasadHonrao/CSharp.ExtensionMethods)
[](https://codecov.io/gh/PrasadHonrao/CSharp.ExtensionMethods)
# CSharp.ExtensionMethods
Extension methods enable you to "add" methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type. **CSharp.ExtensionMethods** is a set of such commonly used C# extension methods.
## Quickstart
The latest release of the CSharp.ExtensionMethods is available on [NuGet](https://www.nuget.org/packages/CSharp.ExtensionMethods/0.0.1-alpha)
## Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for [contributing](https://github.com/PrasadHonrao/CSharp.Extensions/blob/master/CONTRIBUTING.md) and then check out one of our [issues](https://github.com/PrasadHonrao/CSharp.Extensions/issues).