Showing results for UI - .NET Blog

Jul 14, 2022
Post comments count23
Post likes count1

Customizing Controls in .NET MAUI

Pedro Jesus
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
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