News

Uno Platform 4.8 Intros Startup Wizard

Responding to user requests for a more seamless startup experience, Uno Platform 4.8 introduces a new App Template wizard to do just that.

Those requests stemmed from a 2023 roadmap survey conducted by Uno Platform, used to create single-source, multi-platform applications that let developers reuse 99 percent of the business logic and UI layer across native mobile, web and desktop projects.

The open source Uno Platform is a dev tooling partner of Microsoft, claiming the only offering that enables development of single-codebase applications for Windows, WebAssembly, iOS, macOS, Android and Linux, targeting all OSes and browsers. It has also teamed up with Redmond on various projects and has sometimes implemented new tech before Microsoft itself.

The App Template Wizard guides developers through the set-up process, allowing them to first choose a startup type, blank or default, with the latter containing several default choices for various options like target framework (like .NET 7), supported platforms, extensions, themes, presentation (MVVM or Uno Platform's MVUX and Feeds) and so on.

[Click on image for larger view.] Uno Platform Solution Template (source: Uno Platform).

The release also includes:

  • Support for .NET 8 Preview 2, which was shipped by Microsoft on March 14.
  • A new, simplified way of initializing both the Uno Toolkit and Material theme resources.
  • Improvements to Design System Package (DSP) importing, with tooling automatically set up by the App Template wizard to allow, for example, the import of custom DSPs to Uno Platform-built applications. Thus developers can use tools like Material Design Theme Builder to create a custom theme that matches a brand and then import that theme to their Uno Platform applications.
  • A new feature called Uno Resizetizer to simplify image resizing for cross-platform apps made with .NET. Allowing for the use of SVG vectors as source assets and automatically resizing them to every resolution an app needs at build time, the tool is based on a library originally created by Jonathan Dick (.NET MAUI tech lead).
  • Enhancements to extensions including the company's Reactive or MVUX (MVU for Cross-Platform) framework that provides helper features to ease application development.

More information on all of the above can be found in the March 21 blog post announcing v4.8.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube