Coding's Feed
- How to Do AAD Authentication in MAUI Mac Catalyst
Need Azure Active Directory sign-in on Mac Catalyst while MSAL support is limited? This video walks through a practical MAUI workaround so you can ship authentication on macOS today.
Read more - How To Sign Your DotNet MAUI packaged App exe
Unsigned packaged MAUI executables can trigger trust warnings, especially with elevated execution. This video shows how to code sign the packaged EXE so your Windows deployment feels trusted and professional.
Read more - How to Make NET MAUI App Run As Administrator
Some desktop scenarios need elevated privileges every time the app starts. This video shows how to configure a .NET MAUI Windows app to request administrator rights on launch.
Read more - How to Support Multiple Languages in .NET MAUI
Localization is essential when your MAUI app needs to feel native across regions. This video shows how to add multilingual support and automatically align UI text with device language.
Read more - How to Build and Package MAUI App for Windows
Shipping to Windows means more than just pressing run in Visual Studio. This video shows the end-to-end build, package, and deploy flow for a .NET MAUI Windows app.
Read more - How to Build and Package MAUI App for Android
Android distribution requires the right build mode, package output, and deployment path. This video covers the practical MAUI steps to build, package, and deploy to Android devices.
Read more - How to add Localization to Blazor and Automatically Match Browser Language
Localized web UI is a fast win for usability and global reach. This video shows how to add Blazor localization and auto-match the browser language with .NET localizer.
Read more - NET MAUI How to Add Title in the Top Menu
Small desktop polish can make a MAUI app feel far more complete. This short video shows how to set the Windows top menu title in a .NET MAUI app.
Read more - NET MAUI How to Add Tray Icon on Windows
If your app should stay accessible while minimized, a system tray icon is a great pattern. This video walks through adding Windows tray icon support to a .NET MAUI app.
Read more - How to Get Started with NET MAUI on MAC
Starting MAUI on macOS can feel different if you are used to Windows-first tooling. This video shows a practical setup path with JetBrains Rider so you can start building right away.
Read more - How to Get Started with NET MAUI and Blazor
Blazor Hybrid is one of the fastest ways to reuse web UI skills in native apps. This video helps you get started with .NET MAUI plus Blazor using a hands-on sample project.
Read more - How to Package and Deploy NET MAUI App for Windows
Deployment is where many first MAUI desktop projects stall out. This video focuses on packaging and shipping a .NET MAUI app for Windows from build to install.
Read more