├── LICENSE ├── README.md ├── docs └── ASPNET_Core_WEB_API_Best_Practices.pdf └── images ├── 01-Project-Structure.png ├── 02-Appsettings-development.png └── 03-Appsettings-production.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hippieZhou/ASP.NET-Core-Web-API-Best-Practices-Guide/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hippieZhou/ASP.NET-Core-Web-API-Best-Practices-Guide/HEAD/README.md -------------------------------------------------------------------------------- /docs/ASPNET_Core_WEB_API_Best_Practices.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hippieZhou/ASP.NET-Core-Web-API-Best-Practices-Guide/HEAD/docs/ASPNET_Core_WEB_API_Best_Practices.pdf -------------------------------------------------------------------------------- /images/01-Project-Structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hippieZhou/ASP.NET-Core-Web-API-Best-Practices-Guide/HEAD/images/01-Project-Structure.png -------------------------------------------------------------------------------- /images/02-Appsettings-development.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hippieZhou/ASP.NET-Core-Web-API-Best-Practices-Guide/HEAD/images/02-Appsettings-development.png -------------------------------------------------------------------------------- /images/03-Appsettings-production.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hippieZhou/ASP.NET-Core-Web-API-Best-Practices-Guide/HEAD/images/03-Appsettings-production.png --------------------------------------------------------------------------------