.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,394 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello all. when I browse in my phone there's apps that I can execute without installing them on my phone. how to develop apps like these. Thank you very much.
I think you are referring to progressive web applications. These can be installed directly from the browser. If you want to build these, I would recommend using Blazor (https://learn.microsoft.com/en-us/aspnet/core/blazor/progressive-web-app?view=aspnetcore-7.0&tabs=visual-studio)