Keeping your UI fast by using this HTTP trick to check if a remote resource exists

Frequently I find a requirement in mobile projects is to consume remote resources, whether it's images, video, audio etc, the requirement comes up fairly frequently. A common problem I found myself hitting was that when you're trying to do this with a backend or customisable content that relies on a URL is that sometimes

5 day-to-day C# extension methods to make your life easier

I've noticed recently I take for granted some extensions methods I've been using for a while now that I use on a fairly frequent basis. From getting a file as base64 quickly to to just doing simple JSON operations, here are 5 day to day extension methods that hopefully prove helpful to your projects.

By |2021-03-25T15:56:38+10:00February 18th, 2021|Categories: .NET Standard, C#, Microsoft, Visual Studio, Xamarin|0 Comments
Go to Top