The Tech PlatformJul 24ASP.NETBuilding Modular Blazor Apps: RCLs, Static SSR, and Interactive StrategiesBlazor, a web framework by Microsoft, empowers developers to build interactive web applications using C# and .NET. With Blazor, you can...
The Tech PlatformMay 12, 2023ASP.NETWhat Errors Can Occur in ASP.NET Caching, especially in Cache Overflow ScenariosCaching plays a crucial role in enhancing the performance and scalability of ASP.NET applications by storing frequently accessed data in...
The Tech PlatformAug 26, 2022.NETSession State in ASP.NET CoreWhat is Session State in ASP.NET Core? Session state is an ASP.NET Core scenario for storage of user data while the user browses a web...
The Tech PlatformAug 8, 2022.NETCreate a web socket server in .NET Creating a web socket (WS) server in C# can be a drag these days. There are several methods you can find online, and there does not seem...
The Tech PlatformSep 22, 2021.NETRESTful API development in .NET 5 with Protocol Buffers and Cybtans-CLIThe Cybtans Command Line Interface aka Cybtans CLI is a cross-platform Protocol Buffers compiler for the development of RESTful APIs with...