top of page
Search
The Tech Platform
Aug 5
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
Jun 3
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
Mar 20
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...
The Tech Platform
Feb 19
Advanced Techniques for Optimizing Blazor WebAssembly Applications
Blazor WebAssembly is a revolutionary framework that allows developers to build interactive web applications using C# and .NET, instead...
The Tech Platform
Feb 8
C# Regex: A Complete Guide
Regex, short for Regular Expressions, is a tool used in computer science and programming for pattern matching within strings. It provides...
The Tech Platform
Feb 2
Different Methods to Host and Deploy Blazor WebAssembly
In web development, Blazor WebAssembly stands as a game-changer. It allows developers to build interactive client-side web applications...
The Tech Platform
Nov 28, 2023
Explore the Latest C# 12 Primary Constructor: What You Need to Know
C# 12 has a cool new feature called the primary constructor, and it's here to simplify how we set up our objects. Before, setting things...
The Tech Platform
Aug 28, 2023
Working with C# Enum: A Beginners Guide
If you're new to C# programming, you've likely experienced various data types and structures that help organize and manipulate data...
The Tech Platform
May 30, 2023
Developing a Versatile Inventory System with Dapper, Categories, and Custom Attributes
The objective of our project is to develop a simple yet versatile inventory system. Our aim is to create a generic inventory system that...
The Tech Platform
May 17, 2023
C# List
Data management is a fundamental aspect of programming, and it often involves dealing with collections of objects. One versatile and...
bottom of page