📍 Getting Started
Brief History of Everything
Installing the .NET Core SDK
Choosing an IDE
Organizing Code
🏗️ Creating a Solution
Starting from scratch
Adding a Web API project
Adding a library
Dependency management
🔥 Up and Running
Running projects locally
Running tests locally
💡 Writing an API
Initial program structure
Saving HTTP requests
Customizing Startup Behavior
Application logging with Serilog
📜 Writing Tests
Pure Unit Tests
Handling HTTP Request/Response bodies
🚀 Deploying
Deploying to Pivotal Platform
⚙️ Using the .NET Core CLI
✨ Friendly Checklist
Built with
from
Grav
and
Hugo
Icons made by
Freepik
from
www.flaticon.com
is licensed by
CC 3.0 BY
NeverendingTeaShop Example Project
.NET Core Cookbook
> 🏗️ Creating a Solution
🏗️ Creating a Solution
Starting from scratch
Adding a Web API project
Adding a library
Dependency management