TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
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 (6)
CSharp TV (5)
Suresh M (5)
Vinoth Rajendran (4)
Vijai Anand Ramalingam (3)
Swesh S (3)
Manoj Mittal (3)
Sandeep Mishra (2)
Vignesh Kumar (2)
Ananthakrishna V (2)
Hussain Patel (2)
Mahesh Chand (2)
Sarathlal Saseendran (2)
Chhavi Goel (2)
Hadshana Kamalanathan (1)
Vivek Kumar (1)
Chetan Sanghani (1)
Konga Mounika (1)
Lokendra Singh (1)
Vipul Kumar (1)
Cristopher Coronado (1)
Himanshu Singh (1)
Abiola David (1)
Abhishek Dhoriya (1)
Mahalasa Kini (1)
Prathap Reddy (1)
Arvind Singh (1)
Salman Beg (1)
Prashant Nimbare (1)
Sarthak Varshney (1)
David Mccarter (1)
Jitendra Mesavaniya (1)
Priyanshu Agnihotri (1)
Ziggy Rafiq (1)
ShiwKumar Gupta (1)
Rahul Singh (1)
Mrunali Sawant (1)
Subarta Ray (1)
Kuljot Bakshi (1)
Vaibhav Patil (1)
Mobeen Rashid (1)
Lokesh Varman (1)
Abdur Rehman (1)
Guest User (1)
Ishika Tiwari (1)
Janarthanan Selvaraj (1)
Raj Kishore (1)
Chris Love (1)
Uday Dodiya (1)
Amit Bhatt (1)
Sachin Pandey (1)
Abdul Basith (1)
Shantha Kumar T (1)
Ojash Shrestha (1)
Liji Thomas (1)
Jay Krishnareddy (1)
Praveen Raveendran Pillai (1)
Satyaprakash Samantaray (1)
Afzaal Ahmad Zeeshan (1)
Dipa Mehta (1)
Kiran Paul (1)
Veena Sarda (1)
Stephen Simon (1)
Suthahar Jegatheesan (1)
Gaurav Kumar (1)
Sumantro Mukherjee (1)
Sourabh Soni (1)
Santhakumar Munuswamy (1)
Ammar Khan (1)
Sonu Kumar (1)
Aqib Mushtaq (1)
Related resources for RSA
No resource found
Generative AI in Copilot Studio
10/25/2024 4:29:43 AM.
This guide explains how to control Generative AI responses in Copilot by managing data sources and system settings. You can choose to generate answers from your private knowledge base or public AI kno
Activate Server-Side Encryption for Azure Disks with Customer Keys
10/21/2024 6:21:07 AM.
Azure Disk Storage offers server-side encryption (SSE) with customer-managed keys, allowing users to control encryption for managed disks. By utilizing Azure Key Vault, users can manage access and enh
Delete the Element from the Binary Tree Using C#
10/3/2024 5:04:27 AM.
Learn how to efficiently delete an element from a binary tree using C#. This guide covers the complete process of node deletion, including leaf nodes, nodes with one or two children, and root node rem
Background Task in Universal Windows Program - Part One
9/18/2024 8:53:52 AM.
This article explains implementing background tasks in mobile programming for notifications and data processing. It covers creating a background task component using UWP and Windows Runtime, registeri
Make Conversations Interactive with Adaptive Cards Copilot Studio
9/14/2024 11:54:24 AM.
Learn how Adaptive Cards enhance user engagement by providing dynamic, card-based interfaces in chatbots, allowing for real-time responses and rich interaction in conversational AI.
RSA Encryption and Decryption in .NET Core and Framework Explained
8/30/2024 9:37:27 AM.
The RSA algorithm is an asymmetric cryptography method that uses a pair of keys: a public key for encryption and a private key for decryption. This example demonstrates how to use the BouncyCastle lib
Encryption and Decryption using RSA (asymmetric) in Angular
8/30/2024 8:35:23 AM.
This guide explores implementing RSA asymmetric encryption and decryption in Angular. It covers how to integrate RSA public and private key pairs for secure data transmission.
AI-Powered Virtual Assistants: How to Build One in C#
8/28/2024 8:19:26 AM.
Build an AI-powered virtual assistant in C# using Microsoft Bot Framework, ML.NET, and Azure Cognitive Services. This assistant can perform tasks like setting reminders, answering queries, and recogni
Discovering Azure OpenAI GPT-4o Mini: Your New AI Companion
8/24/2024 7:18:03 AM.
Azure OpenAI's GPT-4o Mini is a compact, high-performance AI model designed for efficient text generation. It excels in tasks like chatbot creation, content generation, and data analysis. Versatil
The Future of AI in Enhancing Workforce Productivity
8/21/2024 8:52:12 AM.
AI is revolutionizing workforce productivity by automating routine tasks and enhancing human capabilities. Azure AI offers tools for machine learning, NLP, and conversational AI, streamlining processe
Differences Between Conversational AI Copilots and Agents
8/20/2024 7:14:56 AM.
This article explores the distinctions between Conversational AI, Copilots, and Agents, shedding light on how each technology operates, their unique functionalities, and their roles in the AI ecosyste
Understanding of Iterators in Python
8/14/2024 5:39:20 AM.
Iterators in Python allow efficient traversal of sequences by implementing iter() and next() methods. Unlike iterables, iterators represent a stream of data and support on-demand value computation, en
Stream Conversations with Amazon Bedrock API in .NET Console App
8/12/2024 5:13:11 AM.
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 environm
Angular SSR (server-side rendering)
8/10/2024 4:28:35 AM.
Angular SSR (Server-Side Rendering) with Angular Universal enhances web app performance by rendering pages on the server before they reach the client. This approach improves load times, SEO optimizati
Creating a Conversational App with Amazon Bedrock and .NET
8/8/2024 3:21:08 AM.
This guide covers integrating AI models, leveraging cloud services, and implementing natural language processing to build intelligent chatbots and enhance user interactions.
Conversation with document using Amazon Bedrock and .NET
8/7/2024 4:19:01 AM.
In this article, you'll learn how to send a document as part of a message using the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model and requests that the model describe the co
No-Code FAQ Bot with Azure Bot Service and Language Studio
8/6/2024 9:36:13 AM.
Create a custom FAQ bot effortlessly using Azure Bot Service and Language Studio. This no-code approach involves setting up a question-answering project, adding content sources, testing responses, and
AI Art with Generative Adversarial Networks (GANs) in Python
8/6/2024 8:41:48 AM.
Learn how to create stunning AI-generated art using Generative Adversarial Networks (GANs) in Python. This article provides a step-by-step guide with code examples to help you understand and implement
Understanding Generative Adversarial Networks (GANs)
8/2/2024 6:15:34 AM.
Discover the basics of Generative Adversarial Networks (GANs) and their applications in generating realistic data, transforming images, and more in this beginner-friendly guide.
Data Structures and Algorithms (DSA) using C# .NET Core — Binary Trees and Binary Tree Types II
7/29/2024 6:12:25 AM.
This article explores various types of binary trees, including Full, Perfect, Complete, Balanced, Skewed, and Degenerate Binary Trees. It explains their properties and distinctions, such as how Full a
Recursive Traversal in Azure Synapse to Fabric Lakehouse
7/3/2024 5:45:46 AM.
In this data engineering video, I demonstrated how to recursively traverse multiple CSV files in Azure Data Lake Storage Gen2 using Azure Synapse Notebook and write the data to OneLake in Fabric Lakeh
Microsoft Copilot Studio: Your Guide to Conversational AI Powerhouse
6/20/2024 5:42:43 AM.
Discover Microsoft Copilot Studio, a powerful low-code platform for building custom conversational AI applications. Automate tasks, personalize experiences, and streamline workflows within your Micros
Generating Public/Private Keys In C# And .NET
6/14/2024 10:40:14 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
Tree Data Structure
6/7/2024 10:30:34 AM.
Learn about trees, a hierarchical data structure. Explore terminology, binary tree types, and traversal methods like pre-order, in-order, post-order, and level-order. Understand insertion, deletion, a
Microsoft Copilot Studio New Conversational AI Capabilities Unveiled
6/6/2024 5:23:02 AM.
Microsoft has unveiled a range of exciting new features for its conversational AI platform, Copilot Studio, at Microsoft Build 2024. These advancements empower users to create intelligent, independent
Introduction To AES And DES Encryption Algorithms In .NET
6/5/2024 5:38:31 AM.
Explore encryption methods like Symmetric (DES, 3DES, AES) and Asymmetric (RSA, DSA), highlighting key differences in key management, security, and performance. Understand DES vulnerabilities and adva
Convert Text File To PDF File And ViceVersa Using ItextSharp
5/30/2024 11:25:07 AM.
Learn how to seamlessly convert text files to PDF and vice versa using iTextSharp, a powerful library for document manipulation in C#. This tutorial covers step-by-step instructions for efficient file
An Introduction to jQuery
5/30/2024 10:24:10 AM.
The main focus of the JQuery library has always been to simplify the way you access the elements in your web pages, provide help in working with client-side events, enable visual effects like animatio
Opening file from location: AppxManifest.xml failed with error: Access is denied.
5/28/2024 11:57:32 AM.
Encountering deployment errors in Universal Windows App on Visual Studio 2015 Update 3 due to access denied issues. This typically happens when Visual Studio lacks write permissions in the project fol
Comparison Between ChatGPT-4o and Gemini 1.5 Flash
5/22/2024 4:28:21 AM.
A detailed comparison of ChatGPT-4.o and Gemini 1.5 Flash, exploring their features, performance, and applications in AI language processing.
Performance Tip - For Vs Foreach In Microsoft .NET
5/16/2024 8:32:19 AM.
Consider loop efficiency: 'for' is faster for arrays, 'for each' for collections. Optimize performance by choosing the right loop type in .NET programming.
Data Structures and Algorithms (DSA) using C# .NET Core - Binary Trees and Binary Search Tree (BST) Tree Traversal- II
5/1/2024 5:14:53 AM.
The fundamentals of Tree and Binary Search Tree, delving into data reading, node addition, deletion, and search operations through tree traversal. Understand three traversal types: Preorder, Inorder,
Data Conversion in C#/.NET: List to DataTable and Vice Versa
4/29/2024 8:15:57 AM.
In C#/.NET, converting data from one format to another, such as from a list of custom objects to a DataTable, is a frequent requirement. In this article, we'll explore efficient techniques for con
Generative Adversarial Networks (GANs) for Content Generation
4/22/2024 5:56:51 AM.
AI artists get competitive! GANs use AI to create new images and music, like two rivals pushing each other to be better.
Security ASP.net Core MVC (C#) Encryption and Decryption
4/9/2024 6:14:18 PM.
On the topic of "Security in ASP.NET Core MVC (C#): Encryption and Decryption," Ziggy Rafiq has written an insightful article. As Ziggy explores encryption and decryption techniques, he offe
20 Features Of Window 10 Operating System
2/27/2024 11:23:33 AM.
Windows 10 offers a plethora of features including a revamped Start menu, Cortana voice assistant, Microsoft Edge browser, virtual desktops, Task View, Action Center, and Continuum for seamless transi
Integrating Open AI Chat completion in .NET Core 8 Web API
1/29/2024 8:50:39 AM.
In this article, we will learn how to integrate ChatGPT OpenAI API in .NET Core using HttpClient calls. Obtain an API key, implement the service, and create a controller for seamless interaction with
Props-Pass Tango: A Guide of Component Communication in React
12/28/2023 5:07:23 AM.
A Guide to Component Communication in React.
MySQL: Unveiling its Versatility and Robustness for Diverse Use Cases
12/20/2023 4:10:36 AM.
Explore MySQL's diverse use cases in web applications, e-commerce, CMS, data warehousing, telecommunications, and finance. Dive into its key features, architecture, and crucial queries for efficie
CyberSafeguard: Navigating the Basics of Cybersecurity
12/14/2023 8:31:54 AM.
In this session, you will learn about CyberSafeguard, where we unravel the fundamentals of cybersecurity in a beginner-friendly atmosphere
Create an Alexa Clone Voice Assistant Using Azure AI Speech and AI Language
11/19/2023 3:02:53 PM.
In this post, we will see all the steps to create a simple Alexa clone voice assistant using Azure AI Speech and Azure AI language.
Easily Learn Conversational Language Understanding (CLU) In Azure AI Language Studio
10/24/2023 1:01:20 AM.
In this post we will see what Conversational Language Understanding (CLU) is in Azure Language.
Conversational Understanding Model with MS Azure
10/11/2023 11:35:33 AM.
Building a conversational understanding model with MS Azure
How to Decrypt data using RSA algorithm in C#?
10/3/2023 6:55:16 AM.
In this article, we have sample code for decrypt an encrypted data with help of RSA Decryption algorithm and .pfx file which contains private key for decryption.
Creating And Managing Digital Certificates In C# Using Visual Studio
9/19/2023 6:41:51 AM.
In this article, you will learn about creating and managing digital certificates In C#.
Exploring the Versatility of Linux
9/4/2023 9:52:27 AM.
In today's digital age, choosing the perfect operating system for your computing needs is akin to selecting the right tool for the job. With a multitude of options available, including the familia
Connection Strings for All Databases
7/27/2023 4:40:45 AM.
This article shows step by step different ways to get connection strings for all types of databases. The article is written for all type of users, beginners, intermediate, experienced
Create a Microsoft Teams Bot using Node JS
7/24/2023 5:51:20 AM.
how to create a chatbot in Microsoft Teams using the Teams Toolkit which could use the basic template from Teams Toolkit, this article focuses on how to run from Microsoft Teams or how to run from Bot
Create a Telegram bot using Node JS
7/17/2023 6:24:20 AM.
how to create a chatbot in Telegram which could echo the message we say, this article focuses on how to register a bot in Telegram and create a node project with the environment token key to authentic
Rivest Shamir Adleman(RSA) Algorithm and Functions
6/19/2023 7:13:37 AM.
In Java, you can leverage the built-in cryptographic libraries to generate RSA key pairs, encrypt and decrypt messages, and perform digital signatures. This article explores the RSA application and it
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).
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.
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.