JedMeister / asp-net-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP .NET Core on Nginx - Open source dotNet MVC framewrok from MS

.NET Core is the successor to the .NET Framework, it's free and open source provided by Microsoft. ASP.NET Core is the .NET Core version of ASP.NET: a web application framework for developing dynamic web pages with C#.

This appliances includes all of the standard features in TurnKey Core, and on top of that

  • ASP.NET Core (provided by upstream Microsoft debian repos)
  • MariaDB install
  • ASP.NET Example App in C#
    • Installed to /var/www/aspnetcore-src
    • Pre-compiled (published) app in /var/www/aspnetcore
    • Pomelo MySQL/MariaDB backend for EF Core
    • Example MariaDB with EF Core page
  • SSL Support out of the box.
  • Webmin modules configuring PHP and MySQL

Further reading:

EF Core (Entity Framework Core) is a powerful ORM, used in the Turnkey Example App.

Credentials (password set at first boot)

  • Webmin, SSH, MySQL: username root

About


Languages

Language:C# 45.0%Language:HTML 30.2%Language:Shell 18.8%Language:CSS 4.9%Language:Makefile 1.1%