Oqtane Developers Meeting - August 2024
August 13, 2024
The monthly Oqtane Developers Meeting for core contributors was held on August 7, 2024.
Read More...
Oqtane 5.2.0 Released
July 25, 2024
The 5.2.0 release is a major release and includes a native search solution for indexing content, the ability to support custom text editors, as well as usability, scalability and performance improvements.
Read More...
Oqtane Developers Meeting - July 2024
July 03, 2024
The monthly Oqtane Developers Meeting for core contributors was held on July 3, 2024.
Read More...
Scalability Testing and Site Templates
June 10, 2024
Scalability testing is the testing of a software application to measure its capability to scale up or scale out. Scalability testing is generally based on the amount of data being managed by the application at runtime in comparison to the resource constraints of the environment. A classic example is if the application is managing a large amount of data but the environment has a limited amount of memory, the application may exhibit scalability issues.
Read More...
Passing State To Components Using SSR In .NET 8
June 10, 2024
Traditionally when developing in Interactive Blazor, the two most common ways to manage state within an application were by using Cascading Parameters or Scoped Services. These techniques were simple to implement and provided a consistent developer experience across your entire Blazor application. Unfortunately these approaches do not work in .NET 8 when using Static Server Rendering and mixed render modes... however there is a solution.
Read More...
Oqtane Developers Meeting - June 2024
June 06, 2024
The monthly Oqtane Developers Meeting for core contributors was held on June 5, 2024.
Read More...
Oqtane 5.1.2 Released
May 28, 2024
The 5.1.2 release is primarily focused on stabilization. This includes a variety of user and developer experience improvements, performance optimizations, localization updates, and enhancements for Blazor Static Server Rendering.
Read More...
Oqtane Developers Meeting - May 2024
May 06, 2024
The monthly Oqtane Developers Meeting for core contributors was held on May 1, 2024.
Read More...
Oqtane 5.1.1 Released
April 16, 2024
The 5.1.1 release is primarily a stabilization release, including a variety of improvements to the Static Server-Side Rendering support for Blazor in .NET 8.