Category: .NET

  • .NET Conf 2022 Focus on MAUI Recap

    .NET Conf 2022 Focus on MAUI Recap

    MAUI finally had its day in the limelight at .NETConf with a dedicated “focused” event. There was a lot of good content shared in a roughly 8 hours long live stream. In addition to live stream, there are recorded sessions that are also available at .NET YouTube channel. Here are some of the highlights from…

    Read article →

  • Explore Prism.Forms With Prism Form Features Gallery

    Explore Prism.Forms With Prism Form Features Gallery

    If you want to explore the framework, or if you are already using Prism.Forms and would like to know what all it has to offer, perhaps you are a product owner and would like to test out Prism.Forms APIs with your product, or you are a community contributor who would like to learn, share, teach,…

    Read article →

  • How To Support Dark Mode In Xamarin.Forms (iOS & Android)

    How To Support Dark Mode In Xamarin.Forms (iOS & Android)

    iOS 13 introduced dark mode, and it has taken mobile app design world by storm. Making app designers produce multiple experiences for their users. Android users have been enjoying this nifty feature for some time (to some extent, based on phone manufacturers). Android Q, however, has a dedicated dark mode option that brings dark mode…

    Read article →

  • Checkbox For Xamarin.Forms

    Checkbox For Xamarin.Forms

    Xamarin.Forms is great. But, every now and then, it falls short on some basic modern controls e.g checkbox, radio buttons, cards, etc. Luckily, Xamarin community is large and very engaged with the platform. You can find plethora of custom controls or blogs on how to build custom controls for your project needs. In recent years,

    Read article →

  • Pro Tip: Useful Code Snippets For Your Xamarin.Forms Development

    Pro Tip: Useful Code Snippets For Your Xamarin.Forms Development

    Code snippets are a hidden gem in Visual Studio that most of us do not pay much attention to. Utilizing them correctly can increase productivity when we have a lot to code. In Visual Studio, code snippets are available for multiple programming languages e.g. C#, F#, XML, HTML, CSS, Python, etc. They are extremely useful

    Read article →