Skip to content

developershelf/utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Developer Shelf Utilities

A collection of handy utilities for .Net applications.

  • Config Services

    When injected via an IOC container, IConfigSerice implemented services provide a means to get web.config or app.config configuration values. IConfigService can also be mocked out for testing when injected to other classes. Two implementations of this interface are provided, the first, ApplicationConfigService takes values from web.config or app.config for the running assmebly. The second CloudConfigService is a wrapper around Microsoft Azure Configuration Manager which takes configurations from a variety of places whether hosted in the cloud or on-premises, more infromation on this can be found on their site.

Download

Nuget link -> https://www.nuget.org/packages/DeveloperShelf.Utilities

About

A collection of handy dotnet utilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published