News

Modular Blazor App Framework Oqtane Boosts Templates

The Oqtane project -- a modular application framework for Blazor -- has been updated with more templating functionality, along with user experience (UX) improvements and fixes.

Supported by the .NET Foundation, the open source Oqtane Framework created by Shaun Walker was inspired by an earlier creation of his, the DotNetNuke open source .NET content management system (CMS). Running on .NET 5, it supports:

  • Multi-tenancy
  • A fully dynamic page compositing model
  • Designer-friendly skins
  • Extensibility via third party modules
  • A familiar data model

"Oqtane is a modular application framework which accelerates the development of modern digital experiences," the .NET Foundation said recently in showcasing the project. "It was architected from the ground up to utilize Blazor, a modern single-page application framework for building interactive web apps with C# and .NET. Oqtane offers advanced capabilities such as multi-tenancy, a fully dynamic page compositing model, designer friendly themes, extensibility via third party plug-in modules, a headless API, and supports Blazor Server and Blazor WebAssembly hosting models."

Oqtane
[Click on image for larger view.] Oqtane (source: Project Oqtane).

The new v2.0.2 update includes mostly assorted fixes and UX improvements, headed by improvements to templates.

"One of the core philosophies of Oqtane is to be a 'low ceremony 'framework that simplifies the effort required in order for a developer to come up to speed with the framework," Walker said in an April 19 blog post. "One of the best ways to achieve this goal is to provide functional templates that developers can utilize as the basis for their own solutions. A Module Creator was introduced in version 1.x to enable developers to quickly scaffold custom modules and the concept has been extended in the latest version with a Theme Creator as well as the ability to create custom local templates."

Oqtane Architecture
[Click on image for larger view.] Oqtane Architecture (source: Project Oqtane).

The update also improved app customization with the project's theming feature, with a community member adding the ability for a theme to include custom settings for both theme and container components. Notifications -- specifically asynchronous emails -- were also improved with the ability to test SMTP server configurations to ensure the settings are configured properly for a site.

Yet another tweak eases the process of completely emptying the Octane recycle bin.

Coming up next month in a more substantial v2.1.0 update, according to the roadmap, are:

  • Cross-platform database support (ie. SQLite )
  • EF Core migrations for database installation/upgrade

Noting that Oqtane was the subject of a .NET Community Standup earlier month in which he participated, Walker said, "This release includes 36 pull requests submitted by 6 different contributors, pushing the total number of project commits all-time to nearly 1,800. The Oqtane framework continues to evolve at a rapid pace to meet the needs of .NET developers." As of this writing, the project's GitHub site shows it has 853 stars and 236 forks.

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

Subscribe on YouTube