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 Windows store apps
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Prabhakar Maurya (32)
Deepak Middha (14)
Chetankumar G Shetty (8)
Richa Garg (8)
Krishna Garad (5)
Sara Silva (4)
Arjun Panwar (4)
Shubham Srivastava (3)
Matt Hadden (2)
Ikram Ali (2)
Raj Bandi (2)
Shubham Saxena (2)
Georgie Webber (2)
Mahesh Chand (1)
Gaurav Gupta (1)
Debendra Dash (1)
Anish Ansari (1)
Sumantro Mukherjee (1)
James Croft (1)
Vishal Kaushik (1)
Saad Mahmood (1)
Manish Dwivedi (1)
Ashish Shukla (1)
Kimi Kalon (1)
Aditya Gaur (1)
Related resources for Windows store apps
No resource found
Proxy Setting For Metro Apps in Windows 8
2/26/2024 12:05:34 PM.
In this article, learn how to Easily configure proxy settings for Metro apps in Windows 8 to ensure seamless connectivity and privacy. Customize proxy configurations effortlessly, enhancing security a
Reset Windows Store Cache in Windows 8
2/26/2024 9:26:31 AM.
This article provides guidance on resolving common issues related to downloading and updating apps from the Windows Store in Windows 8.
What Is The Future Of Windows Store Apps
1/9/2020 12:03:08 AM.
Windows 10 and Windows Store apps have changed the way Microsoft developers build and consume software on Windows platform. However, the future of Windows 10 and Windows Store app is still uncertain.
Working With Progress Controls in Windows Store Application
12/19/2019 11:18:50 PM.
In this article we will move towards using controls in Windows Store applications.
Configure Your Windows Store Application Using Manifest Designer
12/19/2019 11:12:38 PM.
In this article we will see how to configure your Windows Store application using the Manifest Editor.
Controls to Design Windows Store Apps
12/19/2019 4:46:15 AM.
In this article we will see the various controls used in Visual Studio 2012 to design our Windows Store application.
Templates to Develop Windows Store Apps
12/19/2019 2:25:22 AM.
In this article we will see that a template is provided by Visual Studio for each navigation pattern.
Windows Store Application Life-Cycle
12/18/2019 10:55:26 PM.
In this article we will see how the life-cycle goes on for Windows Store applications.
Microsoft Windows App Studio Beta: Publish the Menu App in the Store
12/17/2018 11:24:36 PM.
The purpose of this article is to show how to submit, in the Store, the Menu App created by Windows AppStudio.
Share Content of WebView Control in Windows Store Apps Using C#
12/12/2018 11:17:40 PM.
I will show you how to share the content of a WebView control using share contract.
Windows Store Apps For Absolute Beginners With C#
6/15/2016 1:20:53 PM.
In this article, you will learn about how to develop Windows store apps.
Create App Package For Windows 10 / Windows Store (Step by Step)
10/23/2015 8:06:37 AM.
In this article you will learn how to create app package for Windows 10 / Windows Store (Step by Step).
Changing the Foreground Colour of an XAML Control Using a Binding Convertor
5/8/2015 1:36:35 PM.
This article shows how to easily change the foreground object of an XAML control, such as a TextBlock, using a binding convertor.
Walkthrough of Building Windows Store Apps With HTML5 CSS3 and JavaScript
5/6/2015 6:46:01 PM.
This article shows how to build Windows Store Apps with HTML5 CSS3 and JavaScript.
Display a Message When the ListView Becomes Empty in Windows Store Apps
5/6/2015 4:58:07 PM.
If you need to display a message when a ListView no longer has any items when creating a Windows Store app, there isn't all that much to it!
Windows Store Apps: Invoke ScriptNotify Event When we Click a Button Inside a WebView
1/22/2015 5:08:27 AM.
The purpose of this article is to show a solution to invoke the ScriptNotify event when we click a button from a web page hosted in a WebView.
How to Implement Local Storage in Universal Windows Apps
1/17/2015 2:27:29 PM.
This tutorial takes a quick look at the implementation of StorageFile and StorageFolder in Universal Windows Apps.
Windows Store Apps For Architects
1/7/2015 9:46:25 PM.
In this article I would like to express my understanding of Windows Store Apps in the context of the solution or technology architects.
Customizing Route Rendering on Maps in Windows Store Apps
1/1/2015 6:57:45 AM.
In this article you will learn how to customize route rendering on maps in Windows Store Apps.
Getting Route Directions in Maps Using Windows Store Apps
12/25/2014 12:43:15 AM.
In this article you will learn the steps and codes to get route directions using a map in Windows Store Apps.
Magical MVVM in Windows Store Apps Using Expression Blend
12/24/2014 4:01:06 PM.
In this article you will learn about the Magical MVVM in Windows Store Apps using Expression Blend.
Current Location Tracking and Reverse Geocoding in Windows Store Apps
12/21/2014 10:01:25 PM.
This article covers methods to display the user's location using GPS, the usage of Pushpins and Reverse Geocoding.
Maps in Windows Store Apps
12/18/2014 12:17:13 AM.
In this article you will learn how to create a Bing Maps Application in Windows Store Apps.
Implement ISupportIncrementalLoading in Windows Store Apps
12/3/2014 11:54:14 PM.
In this article I am trying to explain how to implement incremental loading with the help of ISupportIncrementalLoading in Windows Store Apps.
Working With Cloud Database Using Parse in Windows Store Apps
11/10/2014 12:42:04 AM.
In this article you will learn how to work with a cloud database using Parse in Windows Store Apps.
Export To CSV For Windows Store Apps
10/25/2014 5:18:26 PM.
In this article we will show a sample to export data from a ListView to a CSV file.
File Exporter For IEnumerable of T
10/25/2014 2:28:11 PM.
The purpose of this article is to show a solution for a file exporter based in a list of items regardless of type.
Running the Sample Microsoft OCR Application
9/23/2014 8:34:19 PM.
In this article you will learn how to run the sample Microsoft OCR Application.
Getting Started With Optical Character Recognition (OCR) in Windows Store Apps
9/21/2014 5:03:34 PM.
In this article you will learn about Optical Character Recognition (OCR) in Windows Store Apps.
Working With SQLite in Windows Store Apps
9/18/2014 2:48:46 PM.
In this article you will learn SQLite in Windows Store Apps.
Basic Page Navigation Using XAML & C# In Windows Store Apps
5/27/2013 12:16:45 AM.
In this article we will use the page templates to manage navigation among multiple pages in Windows Store apps.
How to Add Controls and Set Properties and Event Handlers in Windows Store Apps
5/13/2013 12:35:31 PM.
In this article I show you how to add controls and set properties and event handlers in Windows Store apps using the Property pane and XAML.
Extending WinJS ListView With Custom Item Events
4/29/2013 4:35:29 PM.
This article demonstrates how to extend a WinJS ListView control with custom item events like onItemsloading, onItemsLoaded, onItemFocus, onItemBlur etc
How to Send Email in Windows Store Apps
4/21/2013 4:34:40 PM.
This article explains how to send an email in Windows Store apps using the IMAP component.
Add Search to an App in Windows Store Apps
4/18/2013 1:35:26 PM.
In this article we are explaining how to add search to an app in Windows Store apps.
Reading WinRT Component Embedded Resource File in Javascript Windows Store Apps
4/18/2013 11:16:18 AM.
In this article, I explain how to read a WinRT component embedded resource file from a JavaScript Windows Store app.
File Access and Picker in Windows Store Apps
4/16/2013 4:20:43 PM.
In this article we explain how to access or pick a local drive file in Windows Store apps.
Flicker Image Search in Windows Store Apps
4/16/2013 7:50:07 AM.
In this article we will create a Flicker photo search application in Windows Store apps using C# and XAML.
Localization and Globalization in Windows Store Apps
4/15/2013 2:41:49 PM.
In this article we explain how to use Localization and Globalization in Windows Store apps.
Creating Voice Recorder in Windows Store Apps
4/14/2013 12:03:58 PM.
In this article we are creating a Media Recorder app in Windows Store apps.
Change Windows 8 Lock Screen Programmatically in Windows Store Apps
4/12/2013 3:17:47 PM.
In this article we explain how to change the Windows 8 Lock screen programmability in Windows Store apps.
Toast Notification in Windows Store Apps
4/11/2013 2:33:27 PM.
Today we are explaining how to create Toast Notification in Windows Store apps using C# and XAML.
Slider Control Binding in Windows Store Apps
3/26/2013 6:12:59 PM.
In this article we are explaining how to bind a slider control in Windows Store apps.
Respond to Location Updates in Windows Store Apps
3/26/2013 6:07:52 PM.
Today we explain how to respond to location updates from location changes in Windows Store apps.
Create Shapes in Windows Store Apps
3/25/2013 3:34:43 PM.
In this article we are explaining how to create shape in windows store apps.
Create Default Tile in Windows Store Apps
3/24/2013 10:43:21 PM.
In this article we are explaining how to create default tiles in windows store apps.
XAML Designer Data Bound in Windows Store Apps
3/21/2013 2:37:56 PM.
This article explains how to bind data to the XAML designer in Windows Store apps.
Create 3D Effects in Windows Store Apps
3/20/2013 2:52:08 PM.
This article explains how to create 3D effects in Windows Store apps.
Introduction to Windows Store Apps
3/19/2013 2:42:54 PM.
In this article we will see what Windows Store apps are all about. We will also discuss what tools we need to develop Windows Store apps.
Getting User Location in Windows Store Apps
3/19/2013 2:14:55 PM.
Today we explain how to create an app that gets the user's current geographic location using C# and XAML in Windows Store apps.
Layout Control in Windows Store Apps
3/17/2013 5:25:00 PM.
In this article we explain how add a layout control to Windows Store apps.
Using Brushes in Windows Store Apps
3/14/2013 2:17:22 PM.
In this article we are explaining how to use Brushes in Windows Store apps.
Add Splash Screen in Windows Store Apps
3/13/2013 4:09:20 PM.
This article explains how to add a splash screen image in Windows Store without code.
Play Media File In Windows Store Apps
3/10/2013 1:19:47 PM.
In this article we explain how to play a media file in Windows Store apps using C# and XAML.
How to Select Audio Tracks in Various Languages in Windows Store Apps
3/9/2013 11:46:11 AM.
In this article we are explaining how to select an audio track in various languages in Windows Store apps using C#.
Creating Contact Picker in Windows Store Apps
3/7/2013 3:24:56 PM.
We are explaining how to pick a contact from a contact list in Windows Store apps using C# and XAML.
How to Play Audio on Background in Windows Store Apps
3/6/2013 3:20:12 PM.
In this article we explain how to play audio on background in Windows Store apps.
Making a Video App in Window Store Apps
3/3/2013 2:39:00 PM.
In this article we are creating a simple Video App in Windows Store apps using C# and XAML.
Create Page Navigation in Windows Store Apps
2/18/2013 12:56:02 PM.
In this article we are explaining how to create page navigation in Windows Store apps.
Connect Windows Store Apps to SQL Server Database Using WCF
2/17/2013 6:18:11 PM.
In this article we are describing how to connect Windows Store apps to a SQL Server database using WCF.
How to Renew Developer License For Windows Store Apps
2/17/2013 6:06:04 PM.
This article explains how to renew a developer license for Windows Store apps in Windows 8.
Create Bing Maps Apps in Windows Store Apps
2/16/2013 4:55:19 PM.
Today we will create a Windows Store app that displays Bing maps using C# and XAML.
Making a Calculator in Windows Store Apps
2/13/2013 2:37:40 PM.
Today we are creating a simple calculator Windows Store App using C# and XAML in Visual Studio 2012.
Simple WCF Service in Windows Store Apps
2/6/2013 2:13:31 PM.
In this article we create a simple WCF service for Windows Store apps using C#.
Create Animation in Windows Store Apps
2/2/2013 2:21:01 PM.
In this article we are explaining how to create a simple animation in Windows Store apps.
Swapping a Template in Windows Store App
1/8/2013 5:53:23 PM.
In this article I describe how to create Windows Store Apps for swapping a template using JavaScript.
Image Reflection in Windows Store App
1/7/2013 8:47:00 AM.
To day we will talk about the reflection effect in windows store application. This effect is implemented through Render Transform and Transform Group tag in Xaml page applied on the target control where you want to make effect.
Rich Edit Box in Windows Store App
1/7/2013 8:04:20 AM.
In this article we will reveal the use of one of the advanced controls of XAML files, Rich Edit Box. Rich Edit Box comes with many knew features that make the user more comfortable to write text in the Text Box.
LocalOffset In 3-D Projection Using Windows Store Apps
1/7/2013 7:50:08 AM.
In this article I will explain how to use LocalOffset to move an object in the X,Y and Z axes using Windows Store apps.
Transformation of Data in Page Navigation in Windows Store App
1/7/2013 7:48:38 AM.
In this article I describe how to create a Windows Store app and the navigation and transformation of data from one page to another page.
Rotation In 3-D Projection Using Windows Store App
1/7/2013 7:47:54 AM.
In this article I will explain how to use 3-D Projection in Windows Store apps and how to use the slider control in it. The sample application performs rotation in the X, Y and Z axes using the slider control.
Upload and Display Information of File in Windows Store App
1/7/2013 7:47:26 AM.
In this article I will discuss how to upload a file using the FilePicker class and display all the information regarding the file.
Finding the Word in the Given Paragraph in Windows Store app
1/7/2013 7:46:17 AM.
In this article I will discuss how to find the word in the give paragraph in Windows Store apps.
Move Stop Pause and Resume an Object in Windows Store App
1/7/2013 7:45:38 AM.
In this article I will explain how to do some operation in an object in Windows Store application using c#.
Various Types of Layout Controls In Windows Store Apps
1/7/2013 7:15:35 AM.
In this article I explain the various types of layouts and how they wor in Window Store apps.
Asynchronous Programming in Windows Store App
1/7/2013 6:57:47 AM.
In this article I will explain how to use await operator for asynchronous programming in Windows Store Apps.
Binding a Control to a Single Item and a Collection of Objects In Windows Store Apps
1/7/2013 6:51:24 AM.
In this article I will explain how to bind a control to a single value or item and a collection of object.s
Image Browser in Windows Store Apps
1/7/2013 6:48:08 AM.
This is a very first app. we are going to create for windows 8, its a Image Browser, we will create it using a FlipView control in Windows Store App.
Message Dialog in Windows Store App
1/7/2013 6:47:05 AM.
This is simply an article to guide you through the use of message boxes in Windows Store apps which are called Popups here.
Runtime Binding in Windows Store App
1/7/2013 6:42:46 AM.
Today we will discus how we can use data binding in a Windows Store Application at runtime. There is not a way to directly bind data in the front end at runtime; it can be done with the help of the Binding class and the SetBinding property of the Textbox control.
Select Date and Time in Windows Store Apps Using Javascript
1/7/2013 6:40:27 AM.
In this article I will explain how to select date and time in a Windows Store application using JavaScript.
Windows Store Navigation Application Using JavaScript
1/7/2013 6:19:40 AM.
In this article we present a simple navigation application using JavaScript in VS 2011.
Window Store Application Life Cycle
1/7/2013 6:03:16 AM.
In this article I will explain of all four Window Store Application Life Cycle steps.
Building the Unit Converter in Windows Store App
1/7/2013 4:18:55 AM.
In this article we will learn how to create a simple unit converter using JavaScript in a Windows Store App.
Date Time Formatting in Windows Store App
1/7/2013 4:10:22 AM.
This article shows date and time formatting in Windows Store App.
Clipboard in Windows Store App
1/7/2013 4:09:10 AM.
In this article we will discuss the clipboard and data packages in a Windows Store App.
Adding Controls To Templates in Windows Store Apps
1/6/2013 1:15:09 PM.
In this article I described how to create a Windows Store App for adding controls to a Template using JavaScript.
Template Binding in Windows Store Apps
1/4/2013 1:26:31 PM.
In this article I describe how to create Windows Store Apps for Template Binding using JavaScript.
Sending Data to Server in Windows Store
1/2/2013 12:02:01 PM.
In this article I describe how to create Windows Store Apps for sending data to a server using JavaScript.
Panning With Snap-Points in Windows Store Application
1/1/2013 12:32:49 PM.
This article will explain snap-points with panning option in Windows Store Apps.
Multiple Selection in WIndows Store Apps
1/1/2013 12:11:46 PM.
In this article I described how to create a Windows Store App for selecting multiple items using JavaScript.
Socket Closing Windows Store Apps
12/21/2012 12:15:13 PM.
In this article I described how to create a Windows Store App for Closing the Socket using JavaScript.
Object Information in Windows Store Apps
12/16/2012 1:55:18 PM.
In this article I describe how to create Windows Store Apps for formatting text using JavaScript.
App-Bar in Windows Store Apps
12/13/2012 3:05:21 PM.
In this article I described how to create a Windows Store App for App-Bar using JavaScript.
Header Menus in Windows Store Apps
12/12/2012 12:35:14 PM.
In this article I described how to create a Windows Store App for Header Menu about an Object using JavaScript.
Text Formatting Windows Store Apps
12/9/2012 2:15:12 PM.
In this article I described how to create a Windows Store App for Formatting Text using JavaScript.
Login Windows Store Apps
12/6/2012 12:20:32 PM.
In this article I described how to create a Windows Store App for Login using JavaScript.
Streaming Media to Network Device in Windows Store Apps
12/5/2012 8:30:13 AM.
This article will explain how to stream media to another device on the network using the Device Charm of Windows 8 in Windows Store Application.
Action Confirmation Windows Store Apps
12/4/2012 12:24:07 PM.
In this article I describe how to create Windows Store Apps for confirmation of an action using JavaScript.
Subtitles in Windows Store Apps
12/3/2012 12:39:14 PM.
In this article I described how to create a Windows Store App to provide subtitles during Playback using JavaScript.