C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Aarav Patel(18)
Niharika Gupta(16)
Ananya Desai(15)
Nidhi Sharma(15)
Riya Patel(14)
Saurav Kumar(9)
Ketan Sathavara(4)
Hari Lakkakula(1)
Ajay Narkhedkar(1)
Suraj Vishwakarma(1)
Kirtesh Shah(1)
Bimalshi Jayarathna(1)
Ajithkumar J(1)
Deepak Tewatia(1)
Brajesh Kumar(1)
Vishal Yelve(1)
Resources
No resource found
Benchmarking HybridCache vs Redis in ASP.NET Core 11
Jul 31, 2026.
Compare HybridCache vs Redis for ASP.NET Core 11. Learn implementation, benchmarking, and when to use each for optimal performance.
ASP.NET Core 11 Request Pipeline Performance Deep Dive
Jul 31, 2026.
Optimize your ASP.NET Core app's performance by mastering the request pipeline. Learn middleware order, optimization, and benchmarking for faster APIs.
PostgreSQL 18 Performance Tuning for EF Core Applications
Jul 31, 2026.
Optimize PostgreSQL 18 for EF Core apps. Learn to tune queries, use indexes, manage data loading, and implement a repeatable performance tuning process.
Building Distributed Caching with Redis and ASP.NET Core 11
Jul 31, 2026.
Boost ASP.NET Core app performance with Redis distributed caching. Learn patterns, implementation, and evaluation for scalability.
Optimizing Minimal APIs for High-Performance ASP.NET Core Applications
Jul 31, 2026.
Optimize ASP.NET Core Minimal APIs for peak performance. Learn techniques for efficient routing, JSON serialization, async programming, caching, and more.
Mastering Angular Performance: Demystifying NgZone and ChangeDetectorRef
Jul 30, 2026.
Master Angular performance by understanding NgZone (when to check) and ChangeDetectorRef (how/where to check) for smoother apps.
Why ASP.NET Core APIs Slow Down Under Load (And How to Fix Them)
Jul 29, 2026.
Uncover why ASP.NET Core APIs slow down under load and learn practical fixes for bottlenecks like inefficient DB queries, blocking code, and middleware.
EF Core Performance Benchmarks: 12 Mistakes That Hurt Query Speed
Jul 29, 2026.
Unlock EF Core performance! Discover 12 common mistakes hurting query speed and learn production-ready solutions for faster applications.
Docker Image Size Benchmark: 8 Techniques That Actually Work
Jul 29, 2026.
Optimize Docker image size with 8 proven techniques for faster CI/CD, reduced costs, and quicker deployments. Benchmark for maximum impact.
SQL Server Performance Troubleshooting: 10 Queries Every Developer Should Know
Jul 29, 2026.
Master SQL Server performance with 10 essential queries for developers. Troubleshoot bottlenecks, optimize queries, and ensure application responsiveness.
Redis Caching in ASP.NET Core: Strategies That Actually Improve Performance
Jul 29, 2026.
Boost ASP.NET Core performance with Redis caching. Learn effective strategies for reduced latency, lower database load, and improved scalability.
Output Caching vs Response Caching in ASP.NET Core: What's the Difference?
Jul 29, 2026.
ASP.NET Core: Output Caching vs. Response Caching. Understand the key differences, when to use each, and best practices for optimal performance.
Efficient Pagination in ASP.NET Core: Offset vs Keyset Pagination Explained
Jul 29, 2026.
Master ASP.NET Core pagination: Offset vs. Keyset. Learn efficient strategies for large datasets, API performance, and better user experience.
EF Core 10 Performance Tuning: Tracking, Query Filters, Compiled Queries, and Bulk Operations
Jul 28, 2026.
Boost EF Core 10 performance with AsNoTracking, query filters, compiled queries, and bulk operations. Optimize your data access layer.
Native AOT in .NET 10: When It Helps and When It Hurts
Jul 28, 2026.
Explore Native AOT in .NET 10: understand its benefits for faster startups & lower memory, and when it might hurt your apps.
Caching in ASP.NET Core 10: In-Memory, Distributed, and Output Caching Explained
Jul 28, 2026.
Master ASP.NET Core 10 caching: In-Memory, Distributed, and Output. Boost performance, reduce load, and ensure scalability for your web apps.
Building Distributed Caching in ASP.NET Core with Redis: Architecture, Performance, and Production Best Practices
Jul 28, 2026.
Scale ASP.NET Core apps with Redis distributed caching. Learn architecture, performance, and best practices for faster, more responsive applications.
The Secret Behind .NET Performance: Understanding Garbage Collection Generations (Gen 0, Gen 1 & Gen 2) in C#
Jul 23, 2026.
Unlock .NET performance secrets! Understand Garbage Collection generations (Gen 0, Gen 1, Gen 2) and how they optimize memory management in C#.
Distributed Caching in ASP.NET Core 10: Redis Performance Guide
Jul 24, 2026.
Boost ASP.NET Core 10 performance with Redis distributed caching. Learn patterns, best practices, and troubleshooting for faster, scalable apps.
How to Use Concurrency in Power Automate Apply to Each to Speed Up Your Flows
Jul 24, 2026.
Boost Power Automate flow speed with Concurrency Control in Apply to Each. Process multiple items simultaneously for faster execution.
Building a Lightweight Web Analytics SDK & Real-Time Customer Journey Platform from Scratch
Jul 24, 2026.
Build a lightweight web analytics SDK & real-time customer journey platform from scratch, focusing on performance, scalability, and developer experience.
Entity Framework Core 10 Performance Tuning: 25 Production Optimization Techniques
Jul 24, 2026.
Master EF Core 10 performance! Discover 25 production optimization techniques for faster, scalable .NET data access. Boost your app's speed.
ASP.NET Core Output Caching vs Response Caching: Performance Deep Dive
Jul 23, 2026.
Learn the differences between Output Caching and Response Caching in ASP.NET Core. Explore architecture, performance implications, implementation examples, best practices, and when to use each caching technique in production.
Entity Framework Core Performance Anti-Patterns in Production
Jul 23, 2026.
Master EF Core performance! Avoid common anti-patterns like N+1 queries, over-fetching, and client-side evaluation for faster, scalable .NET apps.
Advanced LINQ Performance: Hidden Costs Every C# Developer Should Know
Jul 23, 2026.
Unlock LINQ's power in C#! Discover hidden performance costs and learn practical techniques for efficient, production-ready code.
SQL Server Query Performance Troubleshooting Guide for .NET Developers
Jul 23, 2026.
Master SQL Server query performance for .NET apps. Learn to troubleshoot, optimize indexes, and write efficient queries for faster responsiveness.
Caching Strategies in ASP.NET Core: MemoryCache vs Redis vs Output Cache
Jul 23, 2026.
Master ASP.NET Core caching: MemoryCache, Redis, and Output Cache. Optimize performance, scalability, and user experience.
How to Reduce Power Automate Flow Runtime Using Parallel Branches
Jul 23, 2026.
Boost Power Automate performance! Learn how parallel branches execute independent actions simultaneously, slashing flow runtime and improving efficiency.
.NET 11 Preview 6 New Features
Jul 22, 2026.
.NET 11 Preview 6 boosts performance, productivity, and cloud-native dev with JIT, Native AOT, ASP.NET Core, and SDK enhancements.
EF Core Performance Tips for Faster Queries
Jul 22, 2026.
Boost EF Core performance with essential tips: select only needed columns, use AsNoTracking, filter at DB, avoid N+1, and monitor SQL.
PostgreSQL JSONB Performance Guide
Jul 22, 2026.
Master PostgreSQL JSONB performance! Learn indexing, query optimization, and best practices for handling dynamic data efficiently.
Azure Cache for Redis Performance Tips
Jul 22, 2026.
Boost .NET app performance with Azure Cache for Redis. Learn tips for connection reuse, data caching, expiration, and more.
Application Insights for ASP.NET Core
Jul 22, 2026.
Master Azure Application Insights for ASP.NET Core. Gain real-time insights, track performance, and troubleshoot issues effectively.
Distributed Caching in ASP.NET Core
Jul 22, 2026.
Boost ASP.NET Core app performance with distributed caching. Learn Redis integration, Cache-Aside, and best practices for scalability.
PostgreSQL Table Partitioning Guide
Jul 22, 2026.
Master PostgreSQL table partitioning for efficient data management. Learn range, list, and hash strategies to boost query performance and scalability.
.NET 11 Preview 6: Hidden Performance Improvements You Should Test
Jul 21, 2026.
.NET 11 Preview 6 offers hidden performance boosts in runtime, JIT, GC, ASP.NET Core, and collections. Test for faster apps!
PostgreSQL JSONB Performance Tips for High-Traffic Applications
Jul 21, 2026.
Optimize PostgreSQL JSONB performance for high-traffic apps. Learn indexing, query tips, and best practices for scalable, fast data handling.
Azure Blob Storage Performance Optimization Techniques
Jul 21, 2026.
Optimize Azure Blob Storage performance with techniques like choosing blob types, efficient uploads, client reuse, async operations, CDNs, and tier selection.
React 20 Hooks: New Patterns and Performance Improvements
Jul 21, 2026.
Master React 20 Hooks: Explore new patterns, performance boosts, and best practices for efficient, maintainable React apps.
Next.js 16 Partial Prerendering Explained with Practical Examples
Jul 21, 2026.
Next.js 16 Partial Prerendering (PPR) blends static speed with dynamic content. Learn how it works and improves user experience with practical examples.
SQL Server Query Store: Monitoring and Fixing Slow Queries
Jul 21, 2026.
SQL Server Query Store: Monitor, diagnose, and fix slow queries with historical data, execution plans, and performance metrics.
Reverse Proxy Explained: Architecture, Benefits, and Real-World Example
Jul 21, 2026.
Understand reverse proxies: their architecture, benefits like security & performance, and how they streamline microservices. Essential for modern apps.
.NET 11 Preview 6: New Features, Performance Improvements, and Breaking Changes
Jul 20, 2026.
.NET 11 Preview 6: Discover new features, performance boosts, and critical breaking changes for faster, more efficient app development.
Entity Framework Core 11: New Features and Performance Enhancements
Jul 20, 2026.
Discover EF Core 11's performance boosts, new features, and best practices for faster .NET data access and efficient database management.
ASP.NET Core Output Caching: Best Practices for High-Traffic APIs
Jul 20, 2026.
Boost ASP.NET Core API performance with Output Caching. Learn best practices for high-traffic apps, reducing load and improving response times.
SQL Server Query Performance Tuning Using Execution Plans
Jul 20, 2026.
Master SQL Server query performance tuning with execution plans. Identify bottlenecks, optimize indexes, and improve database speed.
PostgreSQL Indexing Strategies for High-Performance Applications
Jul 20, 2026.
Boost PostgreSQL performance with effective indexing strategies. Learn about B-Tree, GIN, GiST, and composite indexes for faster queries.
Next.js 16 Server Components: Performance Best Practices
Jul 20, 2026.
Master Next.js 16 Server Components for peak performance. Learn best practices for faster loads, smaller bundles, and improved SEO.
React 20 Performance Optimization Techniques for Large Applications
Jul 20, 2026.
Boost React app performance with 20 optimization techniques for large applications. Reduce re-renders, optimize state, and lazy load for speed.
.NET 11 Preview 8: New Features and Breaking Changes Explained
Jul 16, 2026.
.NET 11 Preview 8: Explore new features like runtime performance, Native AOT, and JSON serialization. Prepare for breaking changes.
ASP.NET Core Performance Optimization Techniques Every Developer Should Know
Jul 16, 2026.
Boost ASP.NET Core app speed! Learn essential techniques for faster response times, reduced costs, and better user experience.
Entity Framework Core Performance Tuning for Large Applications
Jul 16, 2026.
Optimize EF Core for large apps: Boost performance with AsNoTracking, pagination, indexing, caching, and more.
Redis Caching Strategies for High-Traffic ASP.NET Core Applications
Jul 16, 2026.
Boost ASP.NET Core app performance with Redis caching strategies. Reduce database load, improve response times, and scale effectively.
Next.js 16 Performance Optimization Guide for Production Applications
Jul 16, 2026.
Unlock Next.js 16 production performance! Master Server Components, ISR, image optimization, caching, and more for faster apps.
Database Sharding Explained: Scaling Applications Beyond a Single Database
Jul 16, 2026.
Database sharding explained: Scale apps beyond single servers with this powerful technique for performance and availability.
How to Use Indexed Columns in SharePoint to Improve List Performance
Jul 17, 2026.
Boost SharePoint list performance with indexed columns. Learn how to speed up filtering, sorting, and avoid list view threshold issues.
Apache DataFusion Tutorial: Building High-Performance Query Engines in Rust
Jul 16, 2026.
Learn Apache DataFusion fundamentals, architecture, and query execution. Build high-performance analytical applications and custom query engines in Rust.
Caddy vs Nginx: Choosing the Right Web Server for Modern Applications
Jul 16, 2026.
Compare Caddy and Nginx web servers, including performance, HTTPS management, security, configuration, and deployment considerations for modern applications.
DuckDB Tutorial: Building Analytics Applications Without a Data Warehouse
Jul 15, 2026.
Learn how DuckDB enables fast analytics without a traditional data warehouse. Explore architecture, use cases, benefits, and implementation tips.
Cloudflare Workers Tutorial: Building Applications at the Edge
Jul 15, 2026.
Learn how to build and deploy edge applications with Cloudflare Workers, enabling low-latency APIs, serverless computing, and globally distributed applications.
OpenSearch vs Elasticsearch: Which Search Platform Should You Choose?
Jul 15, 2026.
Compare OpenSearch and Elasticsearch to understand architecture, features, licensing, scalability, and use cases for modern search and analytics applications.
OpenTelemetry Explained: Unified Observability for Modern Distributed Systems
Jul 15, 2026.
Learn how OpenTelemetry provides unified observability through traces, metrics, and logs for monitoring modern cloud-native and distributed applications.
Apache Arrow : The Universal Memory Format for Modern Data Systems
Jul 15, 2026.
Learn Apache Arrow and how its columnar memory format enables fast analytics, zero-copy data sharing, and interoperability across modern data platforms.
Qdrant Tutorial: Building High-Performance Semantic Search Applications
Jul 13, 2026.
Learn Qdrant for high-performance semantic search. Understand embeddings, build RAG apps, and unlock intelligent search beyond keywords.
How to Improve Power Automate Performance by Avoiding Common Mistakes
Jul 13, 2026.
Boost Power Automate speed! Learn 10 common mistakes and best practices to optimize flow performance, reduce API calls, and enhance efficiency.
DeepSeek-R1 vs GPT-4o vs Claude 4: Performance Comparison for Developers
Jul 10, 2026.
Compare DeepSeek-R1, GPT-4o, and Claude 4 for developers. Find the best AI model for coding, reasoning, speed, and enterprise use.
Building API Gateways with KrakenD: Performance and Architecture Guide
Jul 09, 2026.
Master KrakenD API Gateway for microservices. Learn performance, architecture, aggregation, security, and best practices for high-traffic apps.
Zed Editor Explained: Why Developers Are Switching from VS Code
Jul 08, 2026.
Zed Editor: A fast, collaborative alternative to VS Code. Explore its native performance, built-in collaboration, and modern features.
Building High-Performance APIs with Go Fiber Framework
Jul 08, 2026.
Build high-performance APIs with Go's Fiber framework. Discover its speed, developer-friendly syntax, and best practices for scalable applications.
Building Data APIs with Apache Arrow and Modern Analytics Engines
Jul 08, 2026.
Build high-performance data APIs with Apache Arrow. Leverage columnar formats & modern engines for faster analytics, reduced overhead, and scalable solutions.
Linux io_uring Explained: High-Performance I/O for Modern Applications
Jul 08, 2026.
Unlock high-performance I/O with Linux io_uring. Reduce overhead, minimize context switches, and boost throughput for modern applications.
Bun vs Node.js: Performance Benchmarks and Real-World Use Cases
Jul 07, 2026.
Bun vs Node.js in 2026: Compare performance, architecture, and use cases. Choose the right JavaScript runtime for your project.
React Compiler Explained: How It Changes React Performance Optimization
Jul 07, 2026.
React Compiler automates performance optimization, reducing manual memoization and improving app speed and maintainability.
gRPC vs REST APIs: Performance, Scalability, and Use Cases Compared
Jul 07, 2026.
Compare gRPC vs REST APIs: explore performance, scalability, use cases, architectural differences, data formats, and when to choose each.
OpenSearch vs Elasticsearch: Key Differences, Performance, and Costs
Jul 06, 2026.
OpenSearch vs Elasticsearch: Explore key differences in licensing, features, performance, and costs to choose the right search & analytics platform.
ARM vs x86 Servers: Performance and Cost Comparison for Cloud Applications
Jul 06, 2026.
Compare ARM vs x86 servers for cloud apps: explore performance, cost, power efficiency, and compatibility to optimize your infrastructure.
Running Production Workloads on ARM Servers: Benefits and Challenges
Jul 03, 2026.
Explore ARM servers for production workloads: benefits like cost savings & efficiency, challenges like compatibility, and migration strategies.
What's New in .NET 11: Features, Performance Improvements, and Migration Guide
Jul 02, 2026.
.NET 11 boosts performance, productivity & cloud-native dev with Native AOT, faster ASP.NET Core, smarter GC & improved tooling. Migrate easily!
Native AOT vs JIT Compilation in .NET 11: Performance Benchmarks and Trade-Offs
Jul 02, 2026.
Compare .NET 11 Native AOT vs JIT compilation. Explore performance benchmarks, startup time, memory usage, and trade-offs for cloud-native apps.
Optimizing Entity Framework Core Queries for Large-Scale Applications
Jul 02, 2026.
Optimize EF Core queries for large-scale apps. Learn techniques like projection, AsNoTracking, pagination, and indexing for peak performance.
Building High-Performance Distributed Caching with Redis and ASP.NET Core
Jul 02, 2026.
Boost ASP.NET Core app performance with Redis distributed caching. Learn integration, best practices, and patterns for scalability.
Performance Testing with Playwright: Measuring Web Performance Effectively
Jul 02, 2026.
Learn how to perform basic performance testing with Playwright
.NET 11 Performance Improvements Explained with Real Benchmarks
Jun 30, 2026.
.NET 11 boosts performance with runtime, GC, and ASP.NET Core optimizations. See real benchmarks for faster apps!
Building AI-Powered Database Query Optimization Tools with SQL Server and .NET
Jun 30, 2026.
Build AI-powered SQL Server query optimization tools with .NET. Automate performance analysis, detect bottlenecks, and get intelligent recommendations.
Building an AI-Driven Database Query Performance Analyzer with .NET and SQL Server
Jun 30, 2026.
Build an AI-driven .NET and SQL Server analyzer to boost database query performance, reduce troubleshooting time, and enhance application responsiveness.
Building AI-Powered Database Query Optimization Advisors with ASP.NET Core
Jun 29, 2026.
Build an AI-powered database query optimization advisor with ASP.NET Core, EF Core, and Azure OpenAI for faster queries, reduced costs, and improved scalability.
Stop Using LookUp() in Patch() When You Already Have the Record
Jun 29, 2026.
Optimize Power Apps Patch() by avoiding LookUp() when you have the record or ID. Boost performance & simplify code!
AI-Driven Performance Profiling for ASP.NET Core Applications
Jun 26, 2026.
Unlock faster ASP.NET Core apps with AI-driven profiling. Automate bottleneck detection, get smart recommendations, and boost performance.
Intelligent Database Index Optimization Using AI and SQL Server
Jun 26, 2026.
Leverage AI and SQL Server DMVs with .NET to build intelligent index optimization, boosting performance and reducing manual tuning.
Building AI-Powered SQL Query Performance Advisors with Entity Framework Core
Jun 26, 2026.
Build AI-powered SQL query advisors with Entity Framework Core to automatically detect bottlenecks, optimize performance, and boost application responsiveness.
Building Autonomous Database Optimization Assistants with .NET and Azure AI
Jun 25, 2026.
Build autonomous database optimization assistants with .NET and Azure AI. Enhance performance, reduce manual effort, and enable proactive management.
Docker Build Optimization Guide
Jun 23, 2026.
Optimize Docker builds by leveraging BuildKit cache mounts, multi-stage builds, and layer caching for faster deployments and reduced bandwidth.
Building AI-Powered Application Configuration Advisors with .NET
Jun 23, 2026.
Build AI-powered application configuration advisors with .NET to proactively identify risks, optimize settings, and enhance security for improved reliability.
Mastering .NET Interviews – Part 9: Testing & Performance
Jun 20, 2026.
Master .NET interviews: Learn unit/integration testing, mocking, DI, and performance tuning (caching, async, profiling).
Building AI-Enhanced Engineering Metrics Dashboards with Blazor
Jun 19, 2026.
Build AI-enhanced engineering metrics dashboards with Blazor & .NET. Gain predictive insights, detect anomalies, and improve software delivery.
EF Core Tip: Improve Read Performance with AsNoTracking()
Jun 19, 2026.
EF Core Tip: Improve Read Performance with AsNoTracking()
Prompt Caching vs Semantic Caching: Performance Optimization Strategies for Enterprise AI Applications
Jun 18, 2026.
Optimize enterprise AI performance with prompt and semantic caching. Reduce costs, boost speed, and enhance scalability for LLM applications.
How to Implement AI-Assisted Database Query Optimization in ASP.NET Core
Jun 17, 2026.
Boost ASP.NET Core app performance with AI-assisted database query optimization. Learn to identify bottlenecks, get recommendations, and improve productivity.
Semantic Chunking Strategies for High-Performance RAG Applications
Jun 16, 2026.
Unlock RAG performance with semantic chunking! Learn strategies to divide content by meaning, not just tokens, for better retrieval and AI responses.
Using Azure AI Search Hybrid Retrieval for Better RAG Performance
Jun 15, 2026.
Boost RAG performance with Azure AI Search Hybrid Retrieval. Combine keyword & vector search for better relevance, accuracy, and fewer hallucinations.