2024-04-22 18:28:21 -05:00
# Namespaces
2024-09-04 21:44:16 -05:00
Welcome to the official documentation for CapyKit, a powerful collection of C# utilities designed to enhance your .NET projects. Below, you'll find a list of namespaces included in the library, each offering a unique set of tools, extensions, and helpers to streamline your development process.
2024-04-22 18:28:21 -05:00
## Namespaces
< table >
< tr >
< td > < a href = "N_CapyKit.md" > CapyKit< / a > < / td >
2024-09-04 21:44:16 -05:00
< td > Core utilities and foundational methods for the CapyKit library.< / td > < / tr >
2024-04-22 18:28:21 -05:00
< tr >
< td > < a href = "N_CapyKit_Attributes.md" > CapyKit.Attributes< / a > < / td >
2024-09-04 21:44:16 -05:00
< td > Custom attributes for simplifying .NET code behavior.< / td > < / tr >
2024-04-22 18:28:21 -05:00
< tr >
2024-04-22 21:27:51 -05:00
< td > < a href = "N_CapyKit_Enumerations.md" > CapyKit.Enumerations< / a > < / td >
2024-09-04 21:44:16 -05:00
< td > Commonly used enumerations for value comparison and logic.< / td > < / tr >
2024-04-22 21:27:51 -05:00
< tr >
2024-04-22 18:28:21 -05:00
< td > < a href = "N_CapyKit_Extensions.md" > CapyKit.Extensions< / a > < / td >
2024-09-04 21:44:16 -05:00
< td > Extension methods for enhancing .NET classes and simplifying operations.< / td > < / tr >
2024-04-22 18:28:21 -05:00
< tr >
< td > < a href = "N_CapyKit_Helpers.md" > CapyKit.Helpers< / a > < / td >
2024-09-04 21:44:16 -05:00
< td > Utility classes for tasks like data manipulation and reflection.< / td > < / tr >
2024-08-27 18:54:36 -05:00
< tr >
< td > < a href = "N_Tests.md" > Tests< / a > < / td >
2024-09-04 21:44:16 -05:00
< td > Unit tests ensuring CapyKit functions as expected.< / td > < / tr >
2024-09-04 19:31:43 -05:00
< tr >
< td > < a href = "N_Tests_Helpers.md" > Tests.Helpers< / a > < / td >
2024-09-04 21:44:16 -05:00
< td > Contains unit tests specifically focused on verifying the correctness of the code in `CapyKit.Helpers` .</ td ></ tr >
2024-04-22 18:28:21 -05:00
< / table >