Cascading ListBox Using MVVM in WPF
In this article we will see how we could implement a List Box and using the powerful Model View View-Model pattern in WPF.

Categories: Communities
Widget Refresh Timer in MVVM in Silverlight
In this article we'll see how to refresh and disable widgets using the Model View View-Model pattern and Silverlight.

Categories: Communities
ASP.NET MVC Dynamic Model Binding
Categories: Communities
Using HTML5 Web Storage in ASP.NET
HTML5 Web Storage provides a streamlined data storage mechanism that allows developers to store data on the client as key-value pairs. This article explores what Web Storage is, its flavors and illustrates how Web Storage data can be transferred between client and server in ASP.NET websites.

Categories: Communities
IIS FTP User Isolation - Week 46
This week we walk through the five isolation modes to gain a full understanding of the IIS FTP method of configuration for user isolation.

Categories: Communities
Displaying Notification Messages in a Silverlight Dashboard Application
In this article we will see how we could display a notification message and further a list of notification messages in Silverlight.

Categories: Communities
Integrate Lua into Your Android Games
In this article, we will show interests in the interoperations between Lua and Java, especially in the Android game development environment. And, as usual, since this story may involve a lot of tools, I list all of them below for your reference.

Categories: Communities
IIS FTP and IIS Manager Users - Week 45
IIS FTP supports a new type of user called IIS Manager Users. This type of user can be used instead of Windows Local or Active Directory Users. This week I cover everything you need to know to properly support IIS Manager Users with IIS FTP. This is week 45 of a 52 week series, and the 2nd of a 4 week mini-series on IIS FTP.

Categories: Communities
Android for .NET Developers - Picklists and listviews
In this article, I'll discuss how to arrange an Android view where the dominant element is the list. I'll start with a plain list of strings and then improve up to populating a listview with downloaded content arranged using a custom layout.

Categories: Communities
Introduction to Android JNI Development Using NDK - Part 2
In the first part of this series you've learned the fundamentals concerning Java JNI programming. In this second part, we are going to focus upon Android NDK programming tips. As an elementary tutorial, I'm going to delve into some of the trivial other friends and I met during the NDK setup process.

Categories: Communities
Introduction to Android JNI development Using NDK - Part 1
In this first article of this small series, we will try to delve into the Java JNI inner workings and give elementary samples. In the subsequent article, we will explore Android NDK programming.

Categories: Communities
Implementing Website Pinning in ASP.NET
Categories: Communities
IIS FTP Basics - Week 44
The FTP (File Transfer Protocol) protocol has been in wide use for years and is still widely used today. It's used for transferring files between locations and practically useful for deployment websites from a dev machine or continuous integration server to staging or production websites.

Categories: Communities