Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 810 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 810 Bytes

DotnetDeskCore3.1

Dotnet 3.1 version of DotnetDesk project originally written by Ismail Hamzah

Original Repo https://github.com/go2ismail/DotnetDesk (Dotnet ver 2.0)

Technologies used in the project

  • ASP.NET Core 3.1 MVC
  • EF (Entity Framework 3.1 Core) Code First
  • jQuery
  • Ajax
  • ASP.NET Core 3.1 Web API
  • Adminlte template
  • datatables.net
  • Dependency Injection
  • Email Handling (SMTP)
  • Custom 404/500 error handling
  • file upload (using blueimp jquery file upload)

Prerequisites

  • .NET Core 3.1 SDK
  • Visual Studio 2019 ver 16.4 or higher

How to create database

Please use EF Command in Package Manager Console 'update-database'

Please give a ⭐️ to this repo, if this project helped you! Also please give a ⭐️ to the original creator of this project.