An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# CodeArtEng.Extensions

![NuGet](https://img.shields.io/nuget/v/CodeArtEng.Extensions)

Collection of .NET extensions methods class and methods.

Support following .NET Framework: ![](https://img.shields.io/badge/.NET_4.8-blue) ![](https://img.shields.io/badge/.NET_4.5.2-blue) ![](https://img.shields.io/badge/.NET6.0_Windows-blue)

## 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.