top of page
Search
The Tech Platform
Jul 24
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
Jul 19
WebSocket Payload Optimization: WebSocket Compression in ASP.NET Core
WebSocket communication is a powerful tool for real-time interactions in web applications. However, as data flows back and forth between...
The Tech Platform
Jun 27
Prerendering in ASP.NET Core Razor Components
When users land on your Blazor WebAssembly app, a speedy initial load time can make all the difference in keeping them engaged. This is...
The Tech Platform
Apr 6
Razor Pages: A Beginner's Guide to ASP.NET Core Web Development
Razor Pages, introduced in ASP.NET Core 2.0, offer a page-based programming model (paradigm) that simplifies web UI development within the A
The Tech Platform
Mar 21
Methods to Redirect HTTP Requests to HTTPS Requests in ASP.NET Core
Ensuring the security of web applications is important. One fundamental aspect of this is the secure transmission of data over the...
The Tech Platform
Mar 14
Exploring Latest Features in ASP.NET Core
In the ever-evolving world of web development, staying updated with the latest features and enhancements is crucial. ASP.NET Core, a...
The Tech Platform
Jan 4
HTTP Caching Issues when Upgrading Blazor Apps
In the rapidly evolving world of web development, keeping your applications up-to-date with the latest technologies and practices is...
The Tech Platform
Nov 3, 2023
Prevent cross-site scripting attacks in my Web Application
In today's interconnected digital landscape, web application security is of paramount importance. Cross-site scripting (XSS) attacks, a...
The Tech Platform
Sep 16, 2023
What is the difference between IIS and Kestrel servers in ASP.NET?
Navigating the world of web development often involves understanding the intricate dance between different server components, especially...
The Tech Platform
Dec 24, 2021
How to Migrate ASP.NET HTTP Handlers and Modules to ASP.NET Core Middleware
ASP.NET, a stalwart in web application development, has undergone significant transformations over the years. Among these changes, the...
bottom of page