Source code of this web site

Details


Title Source code of this web site
Last Updated 2018/5/2
Explanation
Source code of this web site
For Developer
This site is created with C# ASP.NET MVC and deployed to Azure WebApps.
As a basic stance, This site is implemented with standards C# ASP.NET MVC functions which include bootstrap. 

Also, I use Free plan of AzureAppService WebApp, and the instance is deployed on the minimum configuration.
(For this reason, it may take a bit long time to open this page.)

Azure Storage Table instead of SQLDatabase is opted for data management so that Azure usage fee is kept to less than 10 yen per month.

Only View, Model and Controller class files is included, so please create a scaffolding project of ASP.NET MVC 5 with VisualStudio and then import these files.

However, latest version is not included always.
Author Ryosuke Ejima
Licence MIT License
Licence
Copyright 2018 Ryosuke Ejima

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Download

Back to list.