Rajasekar Blog

Sign up

Rajasekar Blog

homeSupport menewsletter
Tag

.NET

#net

More content

Read more stories on Hashnode


Articles with this tag

Mastering C# Pattern Combinators: Logical AND, OR, NOT, and Beyond with Examples

RajasekarRajasekar
Dec 14, 20243 min read

C# Pattern Combinator lets you make complex patterns from simple ones. Introduced in C# 8.0 and improved later, it helps you write clear and readable...

Mastering C# Pattern Combinators: Logical AND, OR, NOT, and Beyond with Examples

New Features in .NET 8 (with examples)

RajasekarRajasekar
Jun 27, 20233 min read

.NET 8 is the next major release of the .NET platform. It brings several new features that improve the developer experience and productivity. Here are...

New Features in .NET 8 (with examples)

Asynchronous Programming with async/await in C# (with simple example)

RajasekarRajasekar
Jun 11, 20233 min read

Asynchronous programming with async and await keywords in C# allows you to write code that can execute concurrently(parallelly) without blocking the...

Asynchronous Programming with async/await in C# (with simple example)

Parallel.ForEach with HttpClient in C#

RajasekarRajasekar
Apr 2, 20233 min read

Use case:we want to call remote server asynchronously to get the data for an array of inputs. To improve the performance, we have decided to use...

Parallel.ForEach with HttpClient in C#

©2025 Rajasekar Blog

Privacy policy·Terms
Publish with Hashnode

Powered by Hashnode - Home for tech writers and readers