top of page
Search

The Tech Platform
Feb 23, 2024
What’s Inside a Blazor App? Exploring the Files and Folders
In this article, we will explore the files and folders that make up a Blazor app generated from a Blazor project template. We will...

The Tech Platform
Feb 19, 2024
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, 2024
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, 2024
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
Jan 9, 2024
ASP.NET Blazor Render Modes - A Comprehensive Guide
Welcome to our in-depth exploration of ASP.NET Blazor Render Modes. In the dynamic landscape of web development, understanding the...

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...

The Tech Platform
May 13, 2023
Observer Design Pattern in C#
The Observer Pattern is a fundamental design pattern in C# that facilitates communication and coordination between objects. It enables...
bottom of page