High-Performance Web Applications with VeloxDB with Ivan Savu

preview_player
Показать описание
In this talk, we will focus on building a high-performance web application using VeloxDB, a cutting-edge database that uses C# as its main programming language. By pairing VeloxDB with Blazor, we will create a full-stack application that uses only C#. We will validate its performance through Azure Load Testing, exploring the potential and efficiency of this architecture. Join us as we dive into practical insights and strategies for creating high performance modern web applications.

Рекомендации по теме
Комментарии
Автор

what's minimum suggested cluster size?

luvincste
Автор

Why abstract class with abstract properties? Why not partial classes and properties with a Roslyn Generator? Avoids the virtual call overhead.

Swampdragon