Blog
Announcing Oqtane 5.0 for .NET 8
11/16/2023
The 5.0.0 release is a major release and represents the official migration from .NET 7 to .NET 8.
Read More...
Oqtane 4.0.6 Released
10/16/2023
The 4.0.6 release is primarily focused on stabilization. This includes a variety of user experience improvements and a new Search capability which can be utilized in all Admin Dashboard areas for enhanced administration.
Read More...
Developing on Legacy Versions of Oqtane and .NET
10/11/2023
Based on the fact that Oqtane takes backward compatibility very seriously, it is possible to continue developing modules and themes based on legacy versions of Oqtane and .NET (without upgrading them) using the latest version of the Oqtane framework as a run-time in your development environment.
Read More...
Data Scoping
10/2/2023
Data scoping is a fairly common architectural concept when it comes to developing custom software. Basically it refers to the level of granularity that a specific type of data in your application needs to support. You can think of granularity as a way to group similar types of data to provide a logical boundary around it.
Read More...
Importing Users
9/25/2023
Importing user accounts is a common requirement when migrating from one system or environment to another. One way to accomplish this is to use a third party Identity Provider for managing users. The challenge with that approach is that your site or application may have unique needs in regards to security roles or profile information which an Identity Provider is not able to support. So in order to provide the full flexibility to seamlessly onboard users there is often a need for a bulk import capability.
Read More...
Oqtane 4.0.5 Released
9/25/2023
The 4.0.5 release is primarily focused on stabilization. This includes a variety of user experience improvements, Marketplace integration enhancements, localization updates, and a new User Import capability which automates the migration of user accounts from other systems or environments.
Read More...
Oqtane On .NET Live
9/12/2023
On September 11, Shaun Walker was featured as a guest On .NET Live. His presentation provided an overview of the open source CMS and Application Framework that is “rocket fuel for Blazor”
Read More...
Oqtane 4.0.3 Released
8/29/2023
The 4.0.3 release is primarily focused on stabilization. This includes a variety of performance optimizations, user experience improvements, Marketplace integration enhancements, localization updates, support for asynchronous scheduled jobs, and a new InputList component which allows users to optionally choose from a list of suggested items.
Read More...
Dapper & SQL Scripts
8/24/2023
One of the most common misconceptions I hear about Oqtane is that you must follow the specific conventions used in the core framework and default templates in order to develop custom solutions on the platform. This is in fact NOT correct, as Oqtane actually offers tremendous flexibility to enable developers to use their preferred methodologies and components.