### 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
* Json Api helpers
- BaseApiJsonResult
- ApiJsonResult
- ErrorJsonResult
- HandleJsonErrorAttribute
--------------------------------
Look at your MVC app.
Now back to me.
Now go back at your MVC App. It's missing a nice standard JSON Api wrapper .. even for errors? Sadly, it's not using...
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
This expands upon the default stateless authorization package but using the convention that the security credentials are provided in the Authorization (request) Header.