Skip to content

Commit

Permalink
Docs description improved
Browse files Browse the repository at this point in the history
  • Loading branch information
alhugone committed Dec 16, 2018
1 parent 441b4ce commit 3b2e8ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
[![Documentation Status](https://readthedocs.org/projects/bindtoconfig/badge/?version=latest)](https://bindtoconfig.readthedocs.io/en/latest/?badge=latest)

# BindToConfig .Net Core
***BindToConfig*** is a simple and lightweight alternative to ***.NET Core Options***.
Focused on simplicity and good practices. Which means it doesn't require any additional interface on classes.
It promotes creating many small, clean, immutable classes that are a representation of application's configuration and it's lifetime scope and binding to the configuration are set in composition root, not directly by dependent classes.
***BindToConfig*** is a simple and lightweight alternative to ***.NET Core Options***, that doesn't require any additional interface implemented by classes.
Focused on simplicity and good practices, promotes creating many small, clean, immutable classes that are a representation of application's configuration which lifetime scope and binding to the configuration are set in composition root and not directly by dependent classes.

***BindToConfig*** fills the gap between .NET Core's Configuration and DI, by taking care of mapping and binding objects to the configuration, validating and registering in .NET Core DI.
With just a single method call it provides .NET Core applications with an easy way of adding classes representing parts of Configuration.
Expand Down
5 changes: 2 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
Welcome to BindToConfig's documentation!
========================================
**BindToConfig** is a simple and lightweight alternative to **.NET Core Options**.
Focused on simplicity and good practices. Which means it doesn't require any additional interface on classes.
It promotes creating many small, clean, immutable classes that are a representation of application's configuration and it's lifetime scope and binding to the configuration are set in composition root, not directly by dependent classes.
**BindToConfig** is a simple and lightweight alternative to **.NET Core Options**, that doesn't require any additional interface implemented by classes.
Focused on simplicity and good practices, promotes creating many small, clean, immutable classes that are a representation of application's configuration which lifetime scope and binding to the configuration are set in composition root and not directly by dependent classes.

**BindToConfig** fills the gap between .NET Core's Configuration and DI, by taking care of mapping and binding objects to the configuration, validating and registering in .NET Core DI.
With just a single method call it provides .NET Core applications with an easy way of adding classes representing parts of Configuration.
Expand Down

0 comments on commit 3b2e8ff

Please sign in to comment.