Windows Forms

Persist and Restore Forms for larger application with A lot of different forms and all either factory created or dependency injection loaded FormStateModel FormStateDataModel FormStateManager Implementation More Data Models Used since the System.Dawing Models cant be serialized Misc – Data Mapping

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