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(14)
Rajesh Gami(12)
Mahesh Chand(8)
Vijay Kumari(8)
Ananya Desai(7)
Pankajkumar Patel(5)
Ajay Narkhedkar(3)
Deepak Tewatia(3)
Vipin Mittal(3)
Ck Nitin(3)
Raghunath B(2)
Mohan Veer Singh(2)
Shafaet Hossain(2)
Vishal Gami(2)
Abhishek Yadav(2)
Sangeet Shah(2)
Rajiv (1)
Darshan Adakane(1)
Nabaraj Ghimire(1)
Thisara Dilshan(1)
Yogeshkumar Hadiya(1)
Sai Kumar Koona(1)
Manoj Kumar Sharma(1)
John Godel(1)
Patrick Kearns(1)
Rijwan Ansari(1)
Maya Chopra(1)
Naga Santhosh Reddy Vootukuri(1)
Ziggy Rafiq(1)
Hariyanisantosh (1)
Cynthia Sathuragiri(1)
Mominul Islam(1)
Hemish Radadiya(1)
Pradeep Prajapati(1)
Oguzhan Agir(1)
Cristopher Coronado(1)
Vinoth Xavier(1)
Deepika Sawant(1)
Latest First
Oldest First
Most Viewed
Sort By
Search Results
No search result found
Migrate ASP.NET Web API from .NET Framework to .NET Step by Step
Jan 11, 2026.
Migrate ASP.NET Web API 2 on .NET Framework to ASP.NET Core Web API on modern .NET with a practical step by step tutorial. Learn how to rebuild the host, replace System.Web, migrate routing, controllers, filters, authentication, configuration, and deployment.
How to Upgrade ASP.NET MVC to .NET Step by Step
Jan 11, 2026.
Learn how to upgrade an ASP.NET MVC application from .NET Framework to modern .NET using a proven step by step migration strategy. This in depth guide covers architecture changes, routing, controllers, views, configuration, authentication, and deployment best practices.
Smarter Memory Management for Long-Running Apps: ASP.NET Core in .NET 10 Automatically Releases Unused Pooled Memory
Jan 12, 2026.
.NET 10 enhances ASP.NET Core with automatic pooled memory trimming, reducing memory usage in long-running apps like APIs and services. Learn how it works and benefits you!
How Do Microservices Communicate in .NET 10?
Jan 10, 2026.
Explore .NET 10 microservices communication: REST, gRPC, and message queues. Learn when to use each for scalable, resilient systems. Boost performance!
How Do I Structure a Clean, Maintainable .NET Solution?
Jan 09, 2026.
Learn how to structure a clean, maintainable .NET solution using a layered architecture that scales, with project layout, dependency rules, boundaries, naming conventions, and practical tips to keep codebases healthy as teams grow.
How Do I Migrate from .NET Framework to .NET (Core)
Jan 09, 2026.
Migrating from .NET Framework to modern .NET? This guide offers a step-by-step approach, covering strategies, tools, and common pitfalls. Learn how to modernize your apps safely and efficiently!
How Do I Secure My .NET Applications?
Jan 09, 2026.
Learn how to secure .NET applications end to end with authentication, authorization, secrets management, secure APIs, data protection, dependency security, logging, and deployment hardening, plus a practical checklist and FAQs.
How do I deploy .NET apps to Azure, AWS, or containers?
Jan 09, 2026.
Learn how to deploy .NET applications to Azure and AWS using App Service, Azure Container Apps, AKS, Elastic Beanstalk, ECS Fargate, and containers, with a pragmatic decision guide and production-ready practices.
Which .NET Version Should I Use Right Now?
Jan 09, 2026.
Choosing the right .NET version can be tricky! This guide simplifies the decision, recommending .NET 10 for new apps and offering clear advice for existing projects. Get the LTS vs STS breakdown!
The Evolution of .NET Solution Files: Why the Traditional .sin Is Fading Away
Jan 08, 2026.
Discover the evolution of .NET solution files! Learn why the traditional .sln is fading in favor of modern approaches like .slnx, improving workflows and automation.
How to retrieve configuration settings from Azure App Configuration using .NET Client Library?
Jan 08, 2026.
Learn how to retrieve configuration settings from Azure App Configuration in .NET using the .NET client library. Includes setup, role assignment, and cleanup steps.
Dependency Injection Made Simple: A Practical .NET Core Guide
Jan 03, 2026.
Unlock the power of Dependency Injection (DI) in ASP.NET Core! Learn how DI promotes loose coupling, testability, and scalability for robust .NET applications.
Cloud-native microservice development with .NET Aspire
Jan 02, 2026.
.NET Aspire simplifies cloud-native microservice development with its code-first approach, unified tooling, and smart defaults. Build, observe, and deploy distributed apps easily.
Minimal API vs MVC Controllers in .NET 10
Jan 01, 2026.
Explore .NET 10's Minimal APIs vs. MVC Controllers! Learn when to use each for optimal performance, maintainability, and team collaboration. Real-world examples included.
Unit Testing and Integration Testing in .NET Core
Jan 01, 2026.
Master .NET Core testing! Learn unit & integration testing with practical examples using xUnit, MSTest, and WebApplicationFactory. Ensure reliable applications.
Dependency Injection in .NET Core Applications
Jan 01, 2026.
Master Dependency Injection in .NET Core! Learn how to build loosely coupled, testable, and maintainable applications with ASP.NET Core's built-in DI container.
EF Core vs Dapper in .NET 10
Dec 30, 2025.
Explore EF Core vs. Dapper in .NET 10 for data access. Discover their key differences, benefits, code examples, and guidance on choosing the right tool for your project.
Why Design Patterns Matter: A dive into The Strategy pattern with ASP .NET Core
Dec 30, 2025.
Explore the Strategy pattern in ASP.NET Core! Learn how to write flexible, maintainable code by decoupling algorithms using composition over inheritance. #designpatterns #CSharp #StrategyPattern
Fixing OpenAPI Transform for Scalar to Add a Global JWT Auth Header in .NET 10
Dec 27, 2025.
Fix .NET 10 OpenAPI transform for Scalar UI to add a global JWT auth header. Resolve breaking changes from .NET 9, ensuring seamless JWT authentication.
What is Redis and how does it fit into Clean Architecture in a .NET application
Dec 27, 2025.
Unlock blazing-fast .NET performance with Redis! Learn how to integrate this in-memory data store into your Clean Architecture for caching, messaging, and more. Boost scalability!
Faster, Leaner, Better: The ASP.NET Core Refinements You Can’t Ignore in .NET 10
Dec 22, 2025.
Discover what’s new in ASP.NET Core with .NET 10. Explore enhance security, observability, and performance for production apps. Discover improvements in Blazor, APIs, and authentication!
Graceful Terminations in GKE: Mastering SIGTERM in .NET APIs
Dec 20, 2025.
Learn how to gracefully handle SIGTERM signals in .NET APIs running on GKE. Prevent dropped requests and data corruption with proper shutdown strategies.
Build High-Performance APIs with .NET Minimal API
Dec 16, 2025.
Learn modern techniques to build high-performance APIs using Minimal API architecture in .NET. This guide explains concepts, best practices, performance optimizations, and real-world usage in simple language with code examples.
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 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.
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.
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 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 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 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.
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.
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.
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!
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.
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.
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.
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!
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.
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.
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.
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.
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 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.
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.
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!
.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.
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.
🧾 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!
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!
1
-
100
of
8645
<<
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.