C# .Net 6 Samples

Some example of simple .Net 6 but common coding scenarios (CS# lang v10) Could also be converted to a JSON Serializer or XML reader Parse each line from an auto genereted web hosted text file containing version info in order to perform self update. Async File Download using HttpClient { string url = Properties.Settings.Default.UpdateHistoryUrl; List<;ApplicationVersion>; … Read more