☕
418
Desktop Programmer
-
Assure Consulting
- Bedford, England
- https://www.linkedin.com/in/savaged/
- @savaged_info
Pinned Loading
-
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)
34Enumerable.Range(1, 100).Select(
5i =>
-
Local Cached Properties Service (loc...
Local Cached Properties Service (local props ini file) 1using Newtonsoft.Json;
2using System.Collections.Generic;
3using System.IO;
45namespace AssureDesktop.Data
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.