top of page
Search
The Tech Platform
Jul 24, 2024
Building Modular Blazor Apps: RCLs, Static SSR, and Interactive Strategies
Blazor, a web framework by Microsoft, empowers developers to build interactive web applications using C# and .NET. With Blazor, you can...
The Tech Platform
May 12, 2023
What Errors Can Occur in ASP.NET Caching, especially in Cache Overflow Scenarios
Caching plays a crucial role in enhancing the performance and scalability of ASP.NET applications by storing frequently accessed data in...
The Tech Platform
Aug 26, 2022
Session State in ASP.NET Core
What 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 Platform
Aug 8, 2022
Create 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 Platform
Sep 22, 2021
RESTful API development in .NET 5 with Protocol Buffers and Cybtans-CLI
The Cybtans Command Line Interface aka Cybtans CLI is a cross-platform Protocol Buffers compiler for the development of RESTful APIs with...
bottom of page