Showing tag results for UI

May 26, 2026
Post comments count0
Post likes count1

Give Your .NET MAUI Android Apps a Material 3 Makeover

Gerald Versluis

Material 3 (a.k.a. Material You) support is now available for .NET MAUI apps on Android. Here is how to enable it, what changes today, and what is still on the way.

.NET.NET MAUI.NET for Android
Jul 14, 2022
Post comments count23
Post likes count1

Customizing Controls in .NET MAUI

Pedro Jesus

Let's look at how to customize .NET MAUI controls.

.NET MAUI.NET
Mar 1, 2018
Post comments count0
Post likes count0

ASP.NET Core 2.1.0-preview1: Razor UI in class libraries

Daniel Roth

One frequently requested scenario that ASP.NET Core 2.1 improves is building UI in reusable class libraries. With ASP.NET Core 2.1 you can package your Razor views and pages (.cshtml files) along with your controllers, page models, and data models in reusable class libraries that can be packaged and shared. Apps can then include pre-built UI compon...

ASP.NETASP.NET Core