Tag Archives: ui
An alternative way to build and bundle Javascript, CSS in ASP.NET Core MVC and Razor Page projects
This article shows how Javascript packages, files, CSS files could be built and bundled in an ASP.NET Core MVC or Razor Page application. The Javascript packages are loaded using npm in which most Javascript projects are deployed. No CDNs are used, only local files so that all external URLs, non self URL links can be […]
Mobile or Desktop UI, which one(s) should I choose
When deciding which UI Frontend type is the best for your software applications, you should try to answer the following questions (also shown in the image). – Do you need to support both mobile and desktop end devices? – Can the target end users be divided into different user groups with different UI requirements? – […]