Book Logo
  • 📍 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 > Tags

Tags

  • 12-factor
  • logging
  • serilog
  • configure
  • convention
  • customizing
  • dependency-injection
  • magic
  • startup
  • deserializing
  • http
  • requests
  • responses
  • serializing
  • testing
  • recipe
  • fluent-assertions
  • tests
  • unit
  • xunit
  • cloud foundry
  • deploy
  • pivotal platform
  • publishing
  • api
  • organizing code
  • program structure
  • project structure
  • webapi
  • project