Related resources for Event
  • Site And Site Collection Retention Policy In SharePoint4/18/2024 10:01:40 AM. Learn how SharePoint 2013's Site Retention Policy helps manage site lifecycles, including closure and deletion. Understand Site Policies, apply them to sub-sites, set deletion and closure events,
  • Learn Angular 8 Step By Step in 10 Days – Data Binding (Day 3)4/17/2024 9:36:51 AM. Google released the new version of Angular, i.e., Angular 8 just a month ago. This new release of Angular contains many upgrades and new features. So, with the help of this learning series, we will ex
  • Sharing Data Between Components In Angular4/16/2024 5:33:03 AM. Share data between Angular components efficiently using Input and Output decorators, EventEmitter, and component interaction techniques. Explore parent-child and child-parent communication methods to
  • Page Life Cycle in ASP.NET4/13/2024 6:15:29 PM. Learn about the ASP.NET page life cycle events including preinit, init, preload, load, prerender, and savestatecomplete. Understand their order of execution and their significance in web development.
  • Get And Create Google Calendar Events In .NET4/12/2024 11:15:23 AM. Manage Google Calendar events seamlessly in .NET using Google.Apis.Calendar.v3. Retrieve, create, update, and delete events with ease, integrating Google Calendar functionality into your .NET applicat
  • Blazor Component: Creation, Lifecycle, Nesting, & UI Integration 4/11/2024 10:41:35 AM. Blazor Components offer a modern approach to web development by utilizing Razor syntax and C#. They enable building interactive and reusable UI elements with data binding and event handling.
  • Xamarin.Forms - EventToCommand Behavior in MVVM ViewModel 4/11/2024 10:35:24 AM. Xamarin.Forms EventToCommand behavior facilitates MVVM by binding events to ViewModel commands. It streamlines event handling, promoting the separation of concerns within the application architecture.
  • Leveraging Server-Sent Events (SSE) with Angular and Node.js4/11/2024 5:25:47 AM. Server-Sent Events (SSE) is a powerful technology that enables servers to push real-time updates to web clients over HTTP.
  • Best Practices for Maintaining Security and Preventing Vulnerabilities in C#4/9/2024 5:54:03 PM. Explore essential security practices in C# programming with Ziggy Rafiq, covering password hashing, input validation, SQL injection prevention, cryptography, HTTPS, secret management, and staying upda
  • What is Data Binding and Types of Data Binding in Angular?4/8/2024 4:29:17 AM. Data binding is a core concept in Angular that allows developers to establish a connection between the application's data. In this article, we'll delve deep into the various types of data bind
  • Asynchronous Communications Using RabbitMQ Message Broker4/4/2024 11:37:39 AM. In this article, we will explore asynchronous communication techniques leveraging RabbitMQ, a powerful message broker. Discover how RabbitMQ facilitates reliable, scalable message routing in distribut
  • Limit the User to Typing Only Letters Into a TextBox Using JavaScript4/3/2024 9:39:34 AM. Learn how to implement client-side input validation in JavaScript to restrict users from entering anything other than letters (including spaces) in specific input fields like Name, Father's Name,
  • Learn Events Handling in React JS4/2/2024 8:51:00 AM. Event handling in React enables dynamic user interactions. It employs event handlers, synthetic events, passing event arguments, common event handlers, preventing default behavior, event bubbling, and
  • Explain about Event Handling in C# .Net4/2/2024 4:20:04 AM. In the world of C# programming, events are a powerful mechanism that facilitates communication between different components of an application. In this comprehensive guide, we'll delve deep into t
  • Data Binding in Angular3/23/2024 4:04:12 PM. Data binding serves as the communication bridge between the template (representing the view) and the component (housing the application's logic and data).
  • Ensuring Secure Coding in C#: Maintaining Security 3/22/2024 10:11:52 AM. The article on secure coding in C# applications, written by Ziggy Rafiq, is a must-read for developers who want to fortify their applications against potential vulnerabilities and security threats. By
  • Learn about Asynchronous Events in C#3/20/2024 5:49:33 AM. Explore asynchronous event invocation in C#, addressing threading challenges with event handlers. Learn about the synchronous nature of events, concurrency issues, and solutions using TPL and TAP. Id
  • Using FullCalendar For Dynamics 365 Portals3/15/2024 8:59:20 AM. Discover how to enhance Dynamics 365 Portals with FullCalendar integration. Effortlessly manage events, appointments, and schedules directly within your portal interface. Elevate user experience by pr
  • How to Detect Event on Clicks Outside in Vue.js3/7/2024 9:11:46 AM. Detecting clicks outside an element in Vue.js is crucial for scenarios like closing dropdown menus or modals. This guide provides a step-by-step process, ensuring efficient handling of such events.
  • A Simple Calculator In React.js3/7/2024 8:55:05 AM. In this article, we will explore building a basic calculator using React.js, leveraging its component-based structure and state management. Dive into JSX syntax, event handling, and UI design to creat
  • Remote Access Of The Database Using SQL Server 3/7/2024 8:36:49 AM. Remote access to SQL Server databases enables users to connect to and manage databases from a location outside the physical server. It involves configuring network settings, security measures like aut
  • Creating Funnels Using Custom Events in Application Insights3/7/2024 4:52:42 AM. Learn to add custom events to a simple .NET application's telemetry and then use these events to create funnels that identify users who complete a specific sequence of steps in your application.
  • Binding Event Handler And Method As Props In React3/6/2024 10:40:52 AM. 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
  • Power of Typescript Scroll Events3/6/2024 4:42:22 AM. The onscroll event in JavaScript is a powerful tool that gets triggered when a scrollbar is used for an element. This event is particularly useful for creating dynamic and interactive web experiences,
  • Master Scroll Events: ECMAScript 8 (ES8) and TypeScript3/5/2024 11:33:16 AM. We'll explore how to adapt and extend the scroll event examples using ECMAScript 8 (ES8) features and the TypeScript language. These advanced techniques provide developers with additional tools an
  • Importing Access Database into SQL Server 20123/5/2024 10:40:07 AM. Destructuring simplifies value extraction from objects/arrays. React's event handling enables dynamic responses to user interactions, crucial for interactive UIs. Components manage state/props, fa
  • Prevent MS Flow Retrigger on Item Creation/Modification3/5/2024 10:18:28 AM. This document introduces MS Flow, a prominent Office 365 application facilitating task automation and intricate business logic development based on list item events. It addresses the challenge of recu
  • Disable Right Click Directive in Vue.js3/5/2024 9:51:07 AM. In Vue.js, disable right-click functionality by creating a custom directive. Bind an event listener to contextmenu, preventing its default behavior. Easily implement this directive for specific elemen
  • Destructuring And Event Handler In React3/5/2024 8:59:40 AM. 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
  • Peer-To-Peer Chat Program Using Asynchronous Socket3/1/2024 9:34:58 AM. Discover the essence of peer-to-peer chat through asynchronous sockets. Learn to design interfaces, implement real-time messaging, and ensure security for seamless communication in decentralized netwo
  • Vue.js Custom Events: Enhance Parent-Child Communication with $emit()3/1/2024 5:39:10 AM. Vue.js, with its powerful reactivity system, allows seamless communication between parent and child components. While props enable data flow from parent to child, the $emit() method serves as a bridge
  • Introduction to Interfacing Win Forms with VS Add-ins2/29/2024 9:16:02 AM. Learn to integrate Visual Studio Add-ins with Win Forms for enhanced user interaction. Utilize Form controls, event handling, and DTE to create a seamless interface. Manage windows, buttons, and lists
  • Show Folder Contents and Compare with Another Folder2/28/2024 11:40:36 AM. This application provides a convenient way to display and compare the contents of two folders. Utilizing a web application interface, users can easily navigate through the files in the specified direc
  • How to Communicate from Child to Parent Using Events in Vue.js2/27/2024 6:33:42 AM. In Vue.js, child components can communicate with parent components through custom events. Child components emit events using $emit, and parent components listen and respond accordingly, enabling dynam
  • How Do I Implement a 'Mouse Double Click' for a ListBox2/26/2024 9:53:24 AM. Implementing a "mouse double click" event for a ListBox typically involves subscribing to the ListBox's MouseDoubleClick event and specifying the action you want to perform when the even
  • Java Applet Design: File, Edit, and Search Options with ActionPerformed Functions2/26/2024 6:00:39 AM. Create an Applet with the menu bar and add the following menus: File, Edit and Search. Add default menu items to the respective menus. In the File menu, add the following items: New, Open, Save and Cl
  • .NET Delegates in Event-Based Asynchronous Pattern for Seniors2/26/2024 5:06:24 AM. This article dives into the practical learning of delegates, emphasizing real-world examples. It explores the Event-Based Asynchronous Pattern (EAP) in C# and its advantages, using delegates to implem
  • How to Pass a Parameter to Event Handler or Callback in React.js2/22/2024 11:13:06 AM. 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.
  • ASP.NET Core with Hosted Service & Lifecycle Events2/20/2024 10:43:12 AM. ASP.NET Core with Hosted Service & Lifecycle Events explores the integration of background tasks in ASP.NET Core applications. Learn how to implement long-running processes efficiently, manage ser
  • Working with WPF Label using XAML and C#2/18/2024 5:22:07 AM. WPF Label class represents a Label control in C#. The <Label> element in XAML represents a Label control at design-time. The code examples in this article demonstrate how to use Label in WPF and
  • Blazor Life Cycle Events - Oversimplified2/18/2024 3:33:37 AM. There's a lot that goes into memory when blazor components load into the memory. There are 8 methods which decide the lifecycle of a component. Let's take a deep dive to understand how they co
  • Learn SharePoint In Series - Part Seventeen - List Columns In SharePoint2/16/2024 6:39:34 AM. Delve into list columns in SharePoint, covering data types, customization, and metadata management. Learn how to optimize content organization and ensure efficient data validation for enhanced collabo
  • What Are the Directive Hook Arguments in Vue.js2/13/2024 6:35:53 AM. In this article, we will understand the lifecycle of Vue.js directives through their hook arguments. Explore how these parameters facilitate interactions and manipulations within the directive's l
  • Understanding Azure Event Grid2/12/2024 6:01:32 AM. Azure Event Grid is a fully managed event routing service that simplifies the development of event-driven applications. In this article, we'll explore the key concepts, features, and use cases of
  • What are Synthetic Events in React?2/8/2024 10:55:25 AM. Howmany character only this content-This content highlights the significance of synthetic events in React, which are wrappers around native browser events providing a consistent interface across diffe
  • Display an Application Notification in Dynamics 365 Using JavaScript2/7/2024 10:12:52 AM. Unlock Dynamics 365's in-app notifications with JavaScript. Activate via the Power Apps portal, create a web resource with code, and trigger on contact name change. Stay informed effortlessly.
  • Validating an HTTP Endpoint to Receive Events from Azure Event Grid2/7/2024 5:32:27 AM. This article elucidates the process of validating an HTTP endpoint for receiving events from Azure Event Grid. By creating an Azure Function App with an HTTP-triggered function, you can handle Microso
  • What Are Event Modifiers in Vue.js2/7/2024 5:07:28 AM. Event handling in Vue.js becomes even more powerful with the use of event modifiers. These modifiers enhance your ability to precisely control how events trigger the execution of methods, making your
  • Apache Kafka with Dapr Bindings in .NET2/7/2024 4:48:30 AM. This content provides an in-depth overview of integrating Apache Kafka with Dapr Bindings for building distributed event-driven applications. It explains the key concepts of Apache Kafka, Dapr, and Da
  • Vue.js Event Handling with v-on Directive2/7/2024 4:41:42 AM. Vue.js offers a powerful event handling mechanism through the v-on directive, enabling developers to respond to user actions such as clicks, inputs, and mouse movements dynamically.
  • Integration Guide: Effortless Microsoft Graph API Access SSO2/6/2024 5:50:23 AM. Discover the Power of Integration: Dive into our comprehensive guide on accessing Microsoft Graph API in C#! Uncover step-by-step instructions, best practices, and practical examples to seamlessly ret
  • Explain about Mouse Events in JavaScript2/6/2024 4:10:40 AM. Unlock the potential of mouse events in JavaScript for dynamic web interactions. From simple clicks to intricate movements, utilize events like click, dblclick, mouse down, mouse up, mouse move, mouse
  • Integration Guide for Effortless Microsoft Graph API Access2/5/2024 9:49:25 AM. Discover the Power of Integration: Dive into our comprehensive guide on accessing Microsoft Graph API in C#! Uncover step-by-step instructions, best practices, and practical examples to seamlessly ret
  • Custom Events in C# for Enhanced Communication and Flexibility1/31/2024 8:33:20 AM. In C#, you can create custom events to provide a way for classes to communicate and react to certain actions or state changes.
  • Understanding Event Sourcing Pattern in .NET1/29/2024 6:03:02 AM. Event Sourcing, a potent architectural pattern in .NET, captures state changes through events, promoting auditability, time travel, and scalability. Learn its implementation and best practices for res
  • What is Event Handling in Vue.js?1/23/2024 4:36:02 AM. Vue.js empowers web developers to create dynamic and responsive applications through efficient event handling. In this comprehensive guide, we will delve into the intricacies of Vue events, exploring
  • How to Create Reusable Confirmation Modals in Blazor Server1/17/2024 1:39:29 PM. In this article, we will learn how to make confirmation pop-ups in your Blazor Server applications easily. Follow a step-by-step guide using parameters and EventCallback to create reusable models, mak
  • Building a Secure PHP MySQL Signup/Login Website with Email Verification1/15/2024 8:48:49 AM. Creating a secure signup/login system is essential for any web application that involves user authentication. In this article, I'll guide you through building a PHP MySQL login/signup website with
  • Introduction to the IDisposable Pattern1/2/2024 6:46:59 AM. Article on the IDisposable pattern in C#, covering introduction, details, code examples, and best practices. This article will explore the IDisposable pattern, its significance, and how to implement i
  • Action and Func Delegates in C#1/2/2024 5:18:03 AM. Unlock the potential of Action and Func delegates in C# programming. Dive into the world of expressive and readable code, utilizing these powerful tools for method-passing, event handling, and more. H
  • Azure Functions in ASP.NET Core Web API1/1/2024 9:14:48 AM. Azure Functions, a component of Microsoft's serverless computing offerings in Azure, enable developers to create and deploy small, event-driven code without managing infrastructure. These function
  • Event Driven Architecture in Microservices12/24/2023 3:22:14 PM. In this article, you will learn about event streaming in microservices. Event streaming in microservices is a powerful approach to communication and data processing based on a continuous flow of event
  • Data Loss Prevention (DLP) in 202412/18/2023 11:58:25 AM. In the ever-evolving landscape of cybersecurity, protecting sensitive data has become a paramount concern for organizations across industries. As we usher in the year 2024, the significance of robust
  • Configure Azure AD Connect Sync and Cloud Sync Tools to Prevent Accidental Object Deletion12/17/2023 8:06:16 AM. This blog post is a combination of old and new features of Azure AD Connect Sync and Azure AD Cloud Sync tools. AAD Connect Sync feature was there already and what’s new is the Sync Client’s feature o
  • How to Detect Event on Clicks Outside in Angular?12/13/2023 5:25:46 AM. Learn to detect click events outside a component in Angular. Follow step-by-step instructions covering prerequisites, project setup, Bootstrap integration, and directive implementation.
  • C# Delegate: Everything You Need To Know About Delegate In C#12/8/2023 11:33:21 AM. In this tutorial, learn what is a delegate in C# and how delegates are implemented in C# code.
  • Performing CRUD Operations Using EventStoreDB in .NET11/24/2023 10:20:44 AM. Learn to perform CRUD operations with EventStoreDB in a .NET environment. This guide covers setting up EventStoreDB, integrating it into .NET, and providing code examples for creating, reading, updati
  • Excel DropDownlist Change Event Using VBA11/7/2023 10:11:29 AM. This article describes how to handle the worksheet change event using VBA. The Visual Basic Editor is a program within Excel that allows you to communicate with Excel.
  • A bit of AI - Live Event - S03: E0411/7/2023 6:00:40 AM. In this show, we will enter a conversation with our guest who works with AI daily, and challenge you to expand your skill set with a recommended weekly MS Learn module.
  • A bit of AI - Live Event - S03: E0311/5/2023 5:12:38 PM. In this show, we will enter a conversation with our guest who works with AI daily, and challenge you to expand your skill set with a recommended weekly MS Learn module.
  • A bit of AI - Live Event - S03: E0211/5/2023 5:10:10 PM. In this show, we will enter a conversation with our guest who works with AI daily, and challenge you to expand your skill set with a recommended weekly MS Learn module.
  • A bit of AI - Live Event - S03: E01 11/1/2023 6:35:31 AM. In this show, we will enter a conversation with our guest who works with AI daily, and challenge you to expand your skill set with a recommended weekly MS Learn module.
  • Event Trigger Data Sync from SQL Server to Synapse via Azure Data Factory / Synapse Pipeline10/23/2023 7:51:04 AM. Event Trigger Data Sync from SQL Server to Synapse via Azure Data Factory / Synapse Pipeline
  • VMware NSX+10/18/2023 12:14:25 PM. VMware NSX+ is a cloud-delivered networking, security, and advanced load balancing service that allows networking, security, and operations teams to consume and operate NSX services from a single clou
  • Automatic System Locking Using Timer10/13/2023 9:49:27 AM. In this article, I am going to show how we can lock the system automatically using a timer.
  • Introduction To ASP.NET Sessions10/5/2023 9:34:13 AM. This article explains ASP.NET sessions in details. Session is a State Management Technique. A Session can store the value on the Server. It can support any type of object to be stored along with our o
  • ASP.NET Core 7 - Introduction of Rate Limiting middleware10/5/2023 8:22:02 AM. This article is an Introduction of Rate Limiting middleware in ASP.NET Core 7.
  • Get File details triggering the Azure Data Factory Pipeline / Synapse via Storage Event Trigger10/5/2023 5:17:16 AM. Get File details triggering the Azure Data Factory Pipeline / Synapse via Storage Event Trigger
  • Software Architecture Types9/26/2023 4:42:06 AM. Software architecture is the foundation of any software system, determining its structure, component interactions, and trade-offs. It significantly influences application quality, performance, scalabi
  • Event Trigger Power BI Entities Refresh via Azure SQL Database9/23/2023 9:49:07 AM. Event Trigger Power BI Entities Refresh via Azure SQL Database
  • How To Make Calculator In C#?9/22/2023 9:07:02 AM. Creating a calculator in C# is a common beginner's project that can help you learn the basics of building a graphical user interface (GUI) and handling user input. Here's a simple guide on how
  • Events in React9/22/2023 4:00:41 AM. Events in React are used to create interactive applications that provide information to the user when an event occurs.
  • Differences Between CQRS, MediatR, and CRUD9/21/2023 10:35:46 AM. Explore the differences between CQRS, MediatR, and CRUD in this insightful article. Learn when to use each technique, their unique benefits, and find scenarios where they shine in .NET development.
  • Using Microsoft Agent With C#9/20/2023 6:37:49 AM. This article explains how to include MS Agent into an simple Windows Form based application using C#.
  • ASP.NET (4-1) - Page Life Cycle: Debugging9/19/2023 4:18:06 AM. In summary, debugging in ASP.NET Page Life Cycle involves closely monitoring the execution flow, inspecting control states, and handling exceptions to identify and resolve issues efficiently. Understa
  • ASP.NET (2) - ASP.NET Controls9/19/2023 4:15:48 AM. This series of articles on ASP.NET, originally from legacy OneNote notes, covers fundamental concepts. It offers valuable insights into current programming involving similar technologies like Angular
  • Scalable Event-Driven APIs with Azure Event Grid and Service Bus in ASP.NET Core9/13/2023 10:37:28 AM. In this comprehensive example, we covered all the essential components required for building an event-driven API using Azure Event Grid and Azure Service Bus. Keep in mind that the specific implementa
  • Learning Delegates In C#9/12/2023 10:45:45 AM. There is this thing in C# called a delegate, which is going to be crucial to build interactions between our objects. What’s a delegate, you ask? Good question. A delegate is a pointer to a method.
  • Custom Events And Delegates9/12/2023 10:44:06 AM. Custom events and delegates are fundamental concepts in modern programming languages like C#. They provide a powerful mechanism for implementing the observer pattern, enabling objects to communicate a
  • Transforming Streaming Data into Insights with Power BI9/12/2023 6:29:47 AM. Power BI empowers real-time dashboard creation, integrating streaming data sources like Azure Event Hubs, Kafka, and PubNub. Optimize data ingestion, design, and interactivity for effective real-time
  • Delegate Uses In C#9/12/2023 4:23:28 AM. This article describes the uses of delegates in C#.Delegates in C# are powerful and versatile constructs that enable you to work with methods as first-class citizens. They provide a way to treat metho
  • How To Use C# To Print Invoice9/11/2023 12:26:16 PM. This is a trial to print Invoice with C# using PrintPreviewDialog control and PrintDocument control.Printing an Invoice in C#: This process involves designing an invoice layout, creating a PrintDocum
  • TraceListener Classes in C# 9/8/2023 11:45:31 AM. TraceListener classes in C# are a part of the System.Diagnostics namespace and are used to capture and route diagnostic information (traces) generated by an application. These classes are essential fo
  • View-Model in Vue.js 9/1/2023 7:50:51 AM. Explore Vue.js's View-Model architecture, central to building efficient interfaces. Learn what it is, its importance, and how to use it for separation of concerns, reactivity, and organized code.
  • C# Security: Best Practices for Secure Coding8/31/2023 5:05:34 PM. In this article, we will discuss some of the best practices for writing secure code in C#. These practices include using secure password hashing algorithms to store passwords, validating user input to
  • Web Portal To Manage Virtual Or In-Person Events With ASP.NET 5 And DOTVVM8/31/2023 9:57:36 AM. In this article, you will learn about Web Portal to manage Virtual or In-Person Events with ASP.NET 5 And DOTVVM.
  • Cache Notifications and Event-driven Architecture with NCache8/27/2023 12:39:58 PM. In this article, let us discuss the importance of cache notifications in building an event driven application and how we can implement such a mechanism with an example in NCache
  • Delegates in C# 8/25/2023 9:09:14 AM. Explore the fundamental potency of C# delegates—vital for encapsulating methods as first-class entities. Empower callbacks and event management for efficient C# application development.
  • Delegates, Anonymous Method, And Lambda Expression In C#8/24/2023 10:58:50 AM. Delegates, Anonymous Methods, and Lambda Expressions in C# introduces essential concepts in C# programming related to delegates, anonymous methods, and lambda expressions. These features enable develo
  • How To Display Alert Message In React.js8/24/2023 8:53:08 AM. How to Display Alert Message in React.js is a concise guide that walks you through the process of implementing alert messages or notifications in your React.js application. With this guide, you'll