Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About RSA
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ramees (15)
Vinoth Rajendran (11)
Manoj Mittal (6)
Suresh M (6)
C# Corner Live (4)
Mahesh Chand (3)
Afzaal Ahmad Zeeshan (2)
Suthahar Jegatheesan (2)
Chhavi Goel (2)
Saad Mahmood (2)
Menaka Priyadharshini B (2)
Arthur Le Meur (2)
Akshay Deshmukh (2)
Ishika Tiwari (1)
Janarthanan Selvaraj (1)
Raj Kishore (1)
Chris Love (1)
Uday Dodiya (1)
Swesh S (1)
Amit Bhatt (1)
Sachin Pandey (1)
Abdul Basith (1)
Shantha Kumar T (1)
Ojash Shrestha (1)
Liji Thomas (1)
Jay Krishna Reddy (1)
Praveen Raveendran Pillai (1)
Salman Beg (1)
Satyaprakash Samantaray (1)
Dipa Mehta (1)
Kiran Paul (1)
Veena Sarda (1)
Stephen Simon (1)
Gaurav Kumar (1)
Sumantro Mukherjee (1)
Sourabh Soni (1)
Santhakumar Munuswamy (1)
Ammar Khan (1)
Sonu Kumar (1)
Aqib Mushtaq (1)
ShiwKumar Gupta (1)
Umer Qureshi (1)
Gopi Chand (1)
Selva Ganapathy (1)
Rahat Yasir (1)
Sourabh Somani (1)
Sanwar Ranwa (1)
Avnish Kumar (1)
Joshy George (1)
Lou Troilo (1)
Prasanna Murali (1)
Vijayaragavan S (1)
Abhishek Mishra (1)
Nakkeeran Natarajan (1)
Related resources for RSA
No resource found
Best Practices for CSS Selectors: Optimal Performance and Code Readability
6/5/2023 6:08:32 AM.
In this article, we will learn how we can Utilize best practices to pick and prioritize elements in a way that maximizes efficiency
Developing a Conversational AI ChatBot in 5 minutes
5/3/2023 10:07:25 AM.
In this article describes about creating and deploying Conversational AI Chatbot in 5 minutes.
6 Functionalities That Make PHP a Versatile Language
4/26/2023 10:40:29 AM.
In this blog, we will explore the six most frequently utilized features and functionalities of PHP, along with real-world examples demonstrating how they can be applied in practical applications.
Improving Your Bot's Intelligence - Handling Unknown Intents With Azure OpenAI šš
2/20/2023 5:19:41 AM.
When building a conversational AI, it's crucial to have a solid plan for handling unknown intents. While natural language processing (NLP) modules can help you identify the user's intent, ther
ChatGPT: A Breakthrough in Conversation Generation for Developers, What is ChatGPT and How to Get Started
2/6/2023 5:45:05 AM.
ChatGPT is a natural language processing (NLP) tool developed by OpenAI that allows developers to generate human-like text in real-time. In this article, we'll introduce ChatGPT and explain how it
Best Algorithm For Encrypting And Decrypting A String In C#
1/31/2023 8:51:53 AM.
In this article, we learn about how to encrypt and Decrypt a String in C#.
What Is A Chatbot And How Does It Work
12/16/2022 6:36:40 AM.
Chatbots use natural language processing (NLP) and set of pre-defined rules to understand the inputs as question and provide response closer to what is available with the knowledge database programmed
Rockinā The Code World with dotNetDave - Second Anniversary Ep. 67
10/21/2022 1:32:42 PM.
Join us for the second anniversary of Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Upload/Download Bot Framework Composer Conversation/Chat
8/25/2022 4:26:30 PM.
This articles describe how you can upload/download conversation history of bot composer.
Add Yammer (Conversations) Feed to SharePoint Online Site Using PowerShell
4/18/2022 5:06:23 AM.
In this article, you will learn how to add conversations (yammer) Webpart in SharePoint Modern Page using PowerShell.
Connecting To Azure SQL Database With Active Directory - Universal With MFA
3/2/2022 2:05:07 PM.
In this article, you will learn how to connect to Azure SQL Database with Active Directory - Universal With MFA.
Rockinā The Code World with DotNetDave - .NET 20th Anniversary Show Ep. 48
2/15/2022 1:56:26 PM.
Join us with Scott Hunter, Joe Guadagno, Steve āardalisā Smith, Carey Payette, and Carl Franklin on Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A on .NET and o
How To Subscribe Group Members To Get Group Conversations And Events
1/31/2022 5:40:54 PM.
How to enable the group settings to send copies of group conversations and events to group members
LUIS - Create A Conversation App
10/29/2021 4:56:01 AM.
In this article, we'll learn about LUIS. Moreover, we'll learn to create a conversation app with Azure.
Rockin' The Code World with dotNetDave ft. Cathrine Wilhelmsen - Episode 38 (Anniversary Special)
10/7/2021 7:58:48 AM.
Join us with Cathrine Wilhelmsen on Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A on .NET and other programming technologies.
Build A Low Code Chatbot Using Bot Framework Composer 2.0
7/15/2021 6:17:43 AM.
If you'd like to build a chatbot but have no prior experience or expertise, look no further. The Bot Framework Composer is a visual tool from Microsoft that helps you get started with chatbot deve
Connect Amazon Alexa and Bot Framework Via Bot Composer
6/9/2021 9:23:51 AM.
Explain about how to communicate between Alexa and Bot Framework using Bot Framework Composer
Server Side Rendering with Angular Universal - Angular Virtual Conference 2021
5/31/2021 3:17:03 PM.
This session in Angular Virtual Conference 2021 is about "Server Side Rendering with Angular Universal"
CQRS With MediatR In .NET 5
4/20/2021 9:34:57 AM.
In this article will see how we can integrate the CQRS and MediatR Pattern in Web API.
.Net 5 Blazor WASM - Calling JavaScript From C# And Vice Versa
4/6/2021 9:20:12 PM.
In this article, you will learn about Calling JavaScript from C# in WebAssembly(and vice versa).
Convert Text File To PDF File And ViceVersa Using ItextSharp
2/15/2021 4:25:04 PM.
In this article, I will explain how to convert text file into pdf file and vice versa using ItextSharp.
SignalR Message Conversation App Using ASP.NET MVC 5 In Real Time Scenario
1/20/2021 7:37:18 AM.
In this article you will learn about SignalR Message Conversation using ASP.NET MVC In a real time scenario.
Universal SMTP Code To Send Emails In .NET Apps
11/8/2020 9:23:40 AM.
As already mentioned quite clearly in the tagline, the only reason to write this article is to cover the basic requirements of every SMTP vendor's code in .NET applications, If your vendor is Goog
ChatBot - QnA Maker - Conversational AI
7/21/2020 7:51:13 AM.
In this article, we will see how to add a conversation with Bot. This also one kind of cognitive service provided by Microsoft Azure.
Create A Watson Conversation Service And Consume From .NET Code
7/13/2020 12:56:19 AM.
In this article, you will learn how to create a Watson Conversation Service and consume from .NET code.
Overview Of Generative Adversarial Networks
7/3/2020 4:51:25 AM.
Once trained, Neural Networks are fairly good at recognizing voices, images, and objects in every frame of a video ā even when you are playing the video. Letās say you are not able to buy an expensive
Add Conversation Bot To Microsoft Teams Channel And Group Chat
6/22/2020 10:22:38 AM.
In this article you will learn how to add Conversation bot support to Microsoft Teams Channel and Group Chat.
Build A Personal 1:1 Conversational Bot With Microsoft Teams
6/22/2020 5:50:59 AM.
In this article, youāll learn how to create and add a new bot to a Microsoft Teams app and interact with it from the Microsoft Teams client.
How does Conversational AI Application work ?
5/20/2020 5:29:32 AM.
Watch this episode of #AskMeAnything with Mia Chang - Microsoft AI MVP, to learn what happens behind the scene in Conversational AI applcation
Build Conversation Bot Using Luis And QnA Maker With Azure Bot Framework SDKV4
4/27/2020 8:43:20 AM.
This article articulate, how to build SDK V4 bot using Luis and QnA Maker
Customize the Bot Conversation Message With Power Virtual Agent
4/16/2020 3:43:24 PM.
In this article, you will learn how to customize the bot conversation message with power virtual agent.
Download Image in Android
3/27/2020 5:59:51 AM.
This article shows how to download an image and store it in the SD card of your Android phone.
Universal Image Loader in Android
3/26/2020 12:01:08 AM.
This article explains the Universal Image Loader. The Universal Image Loader allows you to set various image view options. You can load the image from a URL at runtime using this.
Elvis Operator And Range Traversal Of An Array Kotlin
3/19/2020 9:00:50 AM.
In this article, you will learn about elvis operator and range traversal of an array kotlin.
Understanding UAP and Building Universal Apps With Blend 2015
1/17/2020 4:29:14 PM.
This article will be dedicated to development of Universal Apps, leveraging the Universal App Platform and VS 2015 Blend.
How to implement Drag & Drop Functionality in Universal Windows Platform (UWP)?
1/10/2020 12:23:06 AM.
In this article, I'll talk about drag and drop functionality implementation in UWP.
Read PDF Files In Windows 10 Universal App Using Default PDF Reader
1/9/2020 11:21:47 PM.
In this article we are going to see how to read PDF files in Windows 10 universal app using default PDF reader app.
How To Use Light Sensor In Windows 10 Universal App
1/9/2020 11:05:34 PM.
In this article we are going to see how to use the light sensor to detect changes in lighting.
Simple Accelerometer App For Windows 10 Universal App
1/9/2020 10:49:07 PM.
In this article we are going to see how to use the accelerometer sensor and how to use the accelerometer to respond to user movement in Windows 10 app.
Getting Started With Windows 10
1/9/2020 12:07:42 AM.
This article explains about Windows 10 with SDK installation steps, features, prerequisites, and integration in Visual Studio 2015.
Radial Gauge For Windows 10 Universal Windows Platform
1/8/2020 4:40:12 AM.
In this article we are going to see how to display numerical data in modern way using Gauge Radial control in Windows 10 UWP App.
Hello World In Universal Windows Platform
1/8/2020 4:06:35 AM.
In this article you will learn how to create a Hello World application in Windows 10 which will target Universal Windows Plateform (UWP).
Universal MusicDownloader App In Windows 10
1/8/2020 3:33:55 AM.
In this article we will lean the functionality of Universal MusicDownloader App in Windows 10 Operating System.
Detecting And Get The Battery Status In Windows 10 UWP App
1/8/2020 2:59:17 AM.
In this article we are going to see how to access the battery details and battery APIs in Windows 10 UWP app.
Getting Into UWP (Universal Windows platform) - Windows10 Apps
1/8/2020 1:08:35 AM.
In this article you will learn some useful terms and things you need to know to start with windows 10 apps.
20 Features Of Window 10 Operating System
1/7/2020 10:39:04 PM.
In this article you will learn the features of Windows 10 Operating System.
ListBox Control For Windows 10
1/7/2020 12:47:08 PM.
In the following article I will be showing on how to work with a ListBox control in Universal Windows Apps.
Toggle Button Control For Windows 10
1/7/2020 12:22:00 PM.
In the following article I will be showing how to work with a Toggle Button control in Universal Windows Apps.
ComboBox Control For Windows 10
1/7/2020 12:15:46 PM.
In the following article I will be showing on how to work with a ComboBox control in Universal Windows Apps.
CheckBox Control For Windows10
1/7/2020 11:57:25 AM.
In the following article I will be showing on how to work with a Checkbox control in Universal Windows Apps.
RadioButton Control For Windows 10
1/7/2020 11:41:43 AM.
In the following article I will be showing on how to work with a RadioButton control in Universal Windows Apps.
ProgressRing Control for Windows10
1/7/2020 11:27:38 AM.
In the following article I will be showing how to work with ProgressRing control in Universal Windows Apps.
How To Develop Universal Application In Windows 10
1/7/2020 11:13:11 AM.
In this article you will learn how to develop universal application in Windows 10.
ProgressBar Control For Windows 10
1/7/2020 11:07:42 AM.
In this article you will learn how to work with a ProgressBar control in Universal Windows Apps.
Slider Control For Windows 10
1/7/2020 11:06:37 AM.
In this article you will learn how to work with a Slider control in Universal Windows Apps.
MenuFlyout Control For Windows 10
1/7/2020 10:57:58 AM.
In the following article I will be showing on how to work with MenuFlyout control in Universal Windows Apps.
AutoSuggestBox Control For Windows 10
1/7/2020 5:58:33 AM.
In the following article I will be showing on how to work with Auto Suggest Box control in Universal Windows Apps.
Flyout Control For Windows 10
1/7/2020 5:52:51 AM.
In the following article I will be showing how to work with Flyout control in Universal Windows Apps.
CalendarDatePicker Control For Windows 10
1/7/2020 5:50:01 AM.
In the following article I will show you how to work with CalendarDatePicker control in Universal Windows Apps.
Selectors in CSS
1/7/2020 5:40:23 AM.
This article explains one of the CSS rules, āselectorsā, with suitable examples for a better understanding.
CalendarView Control For Windows 10
1/7/2020 5:38:02 AM.
In the following article I will be showing how to work with Calendar View control in Universal Windows Apps.
TimePicker Control For Windows 10
1/7/2020 5:34:16 AM.
In the following article I will be showing on how to work with Time Picker control in Universal Windows Apps.
DatePicker Control For Windows 10
1/7/2020 5:22:01 AM.
In the following article I will be showing how to work with Date Picker control in Universal Windows Apps.
Windows 10 Universal Apps (UAD) - Adaptive Triggers
1/7/2020 4:44:56 AM.
In this article you will learn about Adaptive Triggers in Windows 10 Universal Apps (UAD).
Input Controls in Windows 10: Part 2
1/6/2020 5:11:44 AM.
This article explains RadioButtons, CheckBoxes, ComboBoxes and other things about getting input from users in Windows 10.
Windows 10 Universal Apps (UAD) - Adaptive Triggers Creating UI For Multiple Screens
1/6/2020 4:18:01 AM.
This article explains Windows 10 Universal Apps (UAD).
Getting Started With Windows 10 Universal App Platform (UAP)
1/3/2020 3:05:20 AM.
In this article you will learn about the new Universal Apps platform which runs on all Windows 10 devices.
Universal Windows Platform App Development Using Visual Studio 2017
10/24/2019 6:26:48 AM.
Universal Windows Platform App Development Using Visual Studio 2017.
RSA Algorithm With C#
9/17/2019 2:18:37 AM.
This article describes the RSA Algorithm and shows how to use it in C#.
Get Current Time Zone In C#
8/21/2019 7:07:26 PM.
Here is code example of how to get current time zone using C# TimeZone class.
Preserve Conversation To Cosmos DB Using Azure Bot Framework SDK V4
8/15/2019 7:44:19 AM.
In this article, we will learn how to store the conversation to Azure Cosmos DB with Bot Framework SDK v4.
Set User and Conversation using State Management with Azure Bot Framework SDKV4
7/22/2019 10:15:53 AM.
In this article, we will learn how to save and retrieve User State using Bot Framework SDK V4
Create A Conversational Bot Using Azure QnA Maker Cognitive Serviceš
6/6/2019 9:46:54 AM.
In this article, you will learn how to create a conversational bot using Azure QnA Maker Cognitive Service.
Basics Of Angular Universal
6/6/2019 7:52:28 AM.
In this article, you will learn about the basics of Angular Universal.
Template 10 For UWP
4/30/2019 9:24:30 AM.
Template 10 is a set of Visual Studio UWP project templates. The items delivered in Template 10 are things likes navigation, suspension, and even a Hamburger control.
How to Convert String to Hexadecimal and Vice versa
4/12/2019 1:56:53 AM.
This article shows you how to convert string to hexadecimal and hexadecimal to string.
Connect Conversational Bot To Line App Using Azure Bot
4/1/2019 8:31:27 AM.
In this article, we will learn how to connect our conversational bot to the Line app using Azure Bot framework.
Leadership Challenge 010 - 10 Ways To Have A Better Conversation (Celeste Headlee)
2/5/2019 9:04:22 AM.
Is anything more important than being able to communicate? This is a great video around having a great conversation. We live in a very diverse world and while we may have many different views, having
Generating Public/Private Keys In C# And .NET
1/8/2019 12:30:25 AM.
How to generate public/private key in C#. Asymmetric cryptography also known as public-key encryption uses a public/private key pair to encrypt and decrypt data. In .NET, the RSACryptoServiceProvider
Map Control in Universal Windows Platform
12/13/2018 5:06:52 AM.
In this article, you will learn about UWP Map Control.
Command Bar In Universal Windows Platform With C++
11/21/2018 8:10:30 AM.
This article is the sequel to the series Universal Windows Platform with C++, if you start with UWP and C++, follow Hello World in Universal Windows Platform with C++ on how to get started.
Getting Device Info In Xamarin.Forms Application Using Xamarin Essentials For Android And UWP
10/28/2018 11:39:23 PM.
Reading this article, we can learn Getting Device Information like Device Name, DeviceType, Platform, Version, Idiom, Model, Manufacturer in Xamarin Forms application using Xamarin Essentials for Andr
Cleansing Data Using Azure Machine Learning Studio - Part 4
10/12/2018 6:46:13 AM.
This is the fourth video in the Azure Machine Learning Studio Series and it describes the SMOTE technique in Azure Machine Learning Studio to deal with the imbalanced dataset.
Develop Chat Bot Using Microsoft Bot Builder SDK V4 - Part Two - Manage Conversation Using Multi-Step Dialog
9/7/2018 9:19:49 AM.
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 l
How To Build Azure Bot To Store User Questions With Score Into Azure SQL Database
9/4/2018 3:34:11 AM.
In this video tutorial, we will learn how to build an Azure Bot that stores the user question with a score into Azure SQL database.
Hello World With Universal Windows Platform In C++
8/2/2018 11:09:59 PM.
C++ is a powerful modern language used in many domains, in this series of articles I will show you how to use it in UWP programming with C++/CX extension. C++/CX (component extensions) as the name sug
Performing Arithmetic Operation of Two Variable Using Windows Form Application In Visual Studio 2017
5/16/2018 9:41:00 AM.
Windows.Forms are used to create powerful Windows-based applications.
HTTP Live Streaming In Windows 10 UWP
12/24/2017 5:13:13 AM.
In this article you will learn HTTP Live Streaming in Windows 10.
Guided Conversations In Chatbot App Using FormFlow Of Microsoft Bot Framework
12/4/2017 5:17:54 AM.
In this article, we will discuss FormFlow which will help us to manage guided conversations.
Building Windows 10 App Using UWP
11/30/2017 1:41:55 PM.
Build a Windows 10 application that runs anywhere using the Universal Windows Platform
Learn Universal Windows Programming Via Modern C++ (ProgressRing)
11/13/2017 12:39:53 PM.
This article explains how to implement the Progress Ring Control.
Learn Universal Windows Programming Via Modern C++ (DispatcherTimer)
11/2/2017 8:33:52 PM.
DispatcherTimer is a timer control, that is integrated into the Dispatcher queue, Timer event is called in a specific timer interval, the main advantage DispatcherTimer, it can run the code on the sam
Learn Universal Windows Programming Via Modern C++ (ProgressBar)
11/2/2017 8:31:34 PM.
ProgressBar indicates that some operation is going on in the background.
Posting SharePoint Items As Conversations In Microsoft Teams
10/31/2017 6:03:36 PM.
Here, let us see how to push the items from SharePoint into the Microsoft Teams Channels as conversations using Microsoft Flows.
Learn Universal Windows Programming Via Modern C++ (RelativePanel)
10/31/2017 6:02:18 PM.
Here, I have explained how to implement RelativePanel control in C++/WinRT.
Learn Universal Windows Programming Via Modern C++ (Grid Control)
10/23/2017 10:56:05 AM.
This article explains about Grid control in Modern C++/WinRT. Grid control is used to arrange the controls in multirow and multicolumn layouts (stackpanel is use arrange controls in horizontal or vert
Learn Universal Windows Programming Via Modern C++ (ContentDialog)
10/22/2017 12:49:51 PM.
This article explains about Content dialog in C++/WinRT. It forces the user to get the input (whether success or failure) until the user cannot interact with Parent windows.
Learn Universal Windows Programming Via Modern C++ (AutoSuggestBox Control)
10/19/2017 11:35:01 AM.
In this article we'll learn how to implement AutoSuggestBox and some of the important events and properties.
Learn Universal Windows Programming Via Modern C++ (SplitView Control)
10/11/2017 12:55:35 PM.
In this article, we are going to learn about Splitview control in Modern C++.
Learn Universal Windows Programming Via Modern C++ (CommandBar Control)
10/11/2017 12:03:02 PM.
In this article, we are going to learn about CommandBar control in Modern C++. The CommandBar control is a new control in Universal windows programming, itās a like a Toolbar control, it has more feat