Reading RSS Feeds
Thursday, January 19, 2023
Happy New Year everyone! I am writing this at the beginning of 2023. Yes, that’s right, 2023 and we are talking about RSS. RSS for those young enough to not know, stands for Really Simple Syndication. It was used a long time ago to allow a user to read a blog or news article from a software tool called a Feed Reader. These days I feel there will be a comeback as it is used pretty extensivly in Mastodon.…
.NET MAUI Android Setup
Monday, May 30, 2022
Android Setup Okay, this took me a while and I’m not even sure what all I did to get it working. All I can say is be patient, wait for screens that require your approval, and good luck. Before you start you should enable Hyper-V and the Windows Hypervisor Platform. To do that From the start menu search for “Turn Windows features on or off. Then select Hyper-V and Windows Hypervisor check boxes.…
.NET MAUI
Monday, May 30, 2022
.NET MAUI Welcome to the first of what I hope to be many blog posts on .NET MAUI. MAUI stands for Multi-platform App User Interface. It is a framework that allows a developer to write one run many (WORM). To be clear it is a framework that allows a .NET developer to write an application in one solution and target Windows, Mac, iOS, and Android. In practice it’s amazing and it does just that.…