Skip links

  • Skip to primary navigation
  • Skip to content
  • Skip to footer
Andrew Chaa cha cha
  • Posts
  • Categories
  • Tags
  • About
    Andrew Chaa

    Andrew Chaa

    I’m attracted to places I haven’t been to and roads I haven’t taken …

    • Website
    • Twitter
    • GitHub
    • Instagram

    Logging in ASP.NET Core APIs and services

    less than 1 minute read

    # for class library
    Microsoft.Extensions.Logging.Abstractions
    

    Tags: drafts

    Categories: technical

    Updated: June 17, 2020

    Twitter Facebook LinkedIn
    Previous Next

    Comments

    You May Also Enjoy

    Scan with multiple filters in Dynamo DB

    1 minute read

    This is a basic example.

    Uploading a file to S3 using PreSignedUrl with HttpClient

    less than 1 minute read

    ```csharp private static async Task UploadToS3(string filename, string preSignedUrl) { await using var fileStream = File.OpenRead(filename); var file...

    Any CPU settings in Visual Studio sln content for Service Fabric service

    less than 1 minute read

    Any CPU.ActiveCfg = Debug|Any CPU Any CPU.ActiveCfg = Debug|x64 Any CPU.ActiveCfg = Release|x64 x64.ActiveCfg = Debug|x64 x64.Build.0 = Debug|x64 ...

    Service Fabric app health check

    1 minute read

    Add health check libraries

    • Twitter
    • GitHub
    • Instagram
    • Feed
    © 2021 Andrew Chaa cha cha. Powered by Jekyll & Minimal Mistakes.