top of page
Search
The Tech Platform
Aug 5, 2024
Memory Efficiency: ref and unsafe Feature in C# 13
Our problem revolves around the limitations imposed on using ref and unsafe constructs in certain contexts. Specifically, async and...
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
Jul 8, 2024
Golang Enum: A Practical Guide
Enums, short for enumerations, are a way to represent a fixed set of related constants with distinct values. They’re commonly used to...
The Tech Platform
Jun 17, 2024
A Guide to Using MapBlazorHub Method in Blazor Server App
Blazor Server application development is transforming the landscape of interactive web applications through the integration of C# and...
The Tech Platform
Jun 7, 2024
How to Mitigate Security Threats in Interactive Server-Side Blazor?
Blazor is a framework for building interactive web UIs using C# instead of JavaScript. Server-side Blazor, or Blazor Server, is a flavor...
The Tech Platform
Jun 3, 2024
Explore the C# Params Collection Feature
In the dynamic programming world, languages are constantly growing by introducing new features and functionalities to improve developer...
The Tech Platform
Apr 19, 2024
Common Pitfalls to Avoid When Using SignalR in Blazor
In the world of web development, real-time communication between client and server has become a necessity. SignalR, a library developed...
The Tech Platform
Apr 13, 2024
How to Handle Real-Time Data Synchronization with SignalR and Blazor?
We'll explore the importance of real-time data in web apps, unpack the functionalities of SignalR and Blazor
The Tech Platform
Apr 6, 2024
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 20, 2024
Unit Test for CountDatesMatchingToday Function in C#
Unit test enables us to verify the correctness of individual units of code, often functions or methods. This article explores the unit...
bottom of page