You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether you're building an ASP.NET Core Web API or a native UI application with Uno Platform, MADE.NET has something for everyone.
11
+
MADE.NET is a suite of libraries built on the boilerplate, reusable components, services, extensions, and helpers that we all drop into our projects. With MADE.NET, you can get all of these in one place, easy to use and consume, to make app development easier for you.
8
12
9
-
MADE.NET has been built on common code from projects built by the MADE team, and is now a home for all those bits of code that you know you will reuse in another project!
13
+
Whether you're building an ASP.NET Core API or a native app experience with MAUI, MADE.NET has something for everyone.
10
14
11
-
## Support MADE.NET ♥
12
-
13
-
As many developers know, projects like MADE.NET are built and maintained in spare time. If you find this project useful, please **Star** the repo and if possible, sponsor the project development on GitHub.
15
+
**[Discover what's new in MADE.NET](https://github.com/MADE-Apps/MADE.NET/releases)**
| Foundation |[](https://www.nuget.org/packages/MADE.Foundation/)|[](https://www.nuget.org/packages/MADE.Foundation/)|[](https://www.nuget.org/packages/MADE.Foundation)|
| Web |[](https://www.nuget.org/packages/MADE.Web/)|[](https://www.nuget.org/packages/MADE.Web/)|[](https://www.nuget.org/packages/MADE.Web)|
Looking to help build MADE.NET? Take a look through our [contribution guidelines](CONTRIBUTING.md). We actively encourage you to jump in and help with any issues!
@@ -55,6 +54,18 @@ You can build the solution using Visual Studio with the following workloads inst
55
54
- Mobile Development with .NET
56
55
- .NET Core cross-platform development
57
56
57
+
## Contributing 🤝
58
+
59
+
Contributions, issues, and feature requests are welcome to MADE.NET!
60
+
61
+
Feel free to check the [issues page](https://github.com/MADE-Apps/MADE.NET/issues). You can also take a look at the [contributing guide](CONTRIBUTING.md).
62
+
63
+
We actively encourage you to jump in and help with any issues, and if you find one, don't forget to log it!
64
+
65
+
## Support MADE.NET ♥
66
+
67
+
As many developers know, projects like MADE.NET are built and maintained in spare time. If you find this project useful, please **Star** the repo and if possible, sponsor the project development on GitHub.
68
+
58
69
## License
59
70
60
71
MADE.NET is made available under the terms and conditions of the [MIT license](LICENSE).
The MADE.NET Collections library allows you to easily interact with collections, lists, arrays, and dictionaries with out-of-the-box extensions. It also comes with implementations for new collection types and comparison helpers.
10
+
11
+
## Features ⭐
12
+
13
+
-**GenericEqualityComparer** - For providing an equality comparer wrapper for any type.
14
+
-**ObservableItemCollection** - An ObservableCollection that manages both collection change events as well as contained item property change events.
15
+
-**CollectionExtensions** - Extending collection objects with methods for easily updating an existing object in the collection, or updating a collection to equal each other. [Discover the extensions available for collections in our documentation](https://made-apps.github.io/MADE.NET/api/MADE.Collections.CollectionExtensions.html).
16
+
-**DictionaryExtensions** - Providing helper methods for adding or updating items in a dictionary based on a given key, or getting a value or default for a given key. [Find out more about extensions for dictionaries](https://made-apps.github.io/MADE.NET/api/MADE.Collections.DictionaryExtensions.html).
17
+
-**QueryableExtensions** - A collection of extensions for queryable objects that allow chunking queries into batched sizes. [Explore more helpers for queryable objects](https://made-apps.github.io/MADE.NET/api/MADE.Collections.QueryableExtensions.html).
18
+
19
+
## Getting started
20
+
21
+
### Get the library
22
+
23
+
You can install the Collections library into your dotnet application by running the following command:
24
+
25
+
```bash
26
+
dotnet add package MADE.Collections
27
+
```
28
+
29
+
Or by adding the `MADE.Collections` package in your NuGet package manager of choice.
30
+
31
+
## Contributing 🤝🏻
32
+
33
+
Contributions, issues and feature requests are welcome!
34
+
35
+
Feel free to check the [issues page](https://github.com/MADE-Apps/MADE.NET/issues). You can also take a look at the [contributing guide](https://github.com/MADE-Apps/MADE.NET/blob/main/CONTRIBUTING.md).
36
+
37
+
We actively encourage you to jump in and help with any issues, and if you find one, don't forget to log it!
38
+
39
+
## Support this project 💗
40
+
41
+
As many developers know, projects like this are built and maintained in maintainers' spare time. If you find this project useful, [please **Star** or sponsor the repo on GitHub](https://github.com/MADE-Apps/MADE.NET).
42
+
43
+
## License
44
+
45
+
This project is made available under the terms and conditions of the [MIT license](LICENSE).
0 commit comments