/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

putridparrot.com
| | michaelscodingspot.com
22.3 parsecs away

Travel
| | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity
| | khalidabuhakmeh.com
15.4 parsecs away

Travel
| | Troubleshooting tips for .NET MAUI development
| | codetraveler.io
9.1 parsecs away

Travel
| | In Xamarin.Forms, we used Xamarin.CommunityToolkit.Markup to create our UI using C# (no XAML). For .NET MAUI, we can continue to create our UIs in C# (No XAML) thanks to CommunityToolkit.Maui.Markup. Let's take a look at the key differences between the two libraries, and then we'll
| | tyrrrz.me
57.3 parsecs away

Travel
| Sometimes you may find yourself facing a problem of having to switch between multiple presentations based on some condition. For example, you may want to display the same list of items differently depending on whether multi-select is enabled or not. The...