TECHNOLOGIES
NEWS
VIDEOS
FORUMS
Trainings
BOOKS
EVENTS
MORE
INTERVIEWS
JOBS
Live
LEARN
CAREER
MEMBERS
BLOGS
CHALLENGES
CERTIFICATIONS
Bounties
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Content
People
Search
Any Word
Exact Word
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sandhiya Priya(12)
Rajesh Gami(12)
Vijay Kumari(8)
Vipin Mittal(7)
Ananya Desai(6)
Sardar Mudassar Ali Khan (6)
Pankajkumar Patel(4)
Ck Nitin(4)
Ajay Narkhedkar(3)
Deepak Tewatia(3)
Rudra Singh(3)
Patrick Kearns(2)
Vishal Gami(2)
Abhishek Yadav(2)
Sangeet Shah(2)
Vinoth Xavier(2)
Manoj Kumar Sharma(1)
John Godel(1)
Rijwan Ansari(1)
Maya Chopra(1)
Naga Santhosh Reddy Vootukuri(1)
Ziggy Rafiq(1)
Hariyanisantosh (1)
Mominul Islam(1)
Cynthia Sathuragiri(1)
Mahesh Chand(1)
Pradeep Prajapati(1)
Hemish Radadiya(1)
Oguzhan Agir(1)
Cristopher Coronado(1)
Deepika Sawant(1)
Praveen Kumar(1)
Jaimin Shethiya(1)
Deepak Pippal(1)
Yash Prajapati(1)
Vitalii Honcharuk(1)
Shashank Kanojia(1)
Satya Karki(1)
Latest First
Oldest First
Most Viewed
Sort By
Search Results
No search result found
HOWTO: Upgrade Aspire from .NET 9 to .NET 10 CPM Solutions
Dec 12, 2025.
Upgrade Solution from .NET 9 to .NET 10
CathAI Assistant: An Integrated .NET and NVIDIA MONAI Platform for Coronary Angiography Analysis
Dec 10, 2025.
CathAI Assistant is a proof of concept system that combines modern web technologies, GPU accelerated medical imaging pipelines, and large language models in order to support coronary angiography interpretation. The solution ingests de identified DICOM angiograms, performs automated coronary segmentation and vessel highlighting using a NVIDIA and MONAI pipeline, and exposes the results through an ASP.NET Core web application. Clinicians can browse cases, select specific images or cine frames, visualize vessel overlays, and read multi paragraph narrative summaries generated from the structured analysis. This article describes what the system is doing technically, outlines the architecture and implementation strategy, and discusses the potential impact and future evolution of the platform toward real time cath lab assistance and clinical decision support.
How to Create and Retrieve Secrets from Azure Key Vault using .NET Client Library?
Dec 11, 2025.
How to Create and Retrieve Secrets from Azure Key Vault using .NET Client Library? Create and retrieve secrets using .NET Client Library along with creation of Azure key vault resource using Azure CLI and assignment of role to Microsoft Entra (Azure AD) user name. A complete process flow to create and retrieve secrets from Azure Key Vault using .NET Client Library. A role is assigned to Microsoft Entra (Azure AD) user name. Signed in to Azure and executed the application. Resources are cleaned up.
How to Fix No Service for Type Errors in .NET Dependency Injection
Dec 08, 2025.
Learn how to fix the common "No service for type" dependency injection error in .NET. This guide explains why the error occurs, how to register services correctly, common mistakes, and best practices for clean and reliable DI setup.
How to Use MediatR for Clean Architecture in .NET Applications
Dec 08, 2025.
Learn how to implement MediatR in .NET applications to achieve Clean Architecture. This guide explains request/response patterns, commands, queries, handlers, dependency injection, pipelines, and best practices with simple code examples.
Domain Boundaries in Modular Monoliths: How to Structure Large .NET Systems for Scale
Dec 07, 2025.
Domain Boundaries in Modular Monoliths: How to Structure Large .NET Systems for Scale
Asynchronous Programming (Async / Await) in C# and .NET Core
Dec 05, 2025.
This article provides a complete, easy-to-understand guide to asynchronous programming in C# and .NET Core. It explains the differences between synchronous and asynchronous execution, how the async and await keywords work, the role of Task and Task<T>, I/O-bound vs CPU-bound operations, and how async improves performance in ASP.NET Core applications. With practical examples, repository patterns, controller samples, and best practices, this guide is ideal for beginners and professionals who want to build scalable, responsive, and high-performance applications using modern asynchronous programming techniques.
Fixing “The configuration file 'appsettings.json' was not found” in .NET WinForms (.NET 6/7/8)
Dec 06, 2025.
Fix the 'appsettings.json not found' error in .NET WinForms (.NET 6/7/8). Learn how to configure Visual Studio and use AppContext.BaseDirectory for reliable configuration loading.
How to Create a WCF Web Services in C# .NET Core
Dec 05, 2025.
Learn how to seamlessly integrate WCF web services into your C# .NET Core projects using Visual Studio's Connected Services feature. This guide provides a step-by-step walkthrough.
How to implement dependency injection in .NET the right way?
Dec 05, 2025.
Master Dependency Injection in .NET! Learn best practices, service lifetimes (Transient, Scoped, Singleton), constructor injection, and avoid common pitfalls for cleaner code.
How to Handle File Uploads Securely in .NET Web API?
Dec 05, 2025.
Secure your .NET Web API! Learn best practices for handling file uploads: validation, size limits, safe names, malware scanning, secure storage, and HTTPS. Protect your app!
How to Connect a .NET Web API to SQL Server with Entity Framework
Dec 04, 2025.
Learn how to connect your .NET Web API to SQL Server using Entity Framework Core. This step-by-step guide covers database setup, CRUD operations, and common fixes.
How to Use Async and Await Correctly in .NET Applications
Dec 04, 2025.
Master .NET asynchronous programming with async and await! Learn best practices, avoid deadlocks, and boost performance in your web APIs and applications.
ASYNC / AWAIT Full Concept in .NET Core
Dec 04, 2025.
Master async/await in .NET Core! Learn how to boost performance, scalability, and responsiveness with non-blocking I/O. Includes real-world examples and best practices.
Understanding SqlHelper Class in .NET — ExecuteNonQuery, ExecuteDataset, ExecuteScalar
Dec 04, 2025.
Master .NET database interactions with SqlHelper! Learn ExecuteDataset, ExecuteNonQuery, and ExecuteScalar with practical examples for efficient data access.
Improve Debugging in .NET Using the DebuggerDisplay Attribute
Dec 02, 2025.
Simplify .NET debugging with the DebuggerDisplay attribute! Customize object views in the debugger for faster problem-solving. Learn how to use it effectively and boost productivity.
Why Microsoft Merged Startup.cs and Program.cs in .NET 6: A Complete Explanation
Dec 02, 2025.
Discover why .NET 6 merged Startup.cs into Program.cs! Streamlined bootstrapping, reduced boilerplate, and improved performance for modern ASP.NET Core apps.
Profiling and Monitoring .NET Applications: A Complete Guide
Dec 02, 2025.
Master .NET application performance! This guide covers profiling, monitoring, and logging techniques for identifying bottlenecks and ensuring reliability in ASP.NET Core.
How to Implement Interactive Authentication with MSAL .NET in Azure?
Dec 02, 2025.
Implement interactive authentication in .NET using MSAL.NET. Learn to acquire tokens from Microsoft Entra ID, manage user consent, and cache tokens for secure access to Microsoft Graph.
The Ultimate C# PDF Libraries Comparison: 12 Tools for .NET Projects
Dec 02, 2025.
Compare 12 top C# PDF libraries for .NET. Find the best tool for your project based on features, licensing, and use cases. Includes code examples!
Building a User Registration System with Angular + .NET + SQL Server
Dec 02, 2025.
Build a full-stack user registration system with Angular, .NET Core Web API, and SQL Server. Step-by-step guide for web developers. Learn UI to database connection.
Mastering Collections in .NET Core
Dec 02, 2025.
Master .NET Core collections! Explore Lists, Dictionaries, Queues, Stacks, HashSets, and Concurrent Collections with real-time examples and performance tips.
Mastering Deployment: An Easy Guide About Modern Docker Workflow for Depoying .NET 10 application
Nov 28, 2025.
Master .NET 10 deployment with Docker! This guide simplifies containerization, ensuring consistent performance across all environments. Learn to build production-ready images.
AI-driven development with C# 14 and .NET 10 - Best Practices
Nov 26, 2025.
Master AI-driven .NET development with C# 14 & .NET 10! Learn prompt engineering best practices, enhanced interpolation, & build robust, scalable AI features.
Building Ultra-Fast APIs with .NET 10 and Native AOT
Nov 26, 2025.
.NET 10 and Native AOT revolutionize API performance! Achieve microsecond startup times, reduced memory, and smaller deployments. Build ultra-fast, scalable APIs for modern cloud architectures.
C# .NET Object-Oriented Programming – A Complete Guide (Beginner to Advanced)
Nov 23, 2025.
This article provides a complete and easy-to-understand guide to Object-Oriented Programming (OOP) in C# .NET, covering core concepts such as classes, objects, variables, methods, constructors, access modifiers, encapsulation, inheritance, polymorphism, abstraction, and interfaces. With clear explanations and practical examples, it helps learners build a strong foundation for real-world .NET development and technical interview preparation. Ideal for beginners, students, and professionals looking to improve their understanding of OOP principles in C#.
Why Do We Need GZip? (And why IIS automatically gives you GZip in .NET applications)
Nov 23, 2025.
GZip compression speeds up .NET apps by shrinking web responses. Learn how it boosts performance, cuts costs, improves SEO, and works automatically with IIS!
Building a Unified Logging Correlation Model (TraceID Propagation) | .NET + Angular
Nov 21, 2025.
Master distributed tracing in .NET & Angular! Learn to correlate logs, traces & metrics with Trace IDs for efficient debugging & observability. #OpenTelemetry
Designing a Consistency Model for Hybrid SQL + Event Store | .NET Core + Angular
Nov 21, 2025.
Master hybrid SQL & Event Store consistency! Learn Transactional Outbox, Event Sourcing, CDC patterns, plus Angular UI tips for eventual consistency. .NET Core examples.
Transforming AI with .NET and C#
Nov 22, 2025.
.NET empowers AI integration with C#. Explore cloud LLMs, local ONNX inference, and C#-native TorchSharp for building intelligent, enterprise-grade applications.
Implementing Your Own Change Tracking Engine (without CDC) | Angular + .NET Core
Nov 20, 2025.
Build a custom change tracking engine in Angular & .NET Core, bypassing SQL Server CDC. Capture data changes, enable audit/undo, and ensure data integrity.
Designing a Distributed Job Locking System | .NET + Redis + SQL
Nov 21, 2025.
Prevent duplicate job execution in distributed systems! This .NET guide covers Redis & SQL locking, fencing tokens, leases, monitoring, and best practices.
Dynamic Row & Column Permission System | Field-Level Security and Rule Engine for Angular + .NET Applications
Nov 19, 2025.
Implement dynamic row & column permissions in Angular & .NET apps. Secure sensitive data with field-level security, a rule engine, and metadata-driven access control.
Implementing a Complex Ledger System | Double Entry, Audit Trails, Integrity Rules in .NET with Angular Front-End
Nov 19, 2025.
Build a robust ledger system in .NET with Angular! Double-entry accounting, audit trails, integrity rules, and a complete posting pipeline explained.
How to Create Azure Cosmos DB Resources for NoSQL by using .NET Client Library?
Nov 19, 2025.
Learn how to create Azure Cosmos DB NoSQL resources using the .NET client library. This guide covers account setup, database/container creation, and item management via a console app.
Understanding .NET Core: A Simple and Complete Guide for Beginners
Nov 18, 2025.
A complete beginner-friendly guide to .NET Core covering its features, project structure, middleware pipeline, request flow, and key concepts of ASP.NET Core. This article explains everything in simple language, making it easy for students and new developers to understand and start their .NET journey.
HTML to PDF C# in .NET 10: A Technical Guide for .NET Developers
Nov 19, 2025.
Comprehensive guide to HTML to PDF conversion in C#, .NET 10. Evaluates 35+ solutions, architectures, and production-ready options. Find the best library!
The Serialization Spectrum: An Architect's Deep Dive into JSON, Typed Formats, and Data Contracts for High-Performance .NET Systems
Nov 19, 2025.
Unlock peak .NET performance! Deep dive into JSON, typed formats (protobuf, MessagePack), and data contracts. Optimize serialization for robust, scalable systems.
SQL Server Functions in .NET Core (with EF Core)
Nov 18, 2025.
Leverage SQL Server functions in .NET Core with EF Core! Explore system functions, UDFs, and EF Core helpers for efficient data manipulation and query optimization.
Building Your Own ETL Pipeline Using SQL Server and .NET Background Worker
Nov 18, 2025.
Build a lightweight ETL pipeline using SQL Server and .NET Background Worker! Extract, transform, and load data efficiently without heavy tools. Perfect for small to mid-sized teams.
Measuring Success: What KPIs to Track After Upgrading to .NET 10 and Visual Studio 2026
Nov 18, 2025.
Unlock .NET 10 & VS 2026's potential! Track key metrics: performance, reliability, productivity, & cost. Validate upgrade success & optimize workflows.
Creating a .NET Webhook Receiver and Sender System: Architecture, Implementation, Security, and Retry Mechanism
Nov 17, 2025.
Build a robust .NET webhook system with ASP.NET Core 8! This guide covers architecture, security (HMAC), retries, logging, and a complete implementation for reliable event delivery.
Migration Myths: When You Shouldn’t Rush to .NET 10 (and Why That’s Okay)
Nov 14, 2025.
Don't rush to .NET 10! This article debunks common migration myths, revealing when delaying the upgrade is the smarter, safer, and more cost-effective choice for your team.
Building Clean Architecture in .NET 8 — A Modern Guide for Developers
Nov 14, 2025.
Master Clean Architecture in .NET 8! Build scalable, testable, and maintainable applications with our guide. Learn core principles, layers, and best practices.
CI/CD Pipeline Setup for Angular and .NET Using GitHub Actions
Nov 14, 2025.
Automate Angular and .NET deployments with GitHub Actions! This guide covers CI/CD pipeline setup, build, test, and deployment for faster, reliable releases. Streamline your workflow!
How .NET 10 Supports Cloud + AI Workloads — A Non-Developer Look
Nov 13, 2025.
.NET 10 unifies cloud and AI, boosting performance, security, and efficiency for enterprises. A business-focused look at its strategic value beyond development.
GEO checklist: Making your .NET 10/VS 2026 content discoverable by AI engines
Nov 14, 2025.
Optimize .NET 10/VS 2026 content for AI discovery! This checklist covers clarity, structure, metadata, and examples to boost visibility and reach the right developers.
How to Create Azure Blob Storage Resources by using .NET Client Library?
Nov 13, 2025.
Unlock the power of Azure Blob Storage with .NET! This guide provides a step-by-step walkthrough on creating and managing blob storage resources programmatically using the Azure .NET client library. Learn how to upload, download, and manage your data efficiently. Perfect for developers seeking to integrate cloud storage into their .NET applications. Master Azure Blob Storage with our comprehensive tutorial and code examples, boosting your cloud development skills.
How to optimise your .NET 10 content for the era of Generative search
Nov 13, 2025.
Optimize .NET 10 content for generative search! Learn how AI-driven discovery transforms developer workflows, boosts productivity, and enhances code quality.
Training Your Web3 & AI Team on .NET 10 + VS 2026: Curriculum Blueprint for 2026
Nov 13, 2025.
Blueprint for training Web3 & AI teams on .NET 10 and VS 2026. Master distributed architecture, smart contracts, AI workflows, and DevOps for enterprise adoption.
C# 14: The Next Step in Language Evolution for .NET 10
Nov 12, 2025.
Explore C# 14's new features in .NET 10: extension members, field keyword, null-conditional assignment, span improvements, and more. Boost code clarity and performance!
Why .NET 10 is a strategic upgrade for enterprise teams — not just developers
Nov 12, 2025.
.NET 10: A strategic upgrade for enterprises, not just developers. Boost runtime, security, cloud efficiency, & DevOps. Simplify architecture & cut costs.
What You Need to Know about .NET 10
Nov 12, 2025.
.NET 10: Unleash faster, more secure apps with AI-powered features, quantum-safe encryption, and enhanced web & mobile development tools. Upgrade now!
WebAssembly with Blazor WebAssembly and .NET 9 Integration: Building High-Performance Client-Side Web Apps
Nov 12, 2025.
Explore Blazor WebAssembly with .NET 9! Build high-performance web apps using C# and WebAssembly. Learn about AOT compilation, JS interop, and more for modern SPAs.
.NET 8 vs .NET 10: A Complete Comparison for Modern Enterprise Applications
Nov 12, 2025.
Explore a detailed .NET 8 vs .NET 10 comparison. Discover key differences in performance, security, cloud-native features, and long-term planning for enterprises.
Smart UI Personalization Using Machine Learning Models: Building Adaptive User Interfaces with .NET and Angular
Nov 11, 2025.
Build adaptive UIs with .NET, Angular, and ML! Learn to personalize user experiences using machine learning models for enhanced engagement and retention.
🧾 How To Create an Excel Dropdown List Using a .NET Core API
Nov 07, 2025.
Create dynamic Excel dropdown lists using a .NET Core Web API and ClosedXML. Enhance data consistency and user experience with downloadable templates. Streamline data input!
Understanding the Difference Between Web.config and App.config in .NET Applications
Nov 07, 2025.
Unlock the secrets of .NET configuration! Learn the key differences between Web.config for ASP.NET and App.config for desktop apps. Master configuration files for optimal application behavior and deployment.
Difference betwn .NET 6 and .NET 8 with respect to identity framework
Nov 06, 2025.
Explore the evolution of ASP.NET Core Identity from .NET 6 to .NET 8. Discover key improvements in security, performance, customization, and token management for modern apps.
.NET Core & C# Full-Stack Advanced MCQ Pack
Nov 04, 2025.
Ace your .NET Core and C# skills! This MCQ pack covers advanced C#, DI, MVC, Web API, EF Core, SQL, System Design, Cloud & Microservices. Test your knowledge now!
Advanced .NET Core Concepts — DI, Middleware & Memory Leaks
Nov 04, 2025.
Master advanced .NET Core: Dependency Injection for loose coupling, custom middleware for request handling, and memory leak prevention for robust applications.
.NET Core Cheat Sheet (Middleware + DI Lifetimes)
Nov 04, 2025.
Master ASP.NET Core! This cheat sheet covers Middleware (pipeline, registration, rules) and Dependency Injection (lifetimes, best practices, common mistakes).
The ASP.NET Core Dependency Injection System (with .NET 9 Patterns & Pitfalls)
Nov 03, 2025.
Practical guide to ASP.NET Core DI: lifetimes, constructor vs. property injection, Options, TryAdd, avoiding captive deps, IServiceScopeFactory, IAsyncDisposable, and .NET 9 AOT.
Top .NET Interview Questions & Concepts Explained
Nov 04, 2025.
Ace your .NET & C# interviews! Covers core concepts, ASP.NET MVC, EF Core, SQL, real-time architecture, security, and common coding challenges. Master C#!
Performance & Observability in ASP.NET Core 2025 With Latest .NET Core Version
Oct 31, 2025.
Explore ASP.NET Core 2025's performance & observability features! Discover JIT/AOT compilation, OpenTelemetry, improved logging, and metrics for faster, traceable apps.
Difference Between ASP.NET Web Forms, MVC & .NET Core
Oct 31, 2025.
Explore the evolution of ASP.NET: Web Forms, MVC, and .NET Core. Understand key differences, features, and ideal use cases to choose the right framework.
🌐 Understanding WCF Service in .NET with Example and Benefits
Oct 27, 2025.
Explore WCF in .NET! Learn to build robust, service-oriented applications with this comprehensive guide. Includes examples, benefits, and architecture overview.
Real-Time Observability for AI Agents with .NET Aspire, Application Insights & OpenTelemetry
Oct 28, 2025.
Master AI agent observability with .NET Aspire, Application Insights, and OpenTelemetry. Monitor performance, debug issues, and ensure production readiness. From local dev to Azure!
⚙️ Mastering Exception Handling in .NET Core — Complete Guide with Examples
Oct 28, 2025.
Master .NET Core exception handling! Learn try-catch, global handlers, middleware, custom exceptions, and logging for robust & user-friendly apps.
What Are Events in .NET Framework?
Oct 27, 2025.
Unlock the power of .NET events! Learn how publishers and subscribers communicate using delegates, creating responsive and decoupled applications. Master event handling in C#.
How to Troubleshoot Errors in a .NET MVC Website
Oct 25, 2025.
Learn how to troubleshoot errors in a .NET MVC website using debugging techniques, IIS logs, custom error handling, remote debugging, and third-party tools like Application Insights, ELMAH, and NLog. Practical guide for ASP.NET MVC error resolution.
🧩 Building Microservices with C# and .NET Core — A Complete Guide with Example
Oct 24, 2025.
This comprehensive guide provides a step-by-step approach to building scalable, maintainable, and independent applications. Learn to create a Product Microservice, connect it with an API Gateway (Ocelot), implement inter-service communication, and dockerize your application. Explore advanced topics like service discovery and monitoring for robust distributed systems.
Part IV - .NET 5+ SQL Connections: Why Encrypt=True Is Now the Default
Oct 23, 2025.
Learn about the .NET 5+ default Encrypt=True setting for SQL connections and its impact on your applications. This article explains why Microsoft made this security enhancement, how to handle self-signed certificates in development, and best practices for production environments. Ensure secure data transfer and avoid connection errors by understanding and implementing the correct connection string configurations. Discover how to configure your connection strings for optimal security and compatibility.
🚀 Building a Generative AI Microservice in .NET 8
Oct 17, 2025.
Build a powerful Generative AI microservice with .NET 8! This guide walks you through integrating OpenAI's GPT API using Minimal APIs, creating intelligent applications for code generation, content creation, and more. Learn to containerize with Docker and deploy to the cloud. Enhance your .NET applications with AI-driven capabilities and unlock new possibilities for automation and innovation. Securely manage API keys and explore real-world use cases.
🧠 What happen Behind .NET GC (Generational Collection)?
Oct 15, 2025.
Dive deep into the .NET Garbage Collector (GC) and its generational approach! Understand Gen 0, Gen 1, and Gen 2, plus the Large Object Heap (LOH). Learn how object promotion works, when full GCs are triggered, and the impact of compaction. Discover GC modes in .NET 8+ and practical performance tips for efficient memory management. Master the .NET GC!
Dapper Unveiled: The Lightweight ORM Powering High-Performance .NET Applications
Oct 15, 2025.
Unlock blazing-fast .NET data access with Dapper, the lightweight micro-ORM. Perfect for performance-critical applications, Dapper offers near-native speed and full SQL control, bypassing the overhead of full ORMs like Entity Framework. Ideal for microservices, reporting, and legacy integration, Dapper empowers developers with simplicity and speed. Learn how to use Dapper for high-performance .NET applications.
🧠 GC.Collect() vs GC.SuppressFinalize() in .NET — Deep Dive (with Real-World Examples)
Oct 15, 2025.
Unlock .NET memory management secrets! This deep dive explores GC.Collect() and GC.SuppressFinalize(), revealing when and how to use them effectively. Learn the nuances of garbage collection in .NET 8/9+, understand the Dispose pattern, and avoid common pitfalls. Real-world examples and best practices included for optimized .NET performance. Master deterministic cleanup and boost your app's efficiency!
Upload Image to AWS S3 Using JavaScript and Pre-Signed URL (with .NET Core API)
Oct 14, 2025.
Learn how to securely upload images directly to AWS S3 from your browser using JavaScript and a .NET Core API. This tutorial guides you through generating pre-signed URLs, granting temporary upload permissions without exposing your AWS credentials. Improve performance and security by offloading uploads to the client-side.
🔥 Send Push Notifications via Google Firebase v1 API using .NET Core
Oct 14, 2025.
Learn how to send push notifications from a .NET Core Web API using the Firebase Cloud Messaging (FCM) v1 API. This tutorial provides a step-by-step guide, covering service account setup, OAuth2 authentication, and API integration. Enhance your applications with real-time engagement using this secure and efficient method. Replace legacy FCM keys with modern OAuth2 tokens for enterprise-grade notification delivery. Includes code snippets and troubleshooting tips.
🚀 .NET Core API for SignalR Integration (with Example)
Oct 14, 2025.
Unlock real-time communication in your .NET Core APIs with SignalR! This guide provides a step-by-step walkthrough, complete with a working code example, demonstrating how to integrate SignalR for instant data updates. Build live dashboards, chat applications, and notification systems with ease. Learn to push data to clients without constant refreshing, reducing latency and improving user experience. Explore advanced use cases like authentication and scaling.
Fix AWS S3 Upload CORS Error (Frontend + .NET Core Example)
Oct 14, 2025.
Struggling with AWS S3 CORS errors when uploading files directly from your frontend? This guide provides a step-by-step solution using a .NET Core API and JavaScript. Learn how to configure your S3 bucket's CORS settings, generate pre-signed URLs, and handle file uploads seamlessly. Includes code examples, troubleshooting tips, and links to official AWS documentation to ensure secure and error-free uploads from any frontend framework.
Claude Code vs GitHub Copilot: Which is Better for .NET / C# Devs?
Oct 13, 2025.
Struggling to choose between GitHub Copilot and Claude Code for .NET/C# development? This 2025 comparison dives deep, analyzing context awareness, code completeness, testing, and more. Discover which AI assistant excels in speed vs. reasoning, refactoring, and complex tasks. Learn how to leverage both for optimal workflow, from quick scaffolding to architectural design, and boost your .NET productivity!
Refactoring Legacy .NET Framework Apps for Cloud-Native Deployment
Oct 11, 2025.
Modernize legacy .NET Framework applications for cloud-native deployment without costly rewrites. This guide outlines an incremental refactoring approach, focusing on containerization, abstraction layers, configuration modernization, and observability. Transition to .NET 8, leverage cloud services, and establish continuous delivery pipelines for agility and improved performance.
Three Ways to Define Middleware in .NET Core (with Examples)
Oct 09, 2025.
Unlock the power of .NET Core middleware! This article explores three distinct methods for defining middleware: inline, custom, and extension methods. Learn when to use each approach with practical examples for logging, diagnostics, and request processing. Discover how to build composable pipelines for robust and maintainable .NET Core applications. Choose the right technique for quick prototypes or complex, reusable components, and elevate your .NET Core development skills.
⚙️ Understanding Kestrel Web Server in .NET Core — Deep Dive with Real-World Examples
Oct 08, 2025.
Dive deep into Kestrel, the cross-platform web server for ASP.NET Core! Learn its architecture, how it handles requests, and how to configure it for optimal performance. Discover real-world examples, deployment scenarios with IIS and Nginx reverse proxies, performance tuning tips, security recommendations, and essential interview questions. Master Kestrel for building fast, scalable, and secure .NET Core applications in the cloud and beyond. Ideal for microservices and APIs.
Dapper + Entity Framework Core (EF Core) together against PostgreSQL in .NET 8
Oct 06, 2025.
Combine the power of Entity Framework Core (EF Core) for schema management and Dapper for raw SQL performance in .NET 8 with PostgreSQL. This guide explores two approaches: using EF Core for CRUD and Dapper for complex queries, or sharing a single transaction across both. Learn best practices, avoid common pitfalls, and optimize your data access layer for speed and efficiency. Leverage Dapper and EF Core for robust and performant .NET applications.
Understanding API in .NET Core — A Beginner-Friendly Guide with Real-Life Example
Oct 05, 2025.
Unlock the power of APIs in .NET Core with this beginner-friendly guide! Learn to build a simple web API, understand endpoints, and connect frontends to backends using real-world examples like job portals. Master controllers, HTTP methods, and Swagger testing. Perfect for developers starting their .NET API journey and ready to build robust, scalable web services. Dive in and create your first API today!
Clean Architecture in .NET Core
Oct 04, 2025.
This article provides a practical guide with code examples, demonstrating how to separate concerns using the Dependency Rule. Learn to structure your .NET Core projects effectively by isolating domain logic, application services, infrastructure adapters, and API layers, ensuring long-term scalability and reduced complexity.
CI/CD for .NET Applications with Azure DevOps and AWS CodePipeline
Oct 03, 2025.
This article explores setting up robust Continuous Integration and Continuous Deployment pipelines using Azure DevOps and AWS CodePipeline. Learn to automate builds, tests, and deployments, ensuring higher code quality and reduced manual errors. Discover best practices, including IaC, automated testing, and secure secret management, to streamline your .NET development workflow in the cloud.
Deploying .NET Applications to Azure and AWS: Step-by-Step Guide
Oct 03, 2025.
Unlock the power of cloud deployment for your .NET applications! This step-by-step guide provides a comprehensive walkthrough of deploying .NET apps to both Microsoft Azure and Amazon Web Services (AWS). Learn how to leverage Azure App Service, AKS, Elastic Beanstalk, and ECS. Master containerization, CI/CD pipelines, secret management, and auto-scaling for scalable, secure, and resilient cloud-native applications.
Monitoring and Logging .NET Applications in Azure and AWS
Oct 03, 2025.
Master monitoring and logging for .NET applications in Azure and AWS. This guide explores Azure Monitor, Application Insights, Log Analytics, CloudWatch, X-Ray, and CloudTrail. Learn to detect issues early, optimize performance, ensure security, and gain business insights. Implement best practices like structured logging, centralized logs, alerts, and distributed tracing for stable, secure, and optimized cloud-native .NET apps.
Using Docker and Kubernetes for .NET on Azure AKS and AWS EKS
Oct 03, 2025.
This article provides a practical walkthrough of deploying .NET apps using Docker and Kubernetes on both Azure AKS and AWS EKS. Learn to containerize your app, deploy it to AKS and EKS, and compare the two platforms. Discover best practices for CI/CD, secrets management, and multi-cloud portability to build scalable and resilient .NET solutions.
Mastering Async/Await For Robust And Scalable .NET Apps
Oct 03, 2025.
This article explains how to properly leverage async/await for scalable applications. Learn to avoid common pitfalls like thread pool exhaustion and connection pool bottlenecks. Discover best practices for ConfigureAwait, database connections, and end-to-end async implementation.
Microservices in .NET Core: A Beginner-Friendly Guide
Oct 03, 2025.
Unlock the power of microservices in .NET Core with this beginner-friendly guide! Learn how to build scalable, maintainable, and resilient applications by breaking them down into independent services. Explore practical examples, understand Dependency Injection, API communication (REST/gRPC), and Docker containerization. Master the developer team analogy to grasp microservices architecture and enhance your .NET development skills. Start building modern, enterprise-ready applications today!
.NET Core vs .NET Framework – A Complete Comparison for Developers
Oct 03, 2025.
This article breaks down the key differences between Microsoft's two major development platforms. Learn about platform support, performance, deployment, and use cases to determine which framework is right for your project. Discover when to choose the legacy giant or the modern, cross-platform hero for optimal results. Make the right choice for your development needs!
Setting Up .NET Projects with Azure SDKs and AWS SDKs
Sep 30, 2025.
Learn how to seamlessly integrate your .NET projects with both Microsoft Azure and Amazon Web Services (AWS) using their respective SDKs. This guide provides a step-by-step walkthrough of installing the SDKs, configuring authentication using best practices like Managed Identities and IAM Roles, uploading files to cloud storage, and leveraging configuration files for optimal management.
Understanding Dependency Injection (DI) in .NET Core with Simple Examples
Sep 30, 2025.
Unlock the power of Dependency Injection (DI) in .NET Core! This guide provides a clear understanding of DI principles with practical examples, including a Car/Engine scenario and the built-in ILogger<T>. Learn how DI promotes loose coupling, improves testability, and simplifies maintenance. Explore different DI types (Constructor, Method, Property) and service lifetimes (Singleton, Scoped, Transient) to build scalable and robust .NET Core applications. Master DI for cleaner, more organized code!
Choosing Between Azure and AWS for .NET Applications
Sep 30, 2025.
This article provides a comprehensive comparison, highlighting the strengths, differences, and ideal use cases for each platform. Explore .NET on Azure with its seamless integration with Visual Studio and Azure AD, or leverage AWS's global reach and cost optimization options. Learn how to decide based on your team's skills, infrastructure, and business needs for optimal cloud deployment.
Level Up Your .NET Debugging and Profiling with GitHub Copilot
Sep 29, 2025.
Supercharge your .NET debugging and profiling with GitHub Copilot in Visual Studio! This article explores how Copilot's AI assistance streamlines the process, offering smart breakpoint suggestions, exception analysis, performance bottleneck identification, and more. Learn to debug smarter, profile faster, and fix issues with confidence using real-world examples and code snippets. Unlock a new level of efficiency and clarity in your .NET development workflow.
Smart Dependency Injection in .NET with Custom Attributes
Sep 26, 2025.
Simplify .NET dependency injection with custom attributes! Automate service registration by defining injection scopes directly on interfaces. This approach reduces boilerplate code, enhances maintainability, and promotes a cleaner, more scalable architecture. Learn how to scan assemblies dynamically and streamline your DI setup for efficient .NET development.
1
-
100
of
8578
<<
1
2
3
4
5
>>
Search
OUR TRAINING
Discovery to Delivery
Employing the latest technologies, Over-C's capabilities include web and mobile development, software and database architecting as well as visual and UX design.