Skip to content

Instantly share code, notes, and snippets.

@fdervishi90
Last active September 24, 2019 13:12
Show Gist options
  • Save fdervishi90/625359eaff6ca868b51b4f05ab1c5b84 to your computer and use it in GitHub Desktop.
Save fdervishi90/625359eaff6ca868b51b4f05ab1c5b84 to your computer and use it in GitHub Desktop.
.NET Core #core
// .NET CORE
CreateDefaultBuilder method functions:
1. Set up the web server
2. Load host and app configuration from config sources
3. Configure logging
AspNetCoreHostingModel:
1. OutOfProcess (default)
2. InProcess
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment