TECHNOLOGIES
ANSWERS
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 Universal
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vinoth Rajendran (24)
Vijayaragavan S (20)
Alagunila Meganathan (19)
Ravindra Chhabra (7)
Rahat Yasir (4)
Delpin Susai Raj (4)
Suresh M (3)
Mahesh Chand (3)
Prasanna Murali (3)
Muthuramalingam Duraipandi (2)
Afzaal Ahmad Zeeshan (1)
Najuma Mahamuth (1)
Naveen A (1)
Manoj Kumar (1)
Syed Shanu (1)
Nilesh Jadav (1)
Mayank Verma (1)
Kishor Bikram Oli (1)
Carmelo La Monica (1)
Sourabh Soni (1)
Nambukarthy Raveendran (1)
Related resources for Universal
No resource found
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.
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.
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
Learn Universal Windows Programming Via Modern C++ (Check Box)
9/19/2017 1:56:50 PM.
In the button control, we are using the IInspectable to set the content of the text. How do we get the value from the IInspectable interface ? By IPropertyValue; using the “as” operator, we can conver
Learn Universal Windows Programming Via Modern C++ (Combo box)
9/18/2017 5:17:18 PM.
Combobox control is contains the collection of the items. It represents Drop-down list of the items. The user can select the items from the list, when the combobox is open its display all the items, o
Learn Universal Windows Programming Via Modern C++(Border Control)
9/18/2017 2:49:51 PM.
In this article, we are going to learn about Border control in Modern C++
Learn Universal Windows Programming Via Modern C++ (RadioButton)
9/14/2017 11:18:07 AM.
RadioButton is used to allow to the user select single items, whereas checkbox allows users to multiselect.
Syncfusion Calculator Control In UWP With XAML And C#
8/28/2017 4:02:07 PM.
In this article, we will learn how to use Syncfusion Calculator Control in Universal Windows Apps development with XAML and Visual C#.
Universal SMTP Code To Send Emails In .NET Apps
8/13/2017 5:03:29 PM.
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
Learn Universal Windows Programming Via Modern C++ (Stackpanel)
8/11/2017 4:16:02 PM.
Stackpanel has holding one are more controls into panel, inside panel controls are called as child controls, the child controls can be arranged into the horizontal (left to right) or vertical stack (t
Learn Universal Windows Programming Via Modern C++ (Button Control)
8/10/2017 5:33:54 PM.
Button control allows the user to click to perform actions, there are mainly two properties, content and click event. Content properties are used to the set the caption of the Button and click event i
Learn Universal Windows Programming Via Modern C++
8/6/2017 11:51:46 AM.
Universal Windows programs have developed based on the Windows Runtime (WinRT) technology, Windows Runtime (hereafter called WinRT) and runs based on the COM API, but is not designed to be directly us
Bing News Search API With Universal Windows Platform
4/3/2017 4:48:48 PM.
This article presents an overview of Bing News Search API with Universal Windows Platform.
Convert Web Application To Universal Windows Platform App In Visual Studio 2017
3/28/2017 5:37:11 PM.
Learn how to convert Web application to Universal Windows Platform App in Visual Studio 2017.
Universal Windows Platform App Development Using Cordova In Visual Studio 2017
3/27/2017 10:29:06 AM.
Universal Windows Platform App Development Using Cordova In Visual Studio 2017.
Universal Windows Platform App Development Using Visual Studio 2017
3/23/2017 11:35:48 AM.
Universal Windows Platform App Development Using Visual Studio 2017.
Getting Started with UWP App Using C# and XAML
2/7/2017 11:40:13 PM.
In this article, we will use C# and XAML to build Windows Universal apps.
Introduction To Apache Cordova In Universal Windows Platform Using Visual Studio
1/30/2017 9:55:21 AM.
In this article, you will get an introduction to Apache Cordova in Universal Windows Platform, using Visual Studio.
Developing A Basic Universal Windows App
1/26/2017 12:25:47 PM.
In this article, you will learn how to develop a basic Universal Windows app.
Creating A Simple Timer In Universal Windows App using Microsoft Visual Studio
1/6/2017 5:43:28 AM.
In this article, we learn about creating simple Timer app in UWP.
Setting Up UWP Development Setup
12/29/2016 4:12:02 PM.
In this article, you will learn about Universal Windows Platform environment setup.
Emotion API In C# Using Universal Windows Platform
12/15/2016 12:02:29 PM.
In this article, we are going to see about Emotion API in C#, using Universal Windows Platform.
StackLayout In Xamarin.Forms Application For Android And Universal Windows Platform
12/12/2016 10:56:13 PM.
In this article, you will learn how to use StackLayout in Xamarin Forms application for Android and Universal Windows Platform with XAML and Visual C# in cross platform application development.
How To Create And Use XAML Content Page In Xamarin Forms Application For Android And Universal Windows Platform
12/3/2016 11:18:53 AM.
In this article, you will learn how to create and use XAML Content Page in the Xamarin Forms application, for Android and Universal Windows Platform.
Working With Split View Control In Universal Windows Application
11/25/2016 11:58:27 AM.
In this article, we will learn working with split view control in Universal Windows Application.
Character Matching Game Using Universal Windows App
11/18/2016 12:17:51 PM.
In this article, you will learn about the character matching game, using Universal Windows app.
Action Center Notifications In Universal Windows Programs - Part 4
11/15/2016 11:12:38 PM.
This article explains how to implement the Action Center ToastButton and ToastTextBox in to our Application.
UWP Key Phrase Extraction Using Cognitive Service Text Anaytics API
11/15/2016 12:03:50 PM.
In this article, you will learn UWP Key Phrase Extraction using Cognitive Service Text Analytics API, Azure, XAML and C#.
Getting Started With Floyd’s Warshall Algorithm
11/15/2016 11:44:48 AM.
In this article, you will learn about Floyd’s Warshall algorithm.
Action Center Notifications In Universal Windows Programs - Part Three
11/15/2016 11:11:17 AM.
This article explains how to implement the Action Center context menu in to our Application.
Introduction To Universal Windows Platform And Creating A Basic Application
11/8/2016 4:14:47 PM.
In this article, you will learn about Universal Windows Platform app.
Coding4fun ColorHexagonPicker Control Using UWP With XAML And C#
10/14/2016 12:03:06 PM.
In this article you will learn how to use Coding4Fun ColorHexagonPicker in Universal Windows Apps development with XAML and Visual C#.
How to Create Canvas Option In Universal Windows Platform Application
10/8/2016 11:52:43 AM.
In this article, you will learn how to create or develop canvas option, in Universal Windows Platform Application.
Build Simple Email App In Universal Windows App(UWP)
9/29/2016 3:16:03 AM.
In this article, we are going to see how to compose an email in Universal Windows Platform.
Background Tasks In Universal Windows Program - Part Eight
9/24/2016 1:29:35 PM.
In this article, you will learn how to implement the Progress, Cancel, and Completed event.
Step By Step Process Of Creating StackPanel In UWP Application
9/23/2016 2:36:35 PM.
In this article, you will learn how to develop StackPanel in Universal Windows Application, using XAML code.
Working With The Grid View Control In Universal Windows App
9/23/2016 2:26:22 PM.
In this article, you will learn how to add the Grid View Control in the Universal App.
Working With The FlipView Control In Universal Window App
9/21/2016 3:48:15 PM.
In this article, we will see how to add and work with FlipView control in the Universal App.
Step By Step Creation Of File Picker In Universal Windows App
9/19/2016 3:42:23 PM.
In this article, we are going to see how to use File Picker in the Universal app.
Adding UWP ToolKit Controls In Universal Application Development
9/19/2016 12:20:56 PM.
After reading this article, you can learn, how to add UWP ToolKit controls in Universal Windows apps development with XAML and Visual C#.
Create Commandbar Control And AppBar Control In Windows Universal App Using Visual Studio 2015 Update 3
9/19/2016 12:19:00 PM.
In this article, you will learn how to create CommandBar control and AppBar control in Windows Universal app, using Visual Studio 2015 Update 3.
Working With The Canvas Control In Universal Windows App
9/17/2016 6:05:33 PM.
In this article, we are going to see how to add Control in UWP App.
Working With The AppBar And Command Bar Control In Universal Window App
9/12/2016 1:19:52 PM.
In this article, we are going to see how to add the App Bar and Command Bar Control in the Universal app.
How To Create PieChart In Universal Application Development With XAML And C#
9/11/2016 4:08:03 PM.
In this article, you will learn, how to create Piechart in Universal Windows apps development with XAML and Visual C#.
Creating Column Chart In Universal Application Development With XAML And C#
9/10/2016 3:46:34 PM.
In this article, you will learn, how to create column chart in Universal Windows apps development with XAML and Visual C#.
Working With The Contact Picker In Universal Window App
9/10/2016 3:31:25 PM.
In this article, we are going to see, how to add the Contact Picker in the Universal app.
How To View An Image Using View Box Control In Universal Application Development With XAML And C#
9/8/2016 12:06:16 PM.
In this article, you will learn, how to use view an image using View Box Control to open an image File in Universal Windows Apps development with XAML and Visual C#.
How To Add Image Control In Universal Windows App
9/8/2016 12:04:15 PM.
In this article, we are going to see how to add the Image Control in UWP App.
How To Use Stack Panel With Scroll View Control In Universal Application Development With XAML And C#
9/7/2016 11:43:55 AM.
In this article, you will learn, how to use stack panel with scroll view control in Universal Windows apps development with XAML and Visual C#.
How To Change Splash Screen Image In Windows Universal App
9/7/2016 11:34:41 AM.
In this article, you will learn how to change the Splash screen in Universal Windows app.
How To Zoom An Image In Universal Application Development With XAML And C#
9/6/2016 6:07:15 PM.
In this article, you will learn how to develop "Zoom an Image" with Scroll Viewer Control and Image Control in Universal Windows Apps development with XAML and Visual C#.
Working With ListBox Control In Universal Window App
9/6/2016 6:01:45 PM.
In this article, we are going to see how to add the ListBox button control in the Universal App.
Simple Timer App In Universal Window App
9/6/2016 5:22:54 PM.
In this article, we are going to see, how to create a Simple Timer app in the Universal app.
How To Use Auto Suggest Box Control In Universal Window App
9/6/2016 11:16:08 AM.
In this article, we are going to see, how to use Auto Suggest Box control in Universal app.
Working With The Datepicker Control In Universal Window App
9/3/2016 4:30:13 PM.
In this article, we are going to see, how to add the Date Picker Control in the Universal app.
Step By Step Creation Of Combo Box Control In Universal Window App
9/3/2016 4:25:32 PM.
In this article, we are going to see how to add the Combo Box button control in the UWP app.
How To Create Context Menu Using List View And MenuFlyout Controls In Universal Application Development With XAML And C#
9/2/2016 1:10:24 PM.
In this article, you will learn, how to create Context Menu, using List View and MenuFlyout Controls in Universal Windows apps development with XAML and Visual C#.
How To Use Media Element Control To Open A Media File In Universal Application Development With XAML And C#
9/1/2016 2:23:42 PM.
In this article, you will learn, how to use Media Element Control with Media Transport Control to open a Media File in Universal Windows Apps development with XAML and Visual C#.
How To Use Hub Control In Universal Application Development With XAML And C#
8/31/2016 5:15:17 PM.
In this article, you will learn, how to use Hub Control in Universal Windows apps development with XAML and Visual C#.
How To Run Xamarin Forms Application In Universal Windows Platform Development With XAML And C#
8/29/2016 10:21:27 AM.
In this article, you will learn how to run Xamarin Forms application in UWP development with XAML and Visual C#.
How To Use FlipView Control In Universal Application Development With XAML And C#
8/28/2016 1:26:50 PM.
In this article, you will learn how to use FlipViewControl in Universal Windows Apps development with XAML and Visual C#.
How To Use ProgressRing Control In Universal Application Development With XAML And C#
8/26/2016 2:05:24 PM.
In this article, you will learn, how to use ProgressRing control in Universal Windows apps development with XAML and Visual C#.
How To Use Listview Control In Universal Application Development With XAML And C#
8/26/2016 2:03:26 PM.
In this article, you will learn, how to use ListView Control in Universal Windows apps development with XAML and Visual C#.
How To Run Windows 10 Universal App In Windows 10 Device
8/25/2016 5:21:40 PM.
In this article,you will learn, how to run Windows Universal app in Windows 10 mobile.
App To App Communication In Universal Windows Platform
8/25/2016 4:28:14 PM.
In this article, we will learn about app-to-app communication in Windows 10.
Age Calculation Using Calendar Date Picker Control In Universal Application Development With XAML And C#
8/25/2016 2:16:50 PM.
In this article, you will learn about age calculation, using Calendar Date Picker control in Universal Application development with XAML and C#.
Working With The Slider Control In Universal Window App
8/22/2016 11:36:06 AM.
In this article, you will learn about the slider control and its use in Universal Window app.
Background Task In Universal Windows Program - Part Seven
8/19/2016 1:26:15 PM.
In this article, you will learn about background task in Universal Windows Program.
Working With The TimePicker Control In Universal Windows App
8/19/2016 1:04:41 PM.
In this article, you will learn how to add the TimePicker Control in the Universal App.
Background Task In Universal Windows Program - Part Six
8/18/2016 11:25:10 AM.
In this article, you will learn about Background Task in Universal Windows Program.
Background Task In Universal Windows Program - Part Five
8/17/2016 4:34:32 PM.
In this article, you will learn about background task app service in Universal Windows Program.
Step By Step Creation Of RadioButton Control In Universal Window App
8/17/2016 10:41:19 AM.
In this article, we are going to see, how to add the RadioButton control in the Universal App. It's very easy to add the RadioButton control.
How To Work With The CheckBox Control In Universal Window App
8/17/2016 10:35:38 AM.
In this article, we are going to see how to add the CheckBox button control in the Universal app. It's very easy to add the CheckBox button control.
Working With WebView Control In Universal Windows Apps
8/16/2016 12:48:58 PM.
In this article, we are going to see how to add HTML files in Universal Apps.
Serial Class Per Universal Windows Platform - Part Two
8/16/2016 1:02:38 AM.
In this article, you will learn about serial class per Universal Windows Platform.
Capturing Image Using Camera And Saving Image In Windows 10 Universal App
8/14/2016 12:05:34 PM.
In this article we will see how to capture and save an image using camera in Windows 10 universal application.
Opening file from location: AppxManifest.xml failed with error: Access is denied.
8/14/2016 11:01:40 AM.
How to solve error, opening file from location: AppxManifest.xml failed with error: Access is denied.
MVVM Light For Windows 10 Universal App
8/9/2016 11:18:54 AM.
In this article, we are going to see, how to use MVVM Light toolkit to build decoupled Applications with the MVVM pattern in Windows 10 UWP app.
Background Task In Universal Windows Program - Part Four
8/9/2016 10:53:11 AM.
This article explains how we can implement the background task into single process modal.
Creating Arithmetic Operation In Universal Windows Apps Development With XAML And Visual C#
8/8/2016 11:31:37 AM.
In this article, you will learn how to use Button Control, TextBlock control, and TextBox Control in Visual C# environment.
Step By Step Creation Of Camera App In Universal Windows App
8/8/2016 11:24:38 AM.
In this article, we are going to see how to add the camera option in the Universal App. It's very easy to add the camera option. It captures the Photo, Audio and Video.
Toast Notifications In Universal Windows Apps
8/7/2016 12:12:30 PM.
In this article, you will learn about toast notifications in Universal Windows apps.
Action Center In Universal Windows Apps
8/7/2016 12:07:25 PM.
In this article, you will learn about Action Center in Universal Windows apps.
Animated GIF Image Control In Universal Windows Program
8/6/2016 12:20:54 PM.
In this article, you will learn about GIF animation in Image control.
How to implement Drag & Drop Functionality in Universal Windows Platform (UWP)?
8/5/2016 5:58:08 PM.
In this article, I'll talk about drag and drop functionality implementation in UWP.
Live Tiles In Universal Windows Apps
8/5/2016 1:48:10 PM.
In this article, you will learn about live tiles in Universal Windows apps.
Credential Locker In Universal Windows Apps
8/5/2016 1:28:04 PM.
In this article, you will learn about the Credential Locker in Universal Windows Apps.
Background Task In Windows Universal Apps
8/4/2016 11:07:01 AM.
In this article, you will learn about the background task in Windows Universal apps.
Roaming Settings In Windows Universal Apps
8/4/2016 11:05:47 AM.
In this article, you will learn about roaming settings in Windows Universal apps.
SemanticZoom Control in Universal Windows Platform
8/3/2016 12:37:52 PM.
In this article, I will explain how to implement SemanticZoom control and make it look like an AddressBook app and AppList Page in Windows mobile devices.
Map Control in Universal Windows Platform
8/3/2016 12:27:23 PM.
In this article, you will learn about UWP Map Control.
Cortana Integration In Universal Windows Platform Apps
8/2/2016 12:03:39 PM.
In this article, I am going to explain the step by step procedure to integrate Cortana with UWP app.