top of page
Search

The Tech Platform
Jul 20, 2021
How to use Redis and Lua Scripts in a C# ASP.NET Core Microservice Architecture
In this article, we will explore how to use StackExchange.Redis in an ASP.NET Core application to access a Redis server running in...

Sofia Sondh
Apr 15, 2021
What is the Difference between C# and Java?
This article will give you the brief difference and similarities between Java and C# programming language. Java Programming Languages...

The Tech Platform
Apr 6, 2021
Installing Blazor
Blazor, developed by Microsoft, is an open-source framework that enables developers to build interactive web applications using C# and...

The Tech Platform
Mar 27, 2021
Asynchronous programming in C#
The primary mechanism for asynchronous programming in C# is through the use of the async and await keywords. These keywords allow...
bottom of page