https://github.com/tom-englert/TomsToolbox
A set of core functions and classes to ease every days .Net development tasks.
https://github.com/tom-englert/TomsToolbox
Last synced: 7 months ago
JSON representation
A set of core functions and classes to ease every days .Net development tasks.
- Host: GitHub
- URL: https://github.com/tom-englert/TomsToolbox
- Owner: tom-englert
- License: mit
- Created: 2016-02-01T18:23:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T14:23:05.000Z (about 1 year ago)
- Last Synced: 2024-10-17T13:43:34.346Z (about 1 year ago)
- Language: C#
- Size: 14 MB
- Stars: 103
- Watchers: 7
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-dot-dev - Toms Toolbox - Visual Composition framework to easily build modularized MVVM applications based on the [Managed Extensibility Framework (MEF)](https://docs.microsoft.com/en-us/dotnet/framework/mef/index). (MVVM)
- awsome-dotnet - Toms Toolbox - Visual Composition framework to easily build modularized MVVM applications based on the [Managed Extensibility Framework (MEF)](https://docs.microsoft.com/en-us/dotnet/framework/mef/). (MVVM)
- awesome-csharp - Toms Toolbox - Visual Composition framework to easily build modularized MVVM applications based on the [Managed Extensibility Framework (MEF)](https://docs.microsoft.com/en-us/dotnet/framework/mef/). (MVVM)
- awesome-dotnet-cn - Toms Toolbox - Visual Composition 框架用于在[Managed Extensibility Framework (MEF)](https://docs.microsoft.com/en-us/dotnet/framework/mef/)的基础上轻松构建模块化的MVVM应用. (MVVM)
- fucking-awesome-dotnet - Toms Toolbox - Visual Composition framework to easily build modularized MVVM applications based on the 🌎 [Managed Extensibility Framework (MEF)](docs.microsoft.com/en-us/dotnet/framework/mef/). (MVVM / GUI - other)
- awesome-dotnet - Toms Toolbox - Visual Composition framework to easily build modularized MVVM applications based on the [Managed Extensibility Framework (MEF)](https://docs.microsoft.com/en-us/dotnet/framework/mef/index). (MVVM)
- awesome-dotnet - Toms Toolbox - Visual Composition framework to easily build modularized MVVM applications based on the [Managed Extensibility Framework (MEF)](https://docs.microsoft.com/en-us/dotnet/framework/mef/index). (MVVM)
README
# Tom's Toolbox
[](https://dev.azure.com/tom-englert/Open%20Source/_build/latest?definitionId=30&branchName=master)
[](https://www.nuget.org/packages/TomsToolbox.Wpf)
A set of core functions and classes to ease every days .Net development tasks.
----
Version 2.x has been refactored to support netstandard2.0/NetFramework/DotNet, which required some breaking changes with version 1.x, and dropping support for .Net frameworks < 4.6
Sources of version 1.x can be found [here](https://github.com/tom-englert/TomsToolbox1)
----
Contains many extension methods, a WPF Composite MVVM framework, Controls etc...
- Read the [documentation](Documentation/Readme.md) to get an overview of what is in this library and how this library can support you.
- Browse the detailed [API-documentation](http://tom-englert.github.io/TomsToolbox) to find out how to use the individual objects.
- Use [NuGet](https://www.nuget.org/packages?q=tomstoolbox) to integrate the library into your projects.
- Look at the sample apps to discover some of the use cases that this library can help you with.
- Or download the source code to integrate the parts of interest with your own tool set.
