16 articles

📰 Dev.to · Mashrul Haque

Articles from Dev.to · Mashrul Haque · 16 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (10481) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
Build AI Agents with Microsoft Agent Framework in C#
Dev.to · Mashrul Haque 3mo ago
Build AI Agents with Microsoft Agent Framework in C#
Learn how to build production-ready AI agents in C# using Microsoft Agent Framework. Covers setup,...
2026 Developer Predictions: Why Coding Gets Better
Dev.to · Mashrul Haque 3mo ago
2026 Developer Predictions: Why Coding Gets Better
2026 developer predictions based on Gartner, Forrester, and Microsoft data. Blazor wins, Platform...
Blazor AutoComplete That Actually Scales: From 10 Items to 100K (with AI Superpowers)
Dev.to · Mashrul Haque 3mo ago
Blazor AutoComplete That Actually Scales: From 10 Items to 100K (with AI Superpowers)
A high-performance Blazor AutoComplete and typeahead component with AI semantic search, 8 display...
Stop Paying OpenAI: Free Local AI in .NET with Ollama
Dev.to · Mashrul Haque 3mo ago
Stop Paying OpenAI: Free Local AI in .NET with Ollama
Cut your OpenAI bill by 80%. Run local LLMs in .NET with Microsoft.Extensions.AI and Ollama. Same...
SQL Server Performance: How the Query Optimizer Really Works
Dev.to · Mashrul Haque 3mo ago
SQL Server Performance: How the Query Optimizer Really Works
Part 1 of the SQL Server Performance Tuning Series. Why your perfectly good query suddenly runs like...
.NET Performance Optimization: Fixing a 15-Second E-Commerce Page Load
Dev.to · Mashrul Haque 4mo ago
.NET Performance Optimization: Fixing a 15-Second E-Commerce Page Load
A real-world case study of rescuing an enterprise e-commerce platform from performance hell, complete...
Aspire: The Cloud-Native Framework That Finally Makes Distributed .NET Development Easy
Dev.to · Mashrul Haque 4mo ago
Aspire: The Cloud-Native Framework That Finally Makes Distributed .NET Development Easy
Run microservices locally with one F5. Aspire handles orchestration, service discovery, and...
Blazor vs React: A .NET Developer's Honest Comparison
Dev.to · Mashrul Haque 4mo ago
Blazor vs React: A .NET Developer's Honest Comparison
Why I switched from React to Blazor and why your npm audit might thank you too. ...
dotnet run in .NET 10: Single-File C# Is Finally Here
Dev.to · Mashrul Haque 4mo ago
dotnet run in .NET 10: Single-File C# Is Finally Here
Learn dotnet run from basics to .NET 10's single-file execution. Run C# files without projects—just...
Blazor in .NET 10: What's New and Why It Finally Feels Complete
Dev.to · Mashrul Haque 4mo ago
Blazor in .NET 10: What's New and Why It Finally Feels Complete
Discover everything new in Blazor .NET 10: persistent state management, improved JavaScript interop,...
How to Structure a .NET Solution That Actually Scales: Clean Architecture Guide
Dev.to · Mashrul Haque 4mo ago
How to Structure a .NET Solution That Actually Scales: Clean Architecture Guide
A practical guide to Clean Architecture folder structure, project organization, and dependency...
10 Common .NET Logging Mistakes and How to Avoid Them for Maintainable Apps
Dev.to · Mashrul Haque 4mo ago
10 Common .NET Logging Mistakes and How to Avoid Them for Maintainable Apps
Logging feels simple… until you’re staring at a production incident and your logs are either...