top of page
Search


Program for 3 Different ways to calculate factorial in C#
Factorial of a number is obtained from the result of multiplying a series of descending natural numbers. This C# Program generates...
The Tech Platform
Feb 22, 2021


Program to Remove Duplicate characters from String in C#
The string may have two or more same characters in it but we want it to have only one. So let’s look at an example to understand it...
The Tech Platform
Feb 22, 2021


The 8 Major Players in Primary Storage Arrays, 2020
These providers have recently been named the market’s major players in primary storage arrays for 2020 by analyst house Gartner, Inc....
The Tech Platform
Dec 29, 2020

Language Integrated Query (LINQ)
Language Integrated Query (LINQ) is a technology that allows developers to query data from various data sources like databases, XML...
The Tech Platform
Dec 13, 2020

How to use Left Join in C# Linq
In this article I will discuss about the how to perform a left join in C# Linq. You may think why to discuss Left join separately in an...
The Tech Platform
Dec 13, 2020

Linq Group By in C# with easy code example
Hello, In this article I will discuss how to achieve the grouping by of data in C# LINQ. The grouping of data in C# linq is different...
The Tech Platform
Dec 13, 2020
Learning C# – Anonymous methods and Lambda Expressions
Anonymous functions and Lambda Expressions As we know from my previous post of the delegates in C#, that delegates are reference type...
The Tech Platform
Dec 5, 2020


Producer Consumer Pattern In C#
Introduction In today’s article we will look at the producer consumer pattern in C# and how we can implement this pattern using the...
The Tech Platform
Nov 24, 2020

Modernizing a codebase for C# 9
There are lots of cases that you can improve. The examples use nullable reference types, but only the WhenNotNull example requires it....
The Tech Platform
Nov 5, 2020
New C# Source Generator Samples
Phillip introduced C# Source Generators here. This post describes two new generators that we added to the samples project in the Roslyn...
The Tech Platform
Sep 21, 2020
bottom of page