C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ibrahim Ersoy(11)
Kishor Bikram Oli(6)
Suresh M(3)
Raj Bandi(3)
Guest User(1)
Jaganathan Bantheswaran(1)
Neelesh Vishwakarma(1)
Kimi Kalon(1)
Arjun Panwar(1)
Resources
No resource found
Voice Of A Developer: Adding WinJS To Your Web App - Part 36
Jun 16, 2016.
In this article, you will learn how to add WinJS to your Web app.
Design Patterns in WinJS #6: Singleton
May 29, 2016.
This article covers the implementation of Singleton Design Pattern. This is part six of the article series.
Design Patterns In WinJS #5: Prototype
May 29, 2016.
This article covers the implementation of Prototype Design Pattern. This is part five of the article series.
Design Patterns in WinJS #4: Factory Method
May 24, 2016.
This article covers the implementation of Factory Method Design Pattern. This is part four of the article series.
Design Patterns In WinJS #3: Builder
May 22, 2016.
This article covers the implementation of Builder Design Pattern. This is part three of the article series.
Design Patterns In WinJS #2: Abstract Factory
May 20, 2016.
This article covers the implementation of Abstract Factory Design Pattern. This is part two of the article series.
OOP in WinJS #6 : Asynchronous Programming
May 10, 2016.
In this last article of the series, we shall talk about Asynchronous Programming in WinJS Library.
Read XML file in WinJS Project using Windows Runtime Component
May 07, 2016.
In this article, we are going to learn how to read XML file in WinJS project.
File Read/ Write Operation In WinJS Applications Using Windows Runtime Component
Apr 21, 2016.
In this article we are going to learn about File Read/Write operations in WinJS applications.
Download Image From Image URL In Windows 10 Universal App Using WinJS and JavaScript
Apr 20, 2016.
In this article we are going to see how to download images from image URL in Windows 10 universal app using WinJS and JavaScript.
Asynchronous Programming In WinJS Applications With Windows Runtime Component
Apr 19, 2016.
In this article you will learn how to do asynchronous programming in WinJS application built on HTML/JS/CSS with the help of Windows Runtime Component.
OOP In WinJS #5 : Encapsulation
Apr 19, 2016.
In this article, I'll be talking about how to use Encapsulation in WinJS library. This is Part 5 of the series.
Create Your First WinJS Application
Apr 17, 2016.
In this article you will learn how to create your first Windows metro application (WInJS) apps using HTML/JS/CSS.
OOP In WinJS #4 : Inheritance
Apr 04, 2016.
In this article, I'll be talking about how to derive classes in WinJS library. This is part 4 of the series.
OOP in WinJS #3: Classes
Mar 24, 2016.
In this article, I'll be talking about how to use classes in WinJS library. We'll be using Universal Windows Apps for showing the demo.
OOP In WinJS #2: Nested Namespaces
Mar 23, 2016.
In this article, I'll be talking about how to use Nested Namespaces in WinJS library. We'll be using Universal Windows Apps for showing the demo.
OOP in WinJS #1: Namespaces
Mar 22, 2016.
In this article, I'll be talking about how to use namespaces in WinJS library. We'll be using Universal Windows Apps for showing the demo.
Asynchronous Programming in LightSwitch HTML Client With WinJS Promises
Dec 11, 2013.
In this article you will learn about Asynchronous Programming in LightSwitch HTML Client with WinJS Promises.
Extending WinJS ListView With Custom Item Events
Apr 29, 2013.
This article demonstrates how to extend a WinJS ListView control with custom item events like onItemsloading, onItemsLoaded, onItemFocus, onItemBlur etc
SQLite CRUD Operation In WinJS: Windows Apps
May 10, 2016.
In this article, we are going to learn SQLite CRUD (Create, Read, Update, Delete) operations in WinJS project with the help of Class Library and Windows Runtime Component.
WinJS application With Windows Runtime Component To Access Native C# Code
Apr 21, 2016.
In this article we will learn how to connect WinJS project with Windows Runtime Component to access native C# code.
Application Bar For Windows 10 Universal App Using WinJS
Apr 06, 2016.
In this article we are going to see how to show application bar in Windows 10 Universal App using WinJS.
Display Tool Tip In Windows 10 Universal App Using WinJS
Feb 24, 2016.
In this article we are going to see how to display the tool tip in Windows 10 universal app using WinJS.
WinJS Wrapper Control For jQuery Controls
Apr 30, 2013.
This article demonstrates how to use jQuery UI and other controls declaratively like that of WinJS controls without using a jQuery control initialization script.
WinJS ListView Grouping With ListLayout
Apr 28, 2013.
This article demonstrates how to group and display data in a WinJs ListView control with a group header when the layout is set to ListLayout.
Twitter In Windows Store Application, How It All Works
Aug 06, 2013.
Developing a Twitter Windows Store App involves integrating Twitter APIs using WinJS & JavaScript, enabling features like user authentication, timelines (home, mentions), retweets. Utilizes OAuth for secure access.
Select Date and Time in Windows Store Apps Using Javascript
Aug 14, 2012.
In this article I will explain how to select date and time in a Windows Store application using JavaScript.
Create DatePicker Control in Windows Store App
Feb 10, 2012.
In this article, I will discuss how to work with a DatePicker in a Windows Store App.