Browse by Tags

Tagged Content List
  • Wiki Page: Add a Settings Panel in Charm Bar in Windows 8 - Privacy Policy

    This article is also published in http://www.c-sharpcorner.com/UploadFile/shubham0987/add-a-settings-panel-in-charm-bar-in-windows-8-privacy-pol/ The Charm Bar is a brand new feature of Windows and is seen for the first time, it can be referred to as a universal toolbar and thus you can access...
  • Wiki Page: Windows Store Apps Issue with ComboBox Leads to Crash in ATOM Processor

    In Windows 8 Store apps, if a combobox is included inside a popup like a normal fly out, and the selection changed event cause the pop up to close, and the App running on ATOM processor machine then the App will crash most of the times. This issue just happens on ATOM processors. The Reason ...
  • Wiki Page: Windows 8 Stroe App: ComboBox issue leads to crash when running on ATOM processor

    In windows 8 store App, if a combobox is included inside a popup like a normal fly out, and the selection changed event cause the pop up to close, and the App runing on ATOM processor machine then the App will crash most of the times. this issue just happens on ATOM processors. The Reason : Since...
  • Wiki Page: Building an App using the DataviewModel from external XML

    The title pretty much explains everything we will find in this article and solution to this question We will be using data from xml file to build our own data model and then finally displaying that to end user. ( Actual Question Image Link ) Basically this question answers three things...
  • Wiki Page: Windows Store App with a SQLite Database

    In Windows Store Apps there are variety of ways/methods to store your application data. Examples of such mechanisms would be Web Storage , IndexedDB etc. and even SkyDrive. Today I am going to write about my favorite data storage method in developing Windows Store Apps which is “ SQLite ”. ...
  • Wiki Page: Introduction to IndexedDB

    Today I am going to write about a storage method which is available in HTML5 as well is in Windows Store Apps which is “IndexedDB”. IndexedDB is an API for client-side storage where significant amounts of structured data can be stored. Since IndexedDB is based on indexes, it provides high performance...
  • Wiki Page: Introduction to HTML 5 Web Storage

    HTML5 has introduced two mechanisms for storing structured data on the client side, similar to HTTP session cookies. HTTP cookies have some drawbacks such as limited to store 4 KB of data etc. Web storage is considered as one of the most rising data storage methods is HTML 5 web applications as well...
  • Wiki Page: Binding an item inside ItemsControl's DataTemplate to the property on Page DataContext

    Typically in all scenarios we bind the ItemControl's ItemsSource to the collection of Data Model item. Then we configure our DataTemplate Binding to the properties inside Data Model item. However, in this particular scenario MSDN questioner wanted to bind the one UIElement inside DataTemplate to...
  • Wiki Page: Windows Store App - Basic ColorPicker Control inside Settings Pane

    This article discusses the basic color palette control implementation for Windows Store App. With Windows 8.1 release around the corner and seeing there is still no Color Picker control (yes we have DatePicker and TimePicker) I thought of writing one in response to this MSDN question. Currently...
  • Wiki Page: String and Embedded Resources inside Windows Store App

    It is pretty straight forward to access resources in inside Windows Store App, however there are few questions I came across on MSDN forum which I tried to answer. One of the interesting one was how to store resources inside RESW (Resource file) with name like SubTokenOne.SubTokenTwo.SubToken. From...
  • Wiki Page: Threads Versus Tasks

    This article will show the difference in behavior of using the ThreadPool or Tasks in you Windows Store apps and the things you have to remember when using them. First look at this example: private async Task DoOperation(string s) { Debug.WriteLine("{0}3", s);...
  • Wiki Page: Windows Azure Mobile Services. Краткое руководство по разработке. Часть 1. Введение.

    В этом кратком руководстве-переводе мы рассмотрим разработку приложения Магазина Windows , использующего Windows Azure Mobile Services как облачный бэкенд в различных задачах. Это перевод официального руководства с http://windows.azure.com . Оглавление: Часть...
  • Wiki Page: Windows Azure Mobile Services. Краткое руководство по разработке. Часть 4. Push-уведомления.

    Оглавление: Часть 1. Введение. Часть 2. Хранение данных в Mobile Services Часть 3. Аутентификация. Часть 4. Push-уведомления. Для того, чтобы отправлять push-уведомления в ваше приложение с использованием Windows Azure Mobile Services, необходимо воспользоваться...
  • Wiki Page: Windows Azure Mobile Services. Краткое руководство по разработке. Часть 3. Аутентификация.

    Оглавление: Часть 1. Введение. Часть 2. Хранение данных в Mobile Services Часть 3. Аутентификация. Часть 4. Push-уведомления. В этой части рассмотрены вопросы аутентификации в мобильном сервисе из вашего приложения. Регистрация приложения для аутентификации...
  • Wiki Page: Windows Azure Mobile Services. Краткое руководство по разработке. Часть 2. Хранение данных в Mobile Services

    Оглавление: Часть 1. Введение. Часть 2. Хранение данных в Mobile Services Часть 3. Аутентификация. Часть 4. Push-уведомления. В этой части руководства вы загрузите приложение, которое хранит данные в памяти, создадите новый мобильный сервис и интегрируете его с приложением...
  • Wiki Page: Comparando Silverlight con aplicaciones Windows Store (es-ES)

    Introducción Desde el lanzamiento de Windows 8, en su versión Developer preview, sólo he leído y escuchado comentarios referentes al nuevo sistema operativo (realmente está buenísimo). La innovación definitivamente está presente en toda la nueva gama de productos Microsoft con su Windows 8, Visual...
  • Wiki Page: MCSD: Windows Store Apps

    Windows Store Apps Using HTML5 Required exams Programming in HTML5 with JavaScript and CSS3 Essentials of Developing Windows Store Apps Using HTML5 and JavaScript Advanced Windows Store App Development Using HTML5 and JavaScript Windows Store Apps Using C# Required exams Programming...
  • Wiki Page: Points To Remember While Developing App For Windows 8

    Recently I attended the Windows 8 AppFest at Bangalore and I am now preparing for Wowzapp (Windows 8 Hackathon) in Agra and learned a lot about developing Windows Store apps. I found many folks here are confused about Metro style apps (Windows RT Style). This article is to keep in mind some points...
Page 1 of 1 (18 items)
Can't find it? Write it!