Xamarin Forms Accessible Headings
If you are developing a mobile app, it's worth enabling VoiceOver on iOS and considering the usability from the perspective of people who rely on...…
If you are developing a mobile app, it's worth enabling VoiceOver on iOS and considering the usability from the perspective of people who rely on...…
Today I was writing a tool that needed to handle JSON, the content was relatively large and I only needed to pick out a few parts of the structure,...…
In a previous post [https://stu.dev/how-to-target-net4x-on-macos/] I showed how to build for net4x on macOS, and it turns out you have everything you...…
In my last post [https://stu.dev/generating-typed-client-for-httpclientfactory-with-nswag/] I showed how to automatically generate a typed client for...…
If you're a .NET developer building web apps or microservices, odds are at some point you're going to want to call an HTTP API from an ASP.NET Core...…