Skip to content

DotNetSlackers Latest ASP.NET Articles
Syndicate content
Latest ASP.NET Articles from DotNetSlackers.
Updated: 1 day 2 hours ago

Cascading ListBox Using MVVM in WPF

Thu, 02/02/2012 - 01:00
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

Tue, 01/31/2012 - 01:00
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

Fri, 01/27/2012 - 01:00
Dynamic model binding enables a single action to handle multiple forms.

Categories: Communities

Using HTML5 Web Storage in ASP.NET

Wed, 01/25/2012 - 01:00
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

Mon, 01/23/2012 - 01:00
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

Understanding Multilayered Architecture in .Net

Mon, 01/16/2012 - 01:00
This article focuses on understanding a basic multilayered architecture in C#.Net.

Categories: Communities

Displaying Notification Messages in a Silverlight Dashboard Application

Mon, 01/09/2012 - 01:00
In this article we will see how we could display a notification message and further a list of notification messages in Silverlight.

Categories: Communities

Running multiple websites in a single hosting space

Fri, 01/06/2012 - 01:00
Develop a solution that supports multiple websites in a single hosting space and database.

Categories: Communities

Integrate Lua into Your Android Games

Wed, 01/04/2012 - 01:00
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

Thu, 12/29/2011 - 01:00
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

Mon, 12/26/2011 - 01:00
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

Mon, 12/19/2011 - 01:00
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

Fri, 12/16/2011 - 01:00
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

Wed, 12/14/2011 - 01:00
Learn to enable website pinning features of IE9 on Windows 7 for your ASP.NET websites.

Categories: Communities

IIS FTP Basics - Week 44

Mon, 12/12/2011 - 01:00
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