# Demo.AspNetCore.Mvc.CosmosDB
Sample Web API powered by ASP.NET Core MVC, Azure Cosmos DB and MediatR:
- Basic CRUD using DocumentDB API
- [Support for HEAD method](https://www.tpeczek.com/2017/10/exploring-head-method-behavior-in.html)
- [Support for conditional requests](https://www.tpeczek.com/2017/11/handling-conditional-requests-in-aspnet.html)
## Donating
My blog and open source projects are result of my passion for software development, but they require a fair amount of my personal time. If you got value from any of the content I create, then I would appreciate your support by [buying me a coffee](https://www.buymeacoffee.com/tpeczek).
<a href="https://www.buymeacoffee.com/tpeczek" rel='nofollow' onclick='return false;'><img src="https://www.buymeacoffee.com/assets/img/custom_images/black_img.png" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" target="_blank"></a>
## Copyright and License
Copyright © 2017 - 2021 Tomasz Pęczek
Licensed under the [MIT License](https://github.com/tpeczek/Demo.AspNetCore.Mvc.CosmosDB/blob/master/LICENSE.md)