8000 GitHub - t4rn/Jobus: ASP.NET Core + EF Code First + Npgsql + NLog
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

t4rn/Jobus

Repository files navigation

Jobus

Tech stack:

  • ASP.NET Core
  • Autofac
  • AutoMapper
  • EF Code First
  • Npgsql
  • IMemoryCache
  • xUnit
  • Moq
  • AutoFixture
  • FluentAssertions
  • NLog
  • Swashbuckle (Swagger)

Code First:

  1. Microsoft.EntityFrameworkCore.Tools package required.
  2. PowerShell 3.0 or higher -> https://docs.microsoft.com/en-us/powershell/scripting/setup/installing-windows-powershell?view=powershell-6
  3. In Package Manager Console pick Default project with DbContext.
  4. Add-Migration InitialCreate - creates migration file.
  5. Update-Database - creates table on db.

Web Deploy:

  • Install WebDeploy_amd64_en-US.msi https://www.microsoft.com/en-us/download/details.aspx?id=43717 (Complete installation)
  • IIS: Management Service -> Enable Remote Connections
  • Check, if Server is listening (in CMD): netstat -aon | findstr :8172
  • Check, if Remote Agent Service and Web Management Service are running: net start wmsvc & net start msdepsvc

Version check:

dotnet --version

dotnet --info

About

ASP.NET Core + EF Code First + Npgsql + NLog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0