Forem

Morteza Jangjoo profile picture

Morteza Jangjoo

Morteza Jangjoo, Senior .NET Backend Developer with 15+ years of experience in C#, ASP.NET Core, SQL Server, and Microservices. Skilled in building scalable, high-performance systems.

Joined Joined on 
Boosting C# Performance with [MethodImpl(AggressiveInlining)]
Cover image for Boosting C# Performance with [MethodImpl(AggressiveInlining)]

Boosting C# Performance with [MethodImpl(AggressiveInlining)]

Comments
2 min read
Monitoring Your .NET Apps with Azure Application Insights
Cover image for Monitoring Your .NET Apps with Azure Application Insights

Monitoring Your .NET Apps with Azure Application Insights

Comments
3 min read
Task.WhenEach in .NET: Process Tasks as They Complete
Cover image for Task.WhenEach in .NET: Process Tasks as They Complete

Task.WhenEach in .NET: Process Tasks as They Complete

Comments
2 min read
Mastering Task.WhenAll in .NET: Run Tasks Concurrently Like a Pro
Cover image for Mastering Task.WhenAll in .NET: Run Tasks Concurrently Like a Pro

Mastering Task.WhenAll in .NET: Run Tasks Concurrently Like a Pro

2
Comments 1
2 min read
Build a Real-Time Chat Room with .NET Core & SignalR
Cover image for Build a Real-Time Chat Room with .NET Core & SignalR

Build a Real-Time Chat Room with .NET Core & SignalR

Comments
2 min read
Using Redis in .NET Core (Step-by-Step Guide)
Cover image for Using Redis in .NET Core (Step-by-Step Guide)

Using Redis in .NET Core (Step-by-Step Guide)

6
Comments
2 min read
CRUD Operations in .NET 9 with SQL Server: A Practical Guide
Cover image for CRUD Operations in .NET 9 with SQL Server: A Practical Guide

CRUD Operations in .NET 9 with SQL Server: A Practical Guide

Comments
2 min read
Using SOUNDEX in SQL Server: Find Similar-Sounding Words
Cover image for Using SOUNDEX in SQL Server: Find Similar-Sounding Words

Using SOUNDEX in SQL Server: Find Similar-Sounding Words

Comments
2 min read
Mastering the `let` Keyword in LINQ
Cover image for Mastering the `let` Keyword in LINQ

Mastering the `let` Keyword in LINQ

Comments
1 min read
Boosting JSON Performance in .NET 10 with PipeReader Support
Cover image for Boosting JSON Performance in .NET 10 with PipeReader Support

Boosting JSON Performance in .NET 10 with PipeReader Support

Comments
2 min read
How to Run a Very Large SQL Script Without Opening It in SSMS
Cover image for How to Run a Very Large SQL Script Without Opening It in SSMS

How to Run a Very Large SQL Script Without Opening It in SSMS

Comments
2 min read
Mastering LAG and LEAD in SQL Server
Cover image for Mastering LAG and LEAD in SQL Server

Mastering LAG and LEAD in SQL Server

Comments
2 min read
Mastering the `[Flags]` Attribute in C#: Creating Powerful Bitwise Enums
Cover image for Mastering the `[Flags]` Attribute in C#: Creating Powerful Bitwise Enums

Mastering the `[Flags]` Attribute in C#: Creating Powerful Bitwise Enums

Comments
2 min read
Tuple Deconstruction in C#: A Complete Guide
Cover image for Tuple Deconstruction in C#: A Complete Guide

Tuple Deconstruction in C#: A Complete Guide

Comments
2 min read
Visual Studio's Most Underrated Feature: Code Map
Cover image for Visual Studio's Most Underrated Feature: Code Map

Visual Studio's Most Underrated Feature: Code Map

Comments
1 min read
Why `0.1 + 0.2 != 0.3` in C# (and most other languages)
Cover image for Why `0.1 + 0.2 != 0.3` in C# (and most other languages)

Why `0.1 + 0.2 != 0.3` in C# (and most other languages)

Comments
2 min read
app.UseOutputCache() in ASP.NET Core
Cover image for app.UseOutputCache() in ASP.NET Core

app.UseOutputCache() in ASP.NET Core

Comments
2 min read
Boosting EF Core Performance with EF.CompileQuery
Cover image for Boosting EF Core Performance with EF.CompileQuery

Boosting EF Core Performance with EF.CompileQuery

Comments
2 min read
Boost Your EF Core Performance with AsSplitQuery
Cover image for Boost Your EF Core Performance with AsSplitQuery

Boost Your EF Core Performance with AsSplitQuery

Comments
2 min read
Central Package Management in .NET — Simplify Your Dependencies Like a Pro
Cover image for Central Package Management in .NET — Simplify Your Dependencies Like a Pro

Central Package Management in .NET — Simplify Your Dependencies Like a Pro

Comments
2 min read
MCP C# SDK: What’s New in Protocol 2025‑06‑18
Cover image for MCP C# SDK: What’s New in Protocol 2025‑06‑18

MCP C# SDK: What’s New in Protocol 2025‑06‑18

Comments
3 min read
Copilot for .NET: Ask Mode vs Agent Mode and How to Use Them
Cover image for Copilot for .NET: Ask Mode vs Agent Mode and How to Use Them

Copilot for .NET: Ask Mode vs Agent Mode and How to Use Them

Comments
2 min read
EF Core Performance Tip: Use AsNoTrackingWithIdentityResolution for Read-Only Queries
Cover image for EF Core Performance Tip: Use AsNoTrackingWithIdentityResolution for Read-Only Queries

EF Core Performance Tip: Use AsNoTrackingWithIdentityResolution for Read-Only Queries

Comments
2 min read
loading...