Federico Maccaroni (@fede_macca) 's Twitter Profile
Federico Maccaroni

@fede_macca

Xamarin Senior Developer currently working at @Bitwarden. Co-organizer of @XamarinAssemble and @DevRosMeetup

ID: 763937612276961280

calendar_today12-08-2016 03:18:14

531 Tweet

170 Takipçi

849 Takip Edilen

@Nick_Craver@infosec.exchange (@nick_craver) 's Twitter Profile Photo

People were asking how I optimize unit tests the other day. Just as an FYI: this is a thing in the Visual Studio test explorer and it's extreme handy to profile a specific test:

People were asking how I optimize unit tests the other day. Just as an FYI: this is a thing in the Visual Studio test explorer and it's extreme handy to profile a specific test:
James Montemagno (@jamesmontemagno) 's Twitter Profile Photo

If you haven't checked out the new #dotnetconf 2022 website you are missing out, it is beautiful! Agenda for Day 1 and 2 are out. Oh and scroll down if you are a Student as there is a full Student Zone pre-con to build your .NET Portfolio! dotnetconf.net

Seba Leo Perez (@sebaleoperez) 's Twitter Profile Photo

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…

Brandon Minnick (@thecodetraveler) 's Twitter Profile Photo

🎉 I confirm that everything works on macOS Ventura 🎉 ✅Xcode 14.0.1 ✅Xamarin.Forms (iOS 14 + Android 33) ✅Xamarin + Visual Studio for Mac (Stable) ✅.NET MAUI (iOS, Android + MacCatalyst) ✅.NET MAUI + Visual Studio for Mac Preview

Tomasz (@cheesebaron) 's Twitter Profile Photo

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™️

Luis Beltran (@darkicebeam) 's Twitter Profile Photo

Would you like to share your knowledge about #dotnetmaui? Be part of the #dotNETMAUIAdvent calendar initiative. The goal is to have a daily tech contribution around .NET MAUI (blog post, webinar, etc) in English. Learn more: dev.to/icebeam7/net-m… Reserve a slot here :)

David Fowler (@davidfowl) 's Twitter Profile Photo

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….

Jean-Marie Alfonsi (@piskariov) 's Twitter Profile Photo

You know the #xamarin LazyView reducing page loading times? Now meet the #dotnetmaui DelayedView suppressing lags when dealing with complex UI hierarchy. 👉sharpnado.com/delayed-view/

Brandon Minnick (@thecodetraveler) 's Twitter Profile Photo

Looking for a Messaging Service now that .NET MAUI has deprecated MessagingCenter? Check out the MVVM Toolkit’s Messenger! It’s the most performant Messenger in the industry! Highly recommend it 💯 👉 learn.microsoft.com/dotnet/communi…

𝗟𝗮𝘂𝗿𝗲𝗻𝘁 Egbakou (@lioncoding) 's Twitter Profile Photo

🎉 v3.0.0 is out - Offline support - More translation languages - Postal code with regex - Google Maps and OpenStreetMap location - Flag in Unicode, PNG & SVG format - Time zones information - Car information - Start of the week #dotnet github.com/egbakou/RESTCo…

GitHub (@github) 's Twitter Profile Photo

Want to work Full-time as an Open Source Developer? Apply for the GitHub Accelerator Program today and get paid to work for the internet! accelerator.github.com

Milan Jovanović (@mjovanovictech) 's Twitter Profile Photo

How do you chunk a collection into a few smaller ones? I have 2 solutions for you. Before .NET 6: - Custom Chunk method After .NET 6: - Built-in Chunk method It's going to break your collection into a few smaller ones. Did you know about the Chunk method before? #dotnet

How do you chunk a collection into a few smaller ones?

I have 2 solutions for you.

Before .NET 6:
- Custom Chunk method

After .NET 6:
- Built-in Chunk method

It's going to break your collection into a few smaller ones.

Did you know about the Chunk method before?

#dotnet
Paul Hudson (@twostraws) 's Twitter Profile Photo

📣 The first beta of Control Room 3.0 is out now! Control Room is a large, open-source, and community-powered app for manipulating the iOS Simulator in all sorts of ways – adjusting the clock, network status, location, accessibility settings, and more. github.com/twostraws/Cont…

Muhammad Waseem (@mwaseemzakir) 's Twitter Profile Photo

20 .NET Libraries you should use in your projects ? Now a days libraries play an important role in your development, start learning these libraries for a good development experience. - Mediator for CQRS - Dapper for micro-ORM - Serilog and NLog for logging - Bogus for fake data

Paul Hudson (@twostraws) 's Twitter Profile Photo

In November, I released Inferno: an open-source collection of Metal shaders for SwiftUI developers, making it easy to create gorgeous special effects in your iOS apps. github.com/twostraws/Infe…