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]
Saurav Kumar(13)
Rajesh Gami(11)
Ananya Desai(6)
Niharika Gupta(5)
Aarav Patel(4)
Sandhiya Priya(4)
Destin Joy(3)
Alkesh Bijarniya(2)
Priyanka Jain(2)
Micheal Xavier A (2)
Nagaraj M(2)
Tanuj (2)
Nidhi Sharma(2)
Pradeep Prajapati(2)
Pankajkumar Patel(2)
Raghunath Bhukan(2)
Ajay Narkhedkar(2)
Abhishek Yadav(2)
Kireet Tssk(1)
Nimit Joshi(1)
Lajapathy Arun(1)
Sapna (1)
Dinesh Beniwal(1)
Chandresh Pansuriya(1)
Giuseppe Russo(1)
Mahender Pal(1)
Michael Griffiths(1)
Karthikeyan K(1)
Abhijeet Singh(1)
Anubhav Chaudhary(1)
Ikram Ali(1)
Jean Paul(1)
Zoran Horvat(1)
Ravish Sindhwani(1)
C# Curator(1)
Dave Richter(1)
Nabaraj Ghimire(1)
Satya Karki(1)
Vishal Joshi(1)
Prasad Phakade(1)
Jayant Kumar(1)
Darshan Adakane(1)
Sagar Rane(1)
Harsh Bhensawala(1)
Rijwan Ansari(1)
Kaveendra Dhilhan(1)
Cristopher Coronado(1)
Mahesh Chand(1)
Vishal Gami(1)
Aline James(1)
Resources
No resource found
How Do You Pass an Event Handler to a Component in ReactJS
May 21, 2024.
Passing event handlers to React components involves defining them in the parent, passing them as props to the child, and utilizing them in the child component's event listeners for interactive applications.
How to Pass a Parameter to Event Handler or Callback in React.js
Feb 22, 2024.
In React, passing parameters to event handlers can be done using arrow functions or the bind method. Choose the approach that suits your project for optimal performance and readability.
Binding Event Handler And Method As Props In React
Jul 09, 2019.
Binding event handlers and methods as props in React involve passing functions from parent components to child components, ensuring proper binding to maintain the correct context. This pattern allows for efficient communication.
Destructuring And Event Handler In React
Jul 05, 2019.
Destructuring in React allows efficient extraction of values from objects or arrays. Event handlers manage user interactions, like clicks or input changes. They're essential for interactive UIs in React, enabling dynamic responses to user actions.
Dependency Service With Event Handler In Xamarin
Feb 08, 2017.
In this article, you will learn about dependency service with Event Handler in Xamarin.
One-Time Event Handler in ASP.Net Using jQuery
Apr 30, 2014.
This article describes how to use the one-time event handler with the One() method of jQuery in the ASP.NET.
Practical Approach of Creating and Reusing Custom Event Handler in ASP.NET C#
Apr 18, 2012.
In this article we are going to see how to create and reuse Custom Event Handlers in ASP.NET.
Events and Event Handler in jQuery
Nov 26, 2011.
In this article we are going to discuss about events and how to handle them by using an event handler in jQuery.
Adding a Paint Event Handler to a Form and Controls in GDI+
Jul 01, 2010.
In this article you will learn how to Add a Paint Event Handler to a Form and Controls in GDI+.
Implementing Event Handler in Sharepoint
Apr 29, 2009.
This article shows how to Implement Event Handling in Sharepoint.
Writing a Single Event Handler for Multiple Controls
Jul 22, 2002.
Writing a Single Event Handler for Multiple Controls by Giuseppe Russo. Jul 22, 2002. I have noticed that in many articles, I read, people use a longer method of clearing many textboxes, as well as handling more than one control at the same time.
Events and Event Handlers in C#
Dec 16, 2025.
Master C# events and event handlers! Learn how to build loosely coupled, scalable applications using the publisher-subscriber pattern. Enhance your .NET skills now!
Events and Event Handlers in Javascript
Jul 17, 2025.
Learn how JavaScript events and handlers make web pages interactive. From mouse clicks to form inputs, master event-driven programming for responsive, user-friendly websites with real-time user interaction.
Update Entity Form JS Library Without Removing Event Handlers - Quick Workaround
Jul 06, 2017.
Let’s say we have one entity with a good amount of custom fields and we have developed a web resource for the main form. Many of the fields have onchange event associated with them. Now we have a new requirement where we need to implement a similar kind of form with some new functionality for different types of users and some of the existing methods also need to be modified. The requirement is to replace new form JS library with updated new JS library but without removing dependent handlers (as we are using many onchange event handlers as it is) with minimum effort.
JavaScript: Attach Generic Event Handler
Apr 13, 2016.
In this article you will learn about Attaching Generic Event Handler in JavaScript.
jQuery Unbind() method to remove a attached event handler
Aug 26, 2015.
This article shows how to use the JQuery unbind() method for HTML group div elements using JQuery scripting, HTML5 and CSS3.
Event Handlers in JavaScript
Jan 23, 2014.
Here I’ll try to provide the proper syntax of some event handlers.
Unobtrusive Event Handlers in Knokcoutjs
Nov 06, 2013.
In today's article you will learn about Unobtrusive Event Handlers in Knokcoutjs.
How to Add Controls and Set Properties and Event Handlers in Windows Store Apps
May 10, 2013.
In this article I show you how to add controls and set properties and event handlers in Windows Store apps using the Property pane and XAML.
SharePoint 2010 - Lists and Event Handlers
May 02, 2012.
In this article we can explore the Event Handling features of a list through code. Using the SPList in Server Object Model we can access event handling for a list.
How to Change Order of Event Handlers Execution at Run Time
Aug 10, 2011.
In this article we shall demonstrate how this problem can be resolved. Generally, .NET Framework does not provide a solution to the problem and what follows here is based on its undocumented features. So take the solution proposed below with caution.
New Event Handlers in SharePoint 2010
Jun 21, 2011.
In this article I am describing the new event handlers in SharePoint 2010
Event Handler in SharePoint 2010
Nov 01, 2010.
In this article I am showing you how to create a Custom event handler in SharePoint 2010 using Visual Studio 2010.
Easy way to debug Sharepoint web part or Event handler
Sep 06, 2010.
I think this is worth enough to show how to debug share point controls (User control, Event handler or web part). It will reduce your time on finding out the issue.
Restrict a user to delete from a SharePoint List using Item Deleting Event Handler
Jun 03, 2010.
In this article we will see that how to use item deleting event to restrict a user so that he will not be able to delete the item of a sharepoint list.
How to create Event Handlers in ASP.NET
Mar 16, 2010.
In this article I will explain about creating Event Handlers in ASP.NET.
Raising Events, Event Handlers, and the Use of Delegates
Aug 12, 2009.
This article focuses on delegates, how to use them, their relation to events, and their relation to raising events. It is meant to help the beginner learn delegates by example code.
How to Implement Drag and Drop Functionality in JavaScript Step by Step
Apr 21, 2026.
Learn how to implement drag and drop functionality in JavaScript step by step using HTML5 drag events with simple examples and best practices for beginners.
What is Event-Driven Architecture and How Does it Work with Message Brokers?
Apr 20, 2026.
Discover Event-Driven Architecture (EDA) and its synergy with message brokers for scalable, real-time applications. Learn how it enhances flexibility and performance.
What is Event Delegation in JavaScript and Why is It Useful?
Apr 17, 2026.
Master JavaScript event delegation! Learn how to efficiently handle events with a single listener, boosting performance and simplifying code for dynamic elements.
Building distributed system using RabbitMQ and .NET
Apr 15, 2026.
Build a distributed system with RabbitMQ and .NET! This tutorial covers microservices, event-driven communication, and a practical shopping app example. Learn to scale!
What is Debounce and Throttle in JavaScript with Examples?
Apr 13, 2026.
Optimize JavaScript performance! Learn Debounce & Throttle techniques with examples. Control function execution on events like scrolling & typing for smoother apps.
RabbitMQ vs Kafka
Apr 07, 2026.
RabbitMQ vs Kafka: Understand their architectural differences, message flow, and use cases. Choose the right tool for your messaging needs, from microservices to big data.
Azure Event-Driven Services Explained: Why They Matter and How to Get Started
Mar 30, 2026.
Explore Azure's event-driven architecture! Learn how to build scalable, resilient microservices with Event Grid, Service Bus, and Functions. Real-world examples included.
Mastering Advanced JavaScript: Key Concepts Every Developer Should Know
Mar 31, 2026.
Unlock advanced JavaScript! Master closures, async, prototypes, event loop, & functional programming for scalable & efficient web applications. Level up your skills!
How to Use Apache Kafka for Real-Time Data Streaming Applications
Mar 23, 2026.
Unlock real-time data streaming with Apache Kafka! Learn how it works, its benefits, core concepts, setup, and use cases for building scalable applications.
What Is Apache Kafka and How It Works in Microservices Architecture?
Mar 19, 2026.
Discover Apache Kafka: a distributed event streaming platform revolutionizing microservices. Learn how it enables scalable, fault-tolerant, and loosely coupled communication for real-time data pipelines.
What Is Data Streaming Using Apache Kafka and How Does It Work?
Mar 18, 2026.
Discover Apache Kafka, the leading open-source platform for real-time data streaming. Learn how it enables scalable, fault-tolerant data pipelines and event-driven architectures.
How to Design Event-Driven Systems Using Apache Kafka and Microservices?
Mar 18, 2026.
Build scalable microservices with Apache Kafka! Learn event-driven architecture, Kafka components, design best practices, and real-world examples. #Kafka #Microservices
How to Implement Message Queues Using Apache Kafka in Distributed Systems
Mar 17, 2026.
Implement message queues in distributed systems using Apache Kafka. Improve scalability, reliability, and performance with asynchronous communication. Learn producers, topics, and consumers.
Understanding JavaScript Internals: Interview Questions for Experienced Engineers
Mar 15, 2026.
Ace your JavaScript interviews! Master advanced concepts like closures, event loops, and prototypes. Learn to tackle tricky questions and showcase your expertise.
What Development Patterns Help Integrate AI Assistants into Existing Software Systems?
Mar 13, 2026.
Discover development patterns for seamlessly integrating AI assistants into existing software. Enhance systems with AI-driven automation and intelligent features.
What Techniques Help Maintain Data Integrity in Distributed Data Systems?
Mar 13, 2026.
Explore techniques for maintaining data integrity in distributed systems. Learn about transactions, replication, idempotency, event sourcing, and conflict resolution.
What Practices Help Design Efficient Data Pipelines for Streaming Data?
Mar 13, 2026.
Discover best practices for designing efficient streaming data pipelines. Learn how to handle high volumes, ensure data integrity, and maintain system stability.
How to Implement Real-Time Notifications in Web Applications
Mar 09, 2026.
Enhance user engagement with real-time notifications in web apps. Learn to implement using WebSockets, SSE, and push services for instant updates and a better UX.
What Is Event-Driven Architecture and When Should Developers Use It?
Mar 09, 2026.
Discover event-driven architecture (EDA): its benefits, core components, and when to use it for scalable, real-time applications and microservices. Learn best practices!
Amazon Simple Notification Service (SNS)
Mar 05, 2026.
Amazon SNS: A fully managed pub/sub messaging service for sending notifications to multiple subscribers simultaneously. Ideal for decoupling services and event notifications.
How to Implement Streaming Responses from AI APIs in Web Applications
Mar 06, 2026.
Unlock real-time AI experiences! Learn how streaming responses from AI APIs boost web app performance, reduce latency, and enhance user engagement. A must-read!
What Is Event-Driven Architecture and How Does It Improve System Scalability?
Mar 06, 2026.
Discover event-driven architecture: a design pattern for building scalable, responsive systems. Learn how it improves performance and resilience in modern applications.
How to Stream Responses from an LLM API in Real-Time Applications
Mar 05, 2026.
Learn how to implement LLM response streaming for real-time AI applications. Improve user experience with faster, more interactive interfaces using SSE and WebSockets.
What Is Event-Driven Architecture?
Mar 05, 2026.
Discover event-driven architecture: how systems communicate through events for scalability and flexibility. Learn key components, benefits, and real-world examples.
How Serverless Architecture Works and Why It Matters
Mar 02, 2026.
Explore serverless architecture: event-driven functions, automatic scaling, and cost efficiency. Learn its benefits, challenges, and best use cases for modern cloud development.
Watchdog in Python: A Technical Guide to File System Monitoring
Feb 26, 2026.
Master file system monitoring in Python with Watchdog! This guide covers setup, event handling, production best practices, and advanced architectures for reactive systems.
Understanding the Difference Between header jQuery blur() and textbox onblur
Feb 24, 2026.
Explore the nuances of jQuery's blur() method versus HTML's onblur attribute for handling focus loss events. Understand syntax, use cases, and performance differences to optimize web development workflows. Choose the best approach for form validation and UI updates.
How to Use Event-Driven Architecture in .NET for Scalability
Feb 20, 2026.
Explore Event-Driven Architecture (EDA) in .NET for building scalable and responsive applications. Learn how to implement EDA with message brokers and microservices.
Event Sourcing in .NET: A Modern Approach to Data Management
Feb 13, 2026.
Discover Event Sourcing in .NET! Learn how to build auditable, scalable, and reliable applications by storing data as a sequence of events. Modern data management explained.
MongoDB in Event-Driven Systems
Feb 11, 2026.
Explore MongoDB's role in event-driven architectures! Learn how its flexibility and scalability power real-time data flows in modern distributed systems. #MongoDB
Event-Driven Architecture Explained for Beginners
Feb 06, 2026.
Learn Event-Driven Architecture (EDA) with a simple C# example. Discover how it decouples services, improves scalability, and enables real-time communication. Explore message brokers like Azure Service Bus for robust, distributed systems.
Event-Driven Architecture in Cloud Computing Explained
Feb 05, 2026.
Discover event-driven architecture in cloud computing! Learn how it enhances scalability, responsiveness, and flexibility in modern cloud applications. A beginner-friendly guide.
Implement SIEM in Enterprise Solutions
Feb 05, 2026.
Enhance enterprise security with SIEM! This guide covers implementation, benefits, and how SIEM provides real-time threat detection, compliance, and incident response.
MongoDB Change Streams Explained with Use Cases
Feb 04, 2026.
Discover MongoDB Change Streams: a powerful tool for real-time data updates. Learn how to build responsive apps with notifications, live dashboards, and more!
Serverless Computing Explained: How It Works and When to Use It
Feb 04, 2026.
Unpack serverless computing: how it works, benefits, and when to use it. Learn about FaaS, automatic scaling, and pay-as-you-go pricing for modern apps.
Implementing Webhook in .Net core
Jan 26, 2026.
Webhooks deliver real-time data between apps, unlike APIs. Learn how they work, their benefits (automation, integration), and security considerations. Event-driven magic!
Events in C# Explained with a Real-World Example
Jan 23, 2026.
Learn C# events with a real-world patient recovery scenario! Master the publisher-subscriber pattern, EventHandler<TEventArgs>, and build loosely coupled applications. Ideal for beginners!
Event Replay and Recovery Strategies for Salesforce Integrations
Jan 22, 2026.
Master Salesforce event replay for robust integrations! Learn strategies to recover from missed events, handle duplicates, and ensure data consistency. Essential for reliable systems.
Event-Driven Salesforce Integrations Using Platform Events (Explained with Real-World Examples)
Jan 21, 2026.
Discover event-driven Salesforce integrations using Platform Events! Learn how to replace polling, reduce API usage, and build scalable, reliable systems. Real-world examples included.
Cost Optimization for High-Volume Salesforce API Usage (with Real-World Examples)
Jan 21, 2026.
Control Salesforce API costs! Learn to optimize high-volume integrations with async patterns, Bulk APIs, and smart retries. Reduce expenses and improve scalability.
Event-Driven Architecture in .NET Core Using RabbitMQ
Jan 20, 2026.
Build scalable .NET Core apps with Event-Driven Architecture (EDA) using RabbitMQ. Learn asynchronous communication, message queuing, and best practices for resilient systems.
How to Send and Retrieve Events from Azure Event Hubs using .NET Client Library?
Jan 20, 2026.
Learn how to send and retrieve events from Azure Event Hubs using the .NET client library. Create resources, assign roles, and build a .NET console app.
What Are Delegates and Events in C#?
Jan 15, 2026.
Unlock the power of C#! Learn delegates and events step-by-step with clear explanations and real-life examples. Master flexible communication and build robust applications.
How to route events to custom endpoint with Azure Event Grid using .NET Client Library?
Jan 15, 2026.
Learn how to route events to custom endpoints with Azure Event Grid using the .NET client library. Create resources, configure topics, and send events!
Understanding C# Events Using a Simple ICU Example
Jan 14, 2026.
Learn C# events with a simple ICU room example! Understand event declaration, subscription, and raising. Improve code maintainability and flexibility. Perfect for beginners!
Performance Issues After Node.js Upgrades: Common Problems Developers Are Reporting
Jan 12, 2026.
Node.js upgrades can introduce performance regressions. Learn common issues like memory leaks, event loop delays, and dependency conflicts. Upgrade safely!
Partial Events and Constructors in C# 14 (.NET 10) Explained with Examples
Dec 29, 2025.
Explore C# 14's partial events & constructors! Simplify code generation, enhance extensibility, and cleanly separate generated & handwritten logic. #CSharp #dotnet
Introduction to Delegates in C#
Dec 28, 2025.
Unlock C# delegates: Learn how to declare, use, and master single-cast, multicast, and built-in delegates (Func, Action, Predicate) for flexible code!
What’s New in C# 14 (.NET 10): 7 Powerful Language Features Every C# Developer Should Know
Dec 23, 2025.
Explore C# 14's powerful features in .NET 10! Boost productivity with extension members, extension operators, field keyword, null-conditional assignment, and more. Write cleaner, safer, and faster code!
Designing Real-Time ModernServer Push with Server-Sent Events in .NET
Dec 21, 2025.
Discover Server-Sent Events (SSE) in .NET for efficient, real-time server push. Simplify status updates and notifications with this lightweight alternative to WebSockets.
The Hidden Cost of Real-Time Web Apps
Dec 18, 2025.
Real-time web applications offer powerful user experiences but come with hidden technical and operational costs. This article explains the real challenges behind real-time systems, especially in Angular applications. It helps developers decide when real-time is worth the complexity and how to design it responsibly.
Get to know about Microsoft Work Hours and Location and How it is impacted for Teams Meeting Events
Dec 09, 2025.
Microsoft Teams Working Hours Time & Time Zone
Real-Time Streaming for AI Agents: Implementing AG-UI Protocol with Microsoft Agent Framework and Azure OpenAI
Dec 07, 2025.
In this article, we'll transform our agent into a real-time streaming experience, similar to ChatGPT. Users will see text appearing progressively as the AI generates it, creating a more engaging and responsive user experience.
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.
Exception Handling in ASP.NET Core
Dec 05, 2025.
This article provides a complete, easy-to-understand, and professional guide to Exception Handling in ASP.NET Core. It explains what exceptions are, why proper error handling is important, and how to implement try–catch, global exception middleware, built-in error handling, custom exception filters, structured ProblemDetails responses, validation errors, and logging using best practices. Ideal for beginners and experienced .NET developers, this article teaches how to build stable, secure, and production-ready applications with proper exception handling techniques.
Eliminating Triggers with Better Data Flow Design: A Complete Guide
Dec 02, 2025.
Ditch database triggers! Learn to design better data flows in ASP.NET Core with stored procedures, event-driven architecture, and application-level logic. Improve performance and scalability.
Event-Sourced Aggregates with Snapshot Optimization
Nov 25, 2025.
Master event sourcing with snapshot optimization for high-scale systems. Learn .NET implementation & Angular UI integration for auditability & performance.
Distributed Domain Event Contracts Across Polyglot Services
Nov 25, 2025.
Design language-agnostic, versioned, and backward-compatible event contracts for polyglot microservices. Ensure stability, governance, and zero-downtime upgrades.
Building Real-Time Cloud-Native Architectures on Azure Using Event Hub, Functions & Cosmos DB
Nov 26, 2025.
Build real-time cloud apps on Azure using Event Hub, Functions, and Cosmos DB. Achieve massive scale, low latency, and high availability with serverless architecture.
What Is A Token Burn Event In Crypto And How It Impacts Token Price
Nov 24, 2025.
A complete guide to crypto token burn events. Learn what token burns are, how they work, how they influence supply, demand, value, and long term price, and how Sharp Token uses a modern burn mechanism to create sustainable growth.
Understanding Angular Data Binding (One-Way, Two-Way, Event Binding)
Nov 25, 2025.
Master Angular data binding! Learn one-way (interpolation, property, event) and two-way binding with a practical customer profile form example. Build dynamic UIs!
Designing a Consistency Model for Hybrid SQL + Event Store
Nov 24, 2025.
Achieve data consistency in hybrid SQL + Event Store architectures! Learn Transactional Outbox, Event Sourcing, CDC, and idempotent projections for reliable systems.
Event Replay System (Reprocess Events Without Affecting Live Users)
Nov 21, 2025.
Safely reprocess historical events for bug fixes, model retraining, or new consumers without impacting live systems. Implement idempotent, auditable replays.
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.
Designing a Consistency Model for Hybrid SQL + Event Store
Nov 21, 2025.
Achieve data consistency in hybrid systems! This article details a robust consistency model for SQL and Event Stores, ensuring traceability and auditability.
Event Replay System (Reprocess Events Without Affecting Live Users)
Nov 21, 2025.
Build a robust Event Replay System with .NET and Angular to reprocess historical events without disrupting live users. Essential for recovery and migration.
Building a Simple Event Rental Inventory System Using ASP.NET Core and Entity Framework
Nov 21, 2025.
Build a simple event rental inventory system using ASP.NET Core MVC and Entity Framework Core. Perfect for party rentals, equipment lenders, and more! Beginner-friendly tutorial.
Delegates in C# – Explanation & Use Cases
Nov 15, 2025.
Master C# delegates! This guide covers definition, purpose, types (single-cast, multi-cast), anonymous methods, lambda expressions, built-in delegates, and use cases.
Mastering Role-Based and Policy-Based Authorization in ASP.NET Core
Nov 13, 2025.
Secure your ASP.NET Core apps! Learn role-based and policy-based authorization. Implement custom handlers for granular access control and robust security measures.
ASP.NET and JavaScript Events — onblur, onchange, onclick, onkeyup, OnClientClick, and onserverclick
Nov 11, 2025.
Master ASP.NET & JavaScript events! Learn onblur, onchange, onclick, onkeyup, OnClientClick, & onserverclick. Optimize web apps with client-side & server-side interactions. Boost user experience and reduce postbacks!
Event-Driven Architecture in ASP.NET Core Using RabbitMQ or Azure Service Bus
Nov 07, 2025.
Explore Event-Driven Architecture (EDA) in ASP.NET Core using RabbitMQ and Azure Service Bus. Build scalable, resilient, and responsive applications with asynchronous messaging.
Event Handling in ASP.NET WebForms — Button Click Example
Oct 31, 2025.
Master ASP.NET WebForms event handling with a button click example! Learn how user actions trigger server-side code, manage postbacks, and build dynamic web applications.
Delegates and Events in C# Windows Forms
Oct 29, 2025.
Master C# delegates and events in Windows Forms! Learn to build responsive UIs with real-time updates, like a file upload progress tracker. Essential for event-driven apps.