https://github.com/code-artist/codearteng.extensions
.NET Extensions Methods
https://github.com/code-artist/codearteng.extensions
Last synced: 10 months ago
JSON representation
.NET Extensions Methods
- Host: GitHub
- URL: https://github.com/code-artist/codearteng.extensions
- Owner: Code-Artist
- License: mit
- Created: 2015-09-11T14:51:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-05-15T11:50:21.000Z (about 1 year ago)
- Last Synced: 2025-08-24T23:21:59.616Z (10 months ago)
- Language: C#
- Homepage: http://codearteng.blogspot.my/p/net-libraries.html
- Size: 255 KB
- Stars: 7
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeArtEng.Extensions

Collection of .NET extensions methods class and methods.
Support following .NET Framework:   
## Highlights
* **[DataGridViewEx / DataGridViewExtended](./Docs/DataGridViewEx.md)**: Extension class for DataGridView.
* **FormExtension:** `SetAppIcon` replace form Icon with project Icon.
* **ObjectExtensions:** Object deep copy method, imported from [Burtsev-Alexey: net-object-deep-copy](https://github.com/Burtsev-Alexey/net-object-deep-copy)
* **[ApplicationExtensions](./Docs/ApplicationExtensions.md):** Register application to auto run on Windows Boot.
## Reference
Visit http://codearteng.blogspot.my/p/net-libraries.html for more information.