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]
Abhishek Yadav(8)
Suresh M(4)
Akshay Deshmukh(3)
Aleksei Pavlov(3)
Delpin Susai Raj(3)
Sanwar Ranwa(2)
Mahender Pal(2)
Venkatasubbarao Polisetty(2)
Siddharth Vaghasia(2)
Chandani Prajapati(2)
Onkar Sharma(2)
Vinoth Rajendran(2)
Menaka Priyadharshini B(2)
Suthahar Jegatheesan(2)
Pradip Pandey(2)
Pranav J.Dev(2)
Sagar Pardeshi(2)
Ramees (2)
Pankaj Kumar Choudhary(2)
Gaurav Kumar(2)
Henil Patel(1)
Ketan Sathavara(1)
Rohit Gupta(1)
Deepika Sawant(1)
John Godel(1)
Jefferson S. Motta(1)
Suraj Vishwakarma(1)
Prasad (1)
Ashish Bhatnagar(1)
Anuradha Rani (1)
Shriram Pophali(1)
Himanshu Upreti(1)
Uday Dodiya(1)
Mayuresh Joshi(1)
Siddharth Gajbhiye(1)
Mohammad Irshad(1)
Mithilesh Kumar(1)
Vijai Anand Ramalingam(1)
Mushtaq M A(1)
Logesh Palani(1)
Akhil Mittal(1)
Veerendra Annigere(1)
Abhishek Mishra(1)
Gnanavel Sekar(1)
Rahul (1)
Ck Nitin(1)
Usama Shahid(1)
Farhan Ahmed(1)
Hariharan Krishnan(1)
Ahsan Siddique(1)
Raj Kumar(1)
Zakir Ahamed(1)
Abubackkar Shithik(1)
Bryian Tan(1)
Purushottam Rathore(1)
Akshayrao V(1)
Rafnas T P(1)
Nimit Joshi(1)
Alagunila Meganathan(1)
Priyaranjan K S(1)
Rahul Bansal(1)
Staff Writer(1)
Ranjit Powar(1)
Kaviya Balasubramanian(1)
Govinda Rajulu Yemineni(1)
Neeraj Kumar(1)
Jeetendra Gund(1)
Ehtesham Mehmood(1)
Lakshmanan Sethu Sankaranarayan(1)
Resources
No resource found
How to Use Confirm Function in PowerApps (Modern Dialog Confirmation Box)
Apr 03, 2026.
Master the Power Apps Confirm function! Learn how to easily create modern confirmation dialog boxes for user actions like deleting records or submitting forms. Simplify your app development today!
How to Use Confirm function in PowerApps
Mar 10, 2026.
Learn how to use the Confirm() function in Power Apps to prevent accidental actions! This guide covers syntax, examples, and best practices for user confirmation. Control your app logic!
Chatsky conversational framework – deep integration & dialogue DSL
Oct 27, 2025.
Explore Chatsky, the open-source Python framework for building chatbots. Learn architecture, script DSL, use-cases, limitations, deployment, and how to get started.
Decoding the Digital Dialogue: A Formal Dive into the OSI Model Framework
Oct 13, 2025.
Understand its seven layers, from physical transmission to application interaction, and how it fosters interoperability and efficient troubleshooting. Learn why this model remains crucial for network design, diagnostics, and understanding complex communication systems despite real-world limitations.
Godel's Scaffolded Cognitive Prompting (GSCP): A Layered Framework for Robust Intent Understanding in LLM Dialogue Syste
Jun 25, 2025.
Godel's Scaffolded Cognitive Prompting (GSCP) is a layered framework that enhances intent understanding in LLM-based dialogue systems by simulating structured, human-like cognitive reasoning.
Learn to Create a Simple Dialog Box in Blazor
Aug 27, 2024.
This guide covers designing and implementing a basic modal dialog using Blazor components and Razor pages, enhancing your web UI with interactive elements and user-friendly interfaces.
Exploring the HTML <dialog> Tag: Enhancing Web Interactivity
Jul 18, 2024.
This article explores the features and benefits of the <dialog> element, its role in modern web development, and practical examples of implementing modal dialogs to create more dynamic and interactive web pages.
Dynamics 365 - Duplicate Detection with PowerApps
Mar 11, 2024.
This document outlines the process of detecting duplicate contacts in Dynamics 365 when generating a new contact. It explains how to set up a Blank Canvas App, establish a connection with a Dynamics 365 Data Source, and design a dialog screen for duplicate detection.
How To Use Syncfusion Predefined Dialogs In Vue.js Application
Nov 07, 2023.
This article provides a comprehensive guide for integrating Syncfusion Predefined Dialogs into a Vue.js application. The step-by-step approach, along with the code snippets, ensures that readers can follow along and implement the functionality effectively.
Dialogs in JFC
Jul 27, 2023.
Dialog box, like frame, is a pop-up window on which user interface components can be laid out.
Creating A Dialogue box, PopUp, Alert box, and Confirmation box in PowerApps
Jun 20, 2023.
This article discusses how to create a popup dialog box in Power Apps for displaying confirmation messages or alerts. It addresses the scenario of creating a popup confirmation message for gallery items using CRUD operations.
Power Pages - Custom "Select All - Unselect All" button in Lookup records dialog
May 11, 2023.
In Power Pages (Earlier Power Apps Portal), OOB support for selecting / deselecting all grid rows in “Lookup records” dialog is not found. Hence, I have built one client-side custom generic feature using Jquery which will be reusable for all such “Lookup records” dialog.
Convert Byte Array Into PDF And Open It Inside Custom Dialog box In Angular
Jan 11, 2023.
We will get byte array as an response from API and same we need to encode and convert into PDF inside Custom Dialog box in Angular, where you can fire events on closing of dialog to fire another event.
Custom Dialog In Android
Nov 18, 2022.
In this article, we learn about how to create custom dialog in android.
Implementing Prompt Dialog In D365 CE - Part II
Sep 02, 2022.
This is second part of implement dialog prompt in D365.
Implementing Prompt dialog in D365 CE - Part I
Sep 01, 2022.
This article is about implementing dialog in Dynamics 365 CE
Understand Confirm Dialog With Webresource In Dynamics CRM
Jun 03, 2022.
In Dynamics 365 CRM, for certain requirements we need to show confirmation dialog window with Yes and No buttons. We can use openConfirmDialog method present in Client API Reference in Dynamics crm. As an example, for a selected contact record, confirm dialog will be shown.
Understand Open Dialog With Webresource In Dynamics CRM
May 27, 2022.
In Dynamics 365 CRM, for certain requirements we need to show dialog window. We can use openAlertDialog method present in Client API Reference in Dynamics crm. As an example, for a selected contact record, open dialog will be shown.
Dialog Box In PowerApps
Mar 08, 2022.
In this article, we are going to learn about creating dialog boxes in PowerApps. We can have various types of Dialog Box like Notification Dialog, Confirmation Dialog, and so on.
How To Create A Popup Message Or Alert Box In PowerApps
Jan 18, 2022.
In this article, we will see how to create a simple popup in PowerApps.
How To Use Dialog Control Of Fluent UI In SPFx
Feb 18, 2021.
In this article, we will see how to implement dialog control of fluent in SPFx.
Delete Confirmation Dialog Pop Up In Angular Using Bootstrap Modal
Feb 02, 2021.
This article shows a bootstrap modal that can be reused throughout our entire application. This modal will ask before deleting any record or performing any delete operation.
Nine Ways To Open File Explorer In Windows 10
Dec 16, 2020.
File Explorer in Windows 10 facilitates file and folder management through a graphical interface. Learn various methods like keyboard shortcuts, Run dialog, Command Prompt, PowerShell, taskbar, start menu, searching, and task manager to access File Explorer efficiently.
Automatic Delegation In An Alexa Skill
Oct 24, 2020.
In this article, I am going to demonstrate how to use an automatic delegation feature to simplify your code to collect and confirm slot values.
Create A Custom Skill To Demonstrate Dialog Delegation In Alexa
Oct 24, 2020.
In this article on custom Alexa skills, I am going to demonstrate how to create a custom Alexa skill on Alexa Hosted node.js server.
Multiple Validation On A Slot Type In An Interaction Dialog model
Sep 30, 2020.
In this article, I am going to explain how multiple validations can be applied to a slot in a dialog model of Alexa skill.
Validation Rules In Alexa Dialog Model
Sep 30, 2020.
In this article, I am going to explain about all of the validation rules in an Alexa skill interaction model.
Define Slot Validation Rules For Slots In An Alexa Skill Dialog Model
Sep 25, 2020.
In this article, I am going to demonstrate how to define validation rules for slots.
Enable Confirmation For An Intent In An Alexa Skill Dialog Model
Sep 25, 2020.
In this article, I am going to demonstrate how to define slots and how to define prompts for intent confirmation.
Enable Confirmation For A Slot In An Alexa Skill Dialog Model
Sep 24, 2020.
In this article, I am going to demonstrate how to define slots and how to define prompts for slot confirmation.
Create Utterances And Prompts In An Alexa Skill Dialog Model
Sep 22, 2020.
In this article, I am going to demonstrate how to create a slots and how to define Alexa speech prompts and user utterances.
How To Create A Popup Screen In PowerApps
Jul 30, 2020.
In this article, we will see step by step implementation to create a popup screen in powerapps.
Show/Hide Dialog Or Modal Service In Angular
Jul 16, 2020.
In this article you will learn how to show/Hide Dialog or modal service in Angular.
Create An Application To Get User Details In A Dialog Box In Angular With Angular Material Using Web API And SQL
May 26, 2020.
In this article you will learn how to display User details using dialog box in Angular Material with Web Api and SQL.
PnP List Picker And Fluent UI Dialog Control In SharePoint Framework
May 01, 2020.
In this article, you will see how to use PnP List Picker and Fluent UI Dialog control in SharePoint Framework.
How To Enable Delete Confirmation Dialog In Windows 10
Mar 31, 2020.
To enable the delete confirmation dialog in Windows 10, access "Recycle Bin Properties" by right-clicking the Recycle Bin icon. Check "Display delete confirmation dialog" to ensure prompt confirmation before permanent file deletion.
React Material UI Expansion Panel And Dialogs
Jan 06, 2020.
In this article, you will learn about React Material UI Expansion Panel and Dialogs.
Custom Camera Dialog For Windows Using UWP
Dec 16, 2019.
In this article, you will learn about custom camera dialog for Windows using UWP.
Custom Popup Dialog In Xamarin Android
Nov 26, 2019.
Custom Popup Dialog in Xamarin Android allows developers to create tailored dialog boxes that can be displayed on top of the current activity. These dialogs can have custom layouts, event handling, and styling, providing a flexible way to interact with users within an application.
Chatbot Using Microsoft's Bot Framework And Dialog Flow API - Day One
Jul 29, 2019.
In this article, you will learn to build a chatbot using Microsoft's Bot Framework and Dialog Flow API.
SPFx - Creating Custom Dialog Boxes Without A Javascript Framework
Jul 24, 2019.
Learn how to implement custom dialog boxes in SharePoint using SPFx. This tutorial explores extending the Base Dialog class without a JavaScript framework, leveraging npm packages for popup displays.
Use Angular Material Dialog As Spinner
May 31, 2019.
In this article, I am explaining how to use an Angular Material dialog as a spinner.
Create User Defined Dialogs in Bot V4 Framework Bot Builder 😍 .NET Core
May 28, 2019.
In this article, we are going to learn how to write a user-defined Dialog class. We will also see its best practices.
Prompt And Waterfall Dialog In Bot V4 Framework Bot Builder 😍 .NET Core
May 23, 2019.
Dialogs in the Bot Framework structure bot interactions, managing flow, validations, and user input. Key components like DialogSet and DialogContext manage dialog states and sequencing. Prompts handle input validation, while Waterfall dialogs manage sequential steps.
Confirm Dialog In Angular Using Bootstrap Modal
Jan 16, 2019.
This article shows how to create a custom component for Confirm Dialog in Angular using modal popup of bootstrap.
ASP.NET MVC 5 - DocuSign🖋️- Validating And Viewing Document(s) On A Modal-Dialog
Dec 19, 2018.
In this article, we will see how to validate the DocuSign document by viewing it in Modal Dialog using an iframe in our web application.
Display Component Dynamically As A Modal Popup Using Material Dialog In Angular 6
Nov 13, 2018.
In this article, we will cover how to display component dynamically as a Modal Popup using Material Dialog in Angular 6 application.
Dialog Window In Angular Using Ignite-UI
Oct 29, 2018.
The dialog window is a graphical control element or a small window that communicate information between application and user. It is very helpful to prompt the information, warning and other messages within the application. For an example in a web application when a user tries to access any restricted resource system can prompt a warning message in a dialog window.
Angular Material - Part Two
Sep 21, 2018.
If you worked with bootstrap you know that implementing tabs require some complex markup but in Angular Material we can easily add tabs to our application with only 2 elements.
How To Create Modal Dialog In Bootstrap 4
Sep 11, 2018.
This article will demonstrate you modal dialog in bootstrap 4. The Modal component is a dialog box/popup window that is displayed on top of the current page.
Develop Chat Bot Using Microsoft Bot Builder SDK V4 - Part Two - Manage Conversation Using Multi-Step Dialog
Sep 07, 2018.
In previous article, we have discussed how to kick-start a chatbot development using Microsoft Bot Builder SDK version 4. Now we are going to implement guided chatbot conversation flow using Dialogs library.
Using Font Dialog In Windows Forms
Aug 03, 2018.
In this article, I am going to explain how to use a FontDialog box in a Windows Forms app using Visual studio 2017.
Using Color Dialog In Windows Forms
Aug 01, 2018.
In this article, I am going to explain how to work with a ColorDialog Box in Windows Forms using Visual Studio 2017.
Alert Dialog Setup In Android Using Android Studio
Apr 16, 2018.
In this article, we are going to see how to set up an Alert dialog to the back button in an Android app using Android Studio.
Xamarin.Android - User Input Dialog
Dec 09, 2017.
This article is an attempt to demystify the use of dialog box to gather user input. It is not intended to be exhaustive, rather, it is aimed at new or beginning programmers.
CRUD Operation with Model dialog using UI-Grid in AngularJS and Web API
Oct 27, 2017.
In this article, you will learn CRUD operations with model dialog using UI-Grid and Web API.
Develop Chatbot On NodeJS Platform Using Microsoft Bot Framework (Part Three) - Manage Conversation Using Multiple Dialogs
Oct 03, 2017.
In article Develop ChatBot On NodeJS Platform Using Microsoft Bot Framework (Part Two) - Manage Conversation Using Root Dialog, we have discussed how to handle conversation using root dialog in chatbot developed using Microsoft Bot Framework NodeJs SDK. In this article, we are going to handle the conversation flow with multiple dialogs instead of root dialog. We are also going to use trigger for dialogs.
Print Dialog And Print Preview Tools Using Entire Windows Form To Print
Sep 15, 2017.
This article explains how to print an entire Windows Form using Print Dialog and Print Preview tools in a Windows Forms application. It covers creating a Print Preview with PrintPreviewDialog, configuring the Print Dialog, capturing the form as an image, and displaying it for printing. Step-by-step instructions are provided.
How To Add Android Exit Dialog To Android App Using Android Studio
Sep 11, 2017.
Android is one of the most popular operating systems for mobile. In this article, I will show you how to add Android Exit Dialog to Android App Using Android Studio.
Develop ChatBot On NodeJS Platform Using Microsoft Bot Framework (Part Two) - Manage Conversation Using Root Dialog
Sep 02, 2017.
In article Develop ChatBot on NodeJs platform Using Microsoft Bot Framework (Part One) - Quick start for beginners, we have discussed about where and how to start with development of chatbot on NodeJs platform using Microsoft Bot Framework. In this article we are going to see usage of Dialogs which will help us to manage conversation flow.
Getting Started With Prompt Dialog Using Microsoft Bot Framework
Aug 31, 2017.
In this article, we will understand how to use prompts and how you can use them to collect information from the users. We are creating a sample Demo Bot for our C# Corner Annual Conference 2018 registration process automation.
Getting Started With Dialog Using Microsoft Bot Framework
Aug 28, 2017.
Bot Builder SDK introduced Dialogs that allows users to model conversations and manage conversation flow. Dialogs can contain waterfall steps and prompts (Options). As the user interacts with the bot, the bot will start, stop, and switch between various dialogs in response based on user messages.
ASP.NET MVC Tooltip with Web API, Bootstrap Popover, jQuery UI Dialog
Jul 03, 2017.
This article provides a detailed guide on dynamically adding help/tooltip icons to form elements using jQuery UI modal or Bootstrap popover. The tooltips are fetched from a centralized location via Web API calls, allowing easy management and customization.
Dialog In Microsoft Bot Framework
May 24, 2017.
In this article, you will learn what is a dialog and why we use dialog in Bot framework.
Dialogs In WPF (MVVM) - Part Three
May 07, 2017.
In this article, you will learn about dialogs in WPF (MVVM).
Create An Alert Dialog In Xamarin iOS App
Mar 05, 2017.
In this article, you will learn how to create an Alert dialog in Xamarin iOS, using Xamarin Studio.
Display An Alert Dialog In Xamarin.Forms Using Visual Studio
Feb 01, 2017.
In this article, you will learn how to display an alert dialog in Xamarin.Forms, using Visual Studio.
Creating Dialog Fragment Using Xamarin Android
Jan 31, 2017.
This article explains how to create Dialog Fragment using the Login System UI design and understanding of C# codes and XML files.
Dialog Boxes In C#
Jan 24, 2017.
In this article, you will learn about dialog boxes in C#. Here we will see about OpenFileDialog, SaveFileDialog, FontDialog, ColorDialog, DialogResult, and Custom Dialog Box.
Create An Alert Dialog With Icon In Xamarin Android App Using Visual Studio
Jan 12, 2017.
In this article, you will learn how to create an Alert dialog with the icon in Xamarin Android app, using Visual Studio 2015.
MVC 5 - Partial View With Pagination In jQuery Dialog
Dec 21, 2016.
This article describes how we can integrate the partial view with div element with the help of jQuery & jQuery UI in ASP.NET MVC 5 Application.
Understanding Dialog Box In Onsen UI Using Visual Studio 2015
Dec 18, 2016.
Explore the nuances of integrating dialog boxes in Onsen UI within the familiar environment of Visual Studio 2015. This comprehensive guide delves into JavaScript, HTML, and CSS intricacies, offering insights into mobile app development's frontend challenges.
Custom Pop Up Notification Dialog Box In Windows 10 UWP
Jul 14, 2016.
In this article we are going to see how to create popup notification dialog box in Windows 10 UWP App.
How To Display A Progress Dialog Window In Android
Jul 11, 2016.
In this article, you will learn about displaying a progress dialog Window.
Dialogs In WPF (MVVM) - Part Two
Jul 11, 2016.
In this article, you will learn about dialogs in WPF (MVVM).
How To Display A Dialog Window In Android
Jul 07, 2016.
In this article, I will explain about displaying a dialog window. There are many times when a user needs to display a dialog window to get a confirmation from the end user.
Create Modal Dialog Pop Up In SharePoint 2016 And Office 365
Jul 05, 2016.
In this article, you will learn how to create modal dialog pop ups in SharePoint 2016 and Office 365.
Showing Message Dialogs When Using MVVM Pattern In Windows 10 UWP APP
May 28, 2016.
In this article we are going to see how to show message dialog using MVVM pattern in Windows 10 universal app.
Dialogs In WPF (MVVM)
Apr 28, 2016.
In this article you will learn about Dialogs in WPF (MVVM).
Dialogue And Toast In Android
Apr 26, 2016.
In this article you will learn about Dialogue and Toast in Android.
Difference in between Show And Show Dialog To Open A Child Window From View Model In WPF With MVVM Using Prism
Apr 14, 2016.
In this article, I will demonstrate what is the difference in between show and show dialog to open a child window via the button click event in WPF with MVVM pattern using prism library.
Dialogue Fragment With Multiple Selection In Android
Apr 05, 2016.
In this article I describe how to show a dialogue with multiple select boxes
Dialog Control in C# 6
Mar 11, 2016.
In this article you will learn about Dialog Control in C# 6.
Sharepoint 2013: Display User Login Name As Notification Dialog Box
Feb 02, 2016.
In this article we will learn about displaying user login name as notification dialog box.
Message Dialog For Windows 10
Jan 21, 2016.
In the following article I will show how to pop up a message dialog in Universal Windows Platform.
JavaScript Dialog Boxes
Jan 16, 2016.
In this article we will learn about various dialog boxes provided by JavaScript.
JQueryUI - Day 9 (Dialog)
Jan 14, 2016.
In this article, you will learn about Dialog in jQueryUI. This is part 9 of the article series.
Flyout Control For Windows 10
Oct 30, 2015.
In the following article I will be showing how to work with Flyout control in Universal Windows Apps.
How To Show Message Dialog In Windows 10
Oct 28, 2015.
In this article you will learn how to show a message dialog in your Windows 10 apps on the Desktop and Mobile devices using C# and XAML.
Display User Login Name As Notification Dialog Box In SharePoint
Sep 11, 2015.
In this article we will learn about displaying only user login name as Notification dialog box.
Launch The SharePoint List Forms on Dialog
Sep 11, 2015.
In this article I will share the steps to change the SharePoint list forms page to pop up.
Display Selected GridView Row Cell Values Inside jQuery Modal Dialog in ASP.NET
Aug 15, 2015.
This article explains how to show select GridView row cell values inside a jQuery Modal Dialog in ASP.NET.
Dialog Boxes in Windows Forms Applications
Jul 30, 2015.
This article shows how to create a Dialog Box in Windows Forms applications.
Alert DialogBox in Android
Jul 29, 2015.
In this article I will explain various types of Dialog Boxes in Android. Dialog Boxes are mainly used for showing some information to the user. This information may be related to a specific task or to an error or it may be some kind of general information.
Basics of SearchView in Android : Part 2
Feb 19, 2015.
This article illustrates how to make a SearchView using the Search Dialog.
Dialogs in Android
Feb 02, 2015.
This article explains the basics of dialogs in Android, how to construct them and various aspects of them using Android Studio 1.0.
Dialog Boxes in JavaScript
Nov 25, 2014.
This article explains JavaScript dialog boxes, including how to create them.
How to Show Message Dialog in Windows Store 8.1 App
Oct 08, 2014.
In this article we will see how to show message dialog in a Windows Store app.
Creating an Alert Dialog Box in Android
Oct 01, 2014.
In this article you will learn how to make an Alert Dialog Box in Android.
Launch Forms in Dialogue For a SharePoint List in SharePoint Site 2013 Using REST API
Sep 18, 2014.
This article explains how to enable the property launch forms in a dialogue for a given SharePoint list using the REST API.