### RavenDb Client power tools for RavenDb 3.0
- Powerful InitializeWithDefaults(..) method (to replace the Initialize() method).
- Can seed data.
- Can create indexes by list or assemblies.
- Can throws an exception when the Database has an error (Asserting for...
More information
### RavenDb Testing power tools
- RavenDbTestBase to remove the large amount of test code ceremony.
- Quick access to multiple Document Sessions.
- Indexes are always indexed before any queries can be executed.
------------------------------------------------
There is a fair bit of ceremony...
More information
Claims based security is the new black.
So to keep things simple, most web applications require some common user data whenever they sign in to a web application!
So that is what this package does.
Making your web application Identity coding-life simpler.