Federico Maccaroni
@fede_macca
Xamarin Senior Developer currently working at @Bitwarden. Co-organizer of @XamarinAssemble and @DevRosMeetup
ID: 763937612276961280
12-08-2016 03:18:14
531 Tweet
170 Takipçi
849 Takip Edilen
La semana vuelven los meetup presenciales de NET-Baires ! Una buena oportunidad para reencontrarnos y ponernos al día. No te la pierdas ! #dotnet #meetup #dotnetmaui #auth meetup.com/es-ES/net-bair…
Get your trace on! you're dotnet-trace, that is - nicksnettravels.builttoroam.com/dotnet-trace/ Uno Platform Windows UI #WinAppSdk
Been working a bit on finishing migration of FluentLayout to .NET6.0. Updated sample, added GitHub Action. Using Xamarin.Legacy.Sdk to produce backwards compatible Xamarin.iOS assembly. The package is still not on NuGet though as awaiting access from Greg Shackles. Soon™️
This pattern gist.github.com/davidfowl/3dac… came in pretty handy for Damian Edwards recently. GetOrAddAsync ensures the operation will only be performed once, and others will wait on that operation to complete. This prevents the classic "cache stampede" problem. en.wikipedia.org/wiki/Cache_sta….