Black Belt Blazor
September 18, 2024
On September 5, 2024 Devessence Inc hosted a webinar titled Black Belt Blazor. The session provided a deep dive into some of the more challenging aspects of Blazor. The presentation was primarily focused on Blazor but was inspired by lessons learned while developing Oqtane.
Read More...
Oqtane Developers Meeting - September 2024
September 04, 2024
The monthly Oqtane Developers Meeting for core contributors was held on September 4, 2024.
Read More...
Oqtane 5.2.1 Released
August 22, 2024
The 5.2.1 release is a maintenance release and includes usability, scalability and performance improvements.
Read More...
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.