Resources  
  • How Do You Pass an Event Handler to a Component in ReactJSMay 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.jsFeb 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 ReactJul 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 ReactJul 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 XamarinFeb 08, 2017. In this article, you will learn about dependency service with Event Handler in Xamarin.
  • One-Time Event Handler in ASP.Net Using jQueryApr 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 jQueryNov 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 SharepointApr 29, 2009. This article shows how to Implement Event Handling in Sharepoint.
  • Writing a Single Event Handler for Multiple ControlsJul 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 JavascriptJul 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 WorkaroundJul 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 HandlerApr 13, 2016. In this article you will learn about Attaching Generic Event Handler in JavaScript.
  • jQuery Unbind() method to remove a attached event handlerAug 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 JavaScriptJan 23, 2014. Here I’ll try to provide the proper syntax of some event handlers.
  • Unobtrusive Event Handlers in KnokcoutjsNov 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 AppsMay 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 HandlersMay 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 TimeAug 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 2010Jun 21, 2011. In this article I am describing the new event handlers in SharePoint 2010
  • Event Handler in SharePoint 2010Nov 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 handlerSep 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 HandlerJun 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 DelegatesAug 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.
  • IndiaAI Pre-Summit Events 2025: How to Apply and Draft a Winning ProposalSep 14, 2025. Unlock opportunities at the IndiaAI Pre-Summit Events 2025! This guide provides essential information on how to apply, draft a winning proposal, and contribute to shaping India's AI strategy. Learn about eligibility, proposal requirements, evaluation criteria, and get a sample proposal to boost your chances of success in workshops, hackathons, and more.
  • Eventing in .NET AspireSep 11, 2025. .NET Aspire simplifies event-driven architectures by automating message broker setup (RabbitMQ, Kafka), dependency injection, and observability. It eliminates boilerplate, enabling developers to focus on business logic. Aspire's code-first orchestration streamlines building scalable, resilient microservices with integrated health checks,
  • Using React with TypeScript – Common Patterns Every Developer Should KnowSep 05, 2025. TypeScript adds static typing to JavaScript, which means you catch errors earlier, improve editor autocomplete, and make your codebase easier to maintain. When combined with React, TypeScript can significantly improve how you work with components, state, and props.
  • Create Outlook and Group Events Using Microsoft Graph APISep 02, 2025. Learn how to create calendar events in SharePoint Framework (SPFx) using Microsoft Graph. Explore user vs group events, Graph API integration, permissions, and best practices for seamless scheduling.
  • Debouncing vs. Throttling: Choosing the Right TechniqueSep 01, 2025. Unlock JavaScript performance with debouncing and throttling! This guide clarifies the differences between these crucial techniques for optimizing function execution frequency. Learn when to use each method through practical examples, improving responsiveness in scenarios like search input, scrolling, and window resizing. Master these tools for smoother user experiences and efficient code.
  • Case Study: How Atlantic Water Solved Their Real-Time ChallengesAug 25, 2025. Atlantic Water solved real-time data challenges using Azure Event Hub, Event Grid, and Service Bus. Improved incident response, billing, and customer notifications.
  • Semantic and Mouse Events in Handling an EventAug 21, 2025. Java Event Handling enables interactive GUI applications through Semantic Events (ActionEvent, ItemEvent, TextEvent) for high-level actions and Mouse Events (click, press, release) for precise low-level control.
  • JavaScript Event Loop: Microtasks vs Macrotasks ExplainedAug 20, 2025. The JavaScript event loop is one of the most fundamental concepts to understand for mastering asynchronous programming. This article explores how the event loop works, what microtasks and macrotasks are, and how they affect code execution order.
  • How do you implement debouncing and throttling in JavaScript and when should you use each?Aug 20, 2025. Debouncing and throttling are two important techniques in JavaScript that improve performance by controlling how often functions run in response to events. This article explains what they are, how to implement them, and when to use each.
  • How do you debug Performance Issues, Memory Leaks, and Blocked Event Loop in Node.jsAug 19, 2025. This article explains in simple words how to debug performance issues, memory leaks, and blocked event loops in Node.js applications. Each concept is broken down into easy-to-understand points, with examples to make it practical.
  • How Can You Optimize the Performance and Scalability of a Node.js Application?Aug 19, 2025. In this article, we will explore various methods to enhance the performance and scalability of a Node.js application. We’ll use simple words, practical examples, and best practices to make sure you can easily apply them in real projects.
  • What are the Common Use Cases of Node.jsAug 19, 2025. This article explains in simple words the common use cases of Node.js, including APIs, real-time applications, streaming, and microservices. It provides detailed explanations, practical JavaScript examples, and a clear summary at the end.
  • Difference Between Synchronous and Asynchronous Programming in Node.jsAug 14, 2025. This article explains in simple words the difference between synchronous and asynchronous programming in Node.js, how they work step-by-step, their pros and cons, and when to use each. It includes JavaScript examples clearly marked for easy understanding.
  • âš¡ Node.js – The Powerhouse Behind Modern Web AppsAug 14, 2025. Node.js is a fast, scalable JavaScript runtime for building server-side apps. With event-driven, non-blocking I/O and a huge NPM ecosystem, it’s ideal for real-time apps, APIs, and full-stack development.
  • Why is Node.js single-threaded, and how does it handle concurrency?Aug 13, 2025. This article explains in simple words why Node.js is designed to be single-threaded, the role of its event-driven architecture, and how it achieves concurrency using the event loop, asynchronous operations, and non-blocking I/O. Includes clear explanations and code examples in JavaScript.
  • What is the Event Loop in Node.js, and How Does It Work?Aug 13, 2025. This article explains the concept of the Event Loop in Node.js, why it exists, how it works step-by-step, and how it allows asynchronous, non-blocking operations in a single-threaded environment. Includes clear JavaScript examples to make the topic easier to understand.
  • Auto-Sync Google Calendar Events to NotionAug 13, 2025. Learn how to automate Google Calendar events into Notion for free using Make.com. Boost productivity with seamless event syncing, custom workflows, and time management, all without manual data entry.
  • How the Event Loop Works in JavaScript?Aug 12, 2025. An in-depth guide to JavaScript’s event loop—how a single-threaded language manages concurrency using the call stack, callback queue, and event loop, both in browsers and Node.js. Includes explanations, diagrams, and related C# Corner articles for further reading.
  • What is Alibaba Cloud Function Compute?Aug 11, 2025. Learn what Function Compute is, how serverless computing works, and real-world use cases like AI inference, web apps, and real-time data processing.
  • What are delegates and multicast delegates in C#Aug 07, 2025. Learn what delegates and multicast delegates are in C# with clear explanations, code examples, and use cases. This article explores how delegates enable flexible, type-safe method referencing and how multicast delegates allow chaining multiple method calls.
  • Is JavaScript Synchronous or Asynchronous?Aug 08, 2025. Explore the core differences between synchronous and asynchronous execution in JavaScript. Learn how each model works, why asynchronous programming is essential for modern web applications, and how patterns like callbacks, promises, and async/await help manage complexity—illustrated with insights from C# Corner articles.
  • Building a GA4 to Power BI Data Pipeline Using Snowflake and dbt (Medallion Architecture)Aug 04, 2025. This POC demonstrates how to build a scalable data pipeline using GA4, Snowflake, dbt, and Power BI, following Medallion Architecture to ensure data quality, modularity, and insightful visualizations.
  • Chapter 8: Introduction to the Document Object Model (DOM)Jul 30, 2025. Learn how the DOM allows JavaScript to interact with and manipulate web pages using nodes. This chapter covers element selection, modification, event handling, and dynamic content creation for interactive websites.
  • Designing & Retaining HIPAA Audit Logs: Best Practices for DevelopersJul 12, 2025. Learn how to implement comprehensive HIPAA audit logging—what PHI events to capture, how to store logs immutably, retention requirements, and real-time monitoring for compliance and security.
  • What is Node.js ArchitectureJul 09, 2025. Node.js is a fast and lightweight runtime that executes JavaScript on the server side. Its single-threaded, event-driven, non-blocking architecture makes it ideal for real-time, scalable, and efficient web applications.
  • Canva for Web Design: Create Like a Pro Without CodingJul 02, 2025. Design stunning websites without coding! Canva's drag-and-drop builder, templates, mobile-ready designs, and collaboration tools make it ideal for beginners, creators, and small businesses to quickly and easily build web pages.
  • Understanding Event Loop, Callbacks, and Promises in Node.js Jul 02, 2025. Learn how Node.js handles asynchronous operations using the event loop, callbacks, promises, and async/await. Understand microtasks, macrotasks, and how to write clean, non-blocking async code.
  • Why Node.js is Non-Blocking: Event Queue, Loop, and Emitters ExplainedJul 01, 2025. Have you ever wondered how Node.js can handle thousands of users at once, all while running on a single thread? The secret lies in its non-blocking, event-driven architecture-powered by the event loop, event queue, and EventEmitter.
  • Main Features of Node.js – Explained SimplyJun 30, 2025. Node.js is a fast, open-source runtime for server-side JavaScript. Its single-threaded, non-blocking, event-driven architecture makes it ideal for building scalable, high-performance, real-time applications across platforms.
  • Real-Time Azure Digital Twins: Building a Scalable NDJSON Solution with Event-Driven ArchitectureJun 23, 2025. This article shows how to build a real-time system that keeps digital twins (virtual copies of physical machines) updated instantly using Microsoft Azure cloud services.
  • 🧠 What is Event Bubbling?Jun 09, 2025. You're sitting inside a small room (a <button>), which is inside a bigger room (a <div>), which is inside an even bigger hall (<body>).Now, someone knocks on the innermost room's door (you click the button ). That knock doesn’t just stop there — it echoes outward to the next room, then the next, all the way out.
  • Why You Should Use Domain-Driven Design in Your Real ProjectsMay 27, 2025. Discover why Domain-Driven Design (DDD) is essential for real-world projects. Learn how it helps tackle complex business logic, improve code structure, and align software with business goals.
  • Event-Driven CQRS with C# 14 and the SQL Outbox PatternMay 15, 2025. Learn how to implement a reliable event-driven CQRS microservice using the SQL Outbox Pattern with C# 14. Ensure strong consistency, transactional event publishing, and fail-safe asynchronous processing for scalable distributed systems.
  • Implementing Event-Driven Architectures with Kafka, RabbitMQ, or Azure Service Bus (Comparisons, Pros, and Cons)May 06, 2025. Event-driven architecture (EDA) enables scalable, decoupled, and resilient systems using message brokers like Apache Kafka, RabbitMQ, and Azure Service Bus. Each offers unique features for different use cases.
  • Storing Event Streams in a Database Using Cosmos DB with C#May 03, 2025. This article covers real-time data ingestion, NoSQL storage design, and integration with event-driven architectures—ideal for developers building scalable and responsive cloud applications with .NET and Azure.
  • Introduction to Event Driven Architecture [EDA]Apr 15, 2025. Event-driven architecture (EDA) is a software design pattern where decoupled components communicate via events. It enables real-time, scalable, and flexible systems, commonly used in microservices, IoT, payment processing, and real-time analytics.
  • Overview of RadioButtonList ControlApr 15, 2025. Learn how to use RadioButtonList in ASP.NET WebForms, including its layout types (Horizontal, Vertical, Flow, Table), binding data from C# List, database tables, and manually added items. Also, discover JavaScript integration and best practices.
  • How Event-Driven Architecture Boosts ScalabilityApr 03, 2025. Event-driven architecture (EDA) enables scalable, decoupled systems using asynchronous event communication. It enhances flexibility and responsiveness but introduces complexity in event management and debugging.
  • How to use Apple’s new ‘Invites’ App?Mar 05, 2025. Apple has launched Invites, an app that simplifies creating personalized event invitations on iPhones and the web. Users can design and share invites, manage RSVPs, and curate event soundtracks.
  • How to Use SQS as an Event Source for AWS LambdaMar 04, 2025. Learn how to use Amazon SQS as an event source for AWS Lambda to build scalable, event-driven applications.
  • Domain Events & Pub/Sub Pattern: Manual Implementation vs MediatRFeb 27, 2025. Domain events and the publish/subscribe pattern are essential for building decoupled, scalable, and maintainable systems. Whether we're working on a microservices architecture or a modular monolith, these patterns help us manage complexity and enforce boundaries between components.
  • Different Type of Modern Function in JavaScriptFeb 14, 2025. Explore JavaScript's modern functions, including arrow functions, async/await, and anonymous functions. This article covers IIFE, event handlers, and promises with practical examples for efficient coding in JavaScript.
  • Create and Convert Word to PDF in OneDrive Using Power AppsFeb 04, 2025. Create a Canvas App to upload a Word document to OneDrive and convert it to PDF using Power Automate. Utilize Media Control, OnSelect events, and Power Automate flow to create, convert, and store the file seamlessly.
  • Learn about Delegates And EventsJan 20, 2025. Delegates and events are key concepts in C#. A delegate is a variable that holds a reference to a method, allowing flexible method calls. Events use the publisher-subscriber model, where a publisher triggers an event and subscribers handle it.
  • Best way of implementing Domain-driven design, Clean Architecture and CQRSDec 28, 2024. Domain-Driven Design (DDD), Clean Architecture, CQRS, and software design principles emphasize building scalable, maintainable systems. Key concepts include aggregates, events, repositories, and factories, with real-world GitHub examples for practice.
  • Debouncing and ThrottlingDec 20, 2024. Debouncing and throttling are techniques used to optimize event handling in web development. They help control the frequency of function calls triggered by events like scrolling or typing. Debouncing delays execution until the event settles, while throttling limits function calls to a fixed rate.
  • Integrating SQS with Lambda using Event Source MappingDec 16, 2024. This setup allows Lambda functions to automatically trigger in response to messages in an SQS queue, providing a serverless, scalable solution for asynchronous processing and efficient message handling in AWS.
  • Getting Started with React: A Simple GuideDec 11, 2024. Learn the Basics of React and How to Start Building Web Applications
  • Real-Time Notifications in Amazon Aurora PostgreSQLDec 10, 2024. In this article, we are going to learn about Implement real-time notifications (Transactional Outbox Pattern) in Amazon Aurora PostgreSQL
  • Transactional Outbox PatternDec 07, 2024. The Transactional Outbox Pattern ensures data consistency in distributed systems by storing events in an outbox table within the database. It simplifies reliable messaging, enabling seamless communication between microservices while avoiding the complexity of two-phase commits.
  • Enhanced Exception Handling with IExceptionHandler in .NET Core 8Nov 28, 2024. Learn about IExceptionHandler in .NET 8, a robust interface for handling exceptions in ASP.NET Core. Streamline error handling with custom logic, modular design, standardized API responses, and enhanced user-friendly error management.
  • Learn To Use FileSystemWatcher in .NET 9Nov 27, 2024. This article covers the setup, key features, and practical examples for tracking events like the creation, modification, deletion, and renaming of files or folders, making your file-handling tasks seamless and efficient.
  • Quick Summary of Microsoft Ignite 2024 with Copilot StudioNov 25, 2024. Discover key announcements, innovative AI tools, and productivity features that are transforming the Microsoft ecosystem. Explore how Copilot Studio empowers developers and businesses to achieve more effortlessly.
  • Azure Logic AppNov 10, 2024. In this article, we will learn about Azure Logic Apps, which is a cloud-based service that enables users to create automated workflows and integrate applications, data, and services across the cloud and on-premises.
  • Mastering Basic Arithmetic Operations in Web DevelopmentNov 08, 2024. Build a simple web-based calculator that performs basic arithmetic operations such as addition, subtraction, multiplication, and division. This project utilizes HTML for structure, CSS for styling, and JavaScript for interactivity.
  • Overview of Minimal APIOct 01, 2024. Minimal API in ASP.NET Core provides a streamlined approach to building HTTP APIs with minimal configuration. Introduced in .NET 6, it allows for lightweight API development without controllers, making it ideal for small projects. This article covers key features, and differences from traditional APIs, HTTP verbs, and routing techniques.
  • Explaning SignalR in ASP.NET Core 8Sep 17, 2024. Learn about setting up SignalR hubs, managing connections, and utilizing WebSocket and Server-Sent Events for efficient, scalable messaging in .NET 8 environments.
  • Detailed use of Action Delegate in C#Sep 11, 2024. In C#, the Action delegate represents a method that does not return a value and can accept up to 16 parameters. It's useful for passing methods as arguments, callbacks, and event handling. It supports lambda expressions and anonymous methods, making code more concise. Unlike Func<T>, Action always returns void.
  • Integrating AngularJS with jQuery Select2 for Dropdown ChangesSep 02, 2024. Integrating AngularJS with jQuery Select2 enhances dropdown menus by combining AngularJS’s data binding with Select2’s advanced features. This setup involves initializing Select2 with AngularJS, handling dropdown changes, and synchronizing Angular models.
  • Sharing Data from Child to Parent in Angular 18Aug 24, 2024. In this walkthrough, you'll learn how to send data from a child component to a parent component in Angular using the @Output decorator and EventEmitter. You'll create a simple Angular project, define a child component to emit data and update the parent component to receive and display this data.
  • Event-Driven Microservices with .NET CoreAug 20, 2024. Build scalable, resilient microservices with .NET Core and MediatR by implementing event-driven architecture. This approach decouples services, enhances scalability, and simplifies maintenance. Learn to handle events, configure dependency injection, and expand your architecture.
  • Learn Advanced CQRS with .NET CoreAug 20, 2024. Dive into the advanced implementation of the Command Query Responsibility Segregation (CQRS) pattern using .NET Core and MediatR. This article explains the benefits of CQRS in modern application development and includes practical code examples in C#.
  • Learn Server-Sent Events in C# .NETAug 14, 2024. Server-Sent Events (SSE) in C# .NET enable real-time, one-way communication from server to client over HTTP, ideal for live updates like notifications or data streaming. Unlike WebSockets, SSE is simpler, requiring only server-side implementation.
  • Optimizing JavaScript with DebouncingAug 13, 2024. This guide delves into optimizing JavaScript performance using debouncing techniques, which help prevent excessive function calls during high-frequency events like scrolling or resizing.
  • Stream Conversations with Amazon Bedrock API in .NET Console AppAug 12, 2024. Learn how to create a .NET console application that streams conversations using the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model. This guide covers setting up your AWS environment, configuring Visual Studio, and using the AWS SDK to handle streaming conversations and model responses.
  • How to Show Direct Binary Image Using Handler in ASP.NET WebFormsAug 09, 2024. Learn how to display images stored as binary data in a database using an HTTP handler in ASP.NET WebForms. This guide covers creating a database table, a stored procedure for image retrieval, and implementing an HTTP handler to serve images dynamically. It also includes integrating the handler into a web form.
  • Understanding HttpHandler vs HttpModule in ASP.NET Web FormsAug 07, 2024. In ASP.NET Web Forms, HttpHandler and HttpModule customize request processing. HttpHandler processes specific request types, such as serving dynamic content or custom file downloads. HttpModule intercepts all requests, allowing for global processing like logging, authentication, and request manipulation.
  • Detailed explanation of SQL Server Triggers and its AdvantagesAug 06, 2024. SQL Server triggers are automated stored procedures that execute in response to specific database events such as INSERT, UPDATE, or DELETE (DML) and CREATE, ALTER, or DROP (DDL). They enforce business rules, maintain referential integrity, and log changes, ensuring data consistency and centralized logic.
  • CQRS Design Pattern and Its Use CaseAug 05, 2024. In this article, we will explore its use cases in microservices and domain-driven design, focusing on event sourcing, command and query handling, and optimized data management.
  • How to Use async in jQuery When Calling an API Using AjaxJul 30, 2024. Learn how to use async and await in jQuery to streamline API calls with Ajax. This guide covers setting up an HTML page, creating a JavaScript file for async operations, handling errors with try-catch blocks, and updating the UI with fetched data. Simplify asynchronous code and improve readability.
  • What is a Handler in ASP.NET Web Forms and How to Use ItJul 30, 2024. Learn about HTTP handlers in ASP.NET Web Forms, which handle specific HTTP requests like image generation and file downloads. Implement handlers by creating a class that implements IHttpHandler, registering it in web. config, and using it for efficient, lightweight request processing.
  • CQRS Simplified - Explained and ImplementedJul 30, 2024. CQRS (Command Query Responsibility Segregation) in .NET Core separates read and write operations for better scalability and performance. By using distinct models for commands and queries, it simplifies complex data handling, improves security, and enhances maintainability.
  • Explain Adding a Loader in Next.jsJul 24, 2024. Adding loaders in a Next.js app enhances user experience by showing visual cues during data fetching and page transitions. Create a Loader component with CSS for styling and use it globally or locally to manage loading states. This approach improves performance and user feedback.
  • Implementing CQRS and Event Sourcing with .NET CoreJul 19, 2024. This article explores implementing CQRS (Command Query Responsibility Segregation) and Event Sourcing with .NET Core. It covers the basics of CQRS and Event Sourcing, including commands, queries, and event storage.