Info
Version: | 2.7.6 |
Author(s): | Florian Moser |
Last Update: | Monday, October 24, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/famoser/FrameworkEssentials |
NuGet Url: | https://www.nuget.org/packages/Famoser.FrameworkEssentials |
Install
Install-Package Famoser.FrameworkEssentials
dotnet add package Famoser.FrameworkEssentials
paket add Famoser.FrameworkEssentials
Famoser.FrameworkEssentials Download (Unzip the "nupkg" after downloading)
Dependencies
5 packages depend on this package.
The package may be changed radically at any time.
Even some API's may be altered (although unlikely), be careful with updating.
Attributes:
- DescriptionAttribute
DebugTools:
- StoppWatch
Logging:
- Logging implementation
Services:
- HttpService for basic http request
- ProgressService for progress reporting and for binding in the view as it implements IPropertyChanged
- RestService for REST http request
- Interfaces for all services for IoC
Helpers
- ReflectionHelper
- BaseHelper
Singleton
- a pattern to guarantee only one instance of class exists application wide.