Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 700 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 700 Bytes

AccountOwnerServer

CodeMaze .Net Core Series Example Link

Tech Stack

Asp.Net Core Web API + Postgresql +(Will Add Client-Side like Angular, React, or Blazor)

My Notes

launchSettings.json file which contains some configurations about project and you can modify them.

NLog

  • Create interface for ILoggingManager service in Contacts.
  • Create LoggerManager class that is implemented LoggerManager in LoggerService.
  • Install NLog.Extension.Logging in LoggerService.
  • Create nlog.config file in main project directory. And set configurations in file.
  • Register LoggerManager service into ConfigureServices method in Startup.cs