Skip to content
View savaged's full-sized avatar
418
418
Block or Report

Block or report savaged

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Fizz Buzz Fizz Buzz
    1
    // Using top-level statements (see https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/tutorials/top-level-statements)
    2
    // and Linq along with pattern matching (see https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/functional/pattern-matching)
    3
    
                  
    4
    Enumerable.Range(1, 100).Select(
    5
            i =>
  2. Local Cached Properties Service (loc... Local Cached Properties Service (local props ini file)
    1
    using Newtonsoft.Json;
    2
    using System.Collections.Generic;
    3
    using System.IO;
    4
    
                  
    5
    namespace AssureDesktop.Data