Skip Navigation Links.
Welcome to Skycoder.com
Feature Articles

This article will show how to use the .Net AJAX Update Panel control to provide feedback and prevent timeout of long running processes. This article will simulate a long running process and show how we can give feedback to the user during the processing. This project was written using Visual Studio 2008.
C#


This article will show you how to write a Model View Controller (MVC) project that will make use of a cascading dropdown using JQuery and AJax.
C#, jQuery


This article will show you how to write a Model View Controller (MVC) project that will make use of a cascading dropdown using JQuery and AJax.
C#, jQuery


This article will walk you through a simple example of recursive data binding using the WPF TreeView control using hierarchical data binding.
C#, WPF


An example of using the Windows Presentation Foundation TreeView Control - Part 2
C#, WPF


An example of using the Windows Presentation Foundation TreeView Control
C#, WPF


Class access modifiers can be a bit confusing. Here's a simple chart and test project you can use to keep track of who can call whom.
C#


This article takes a look a the String and StringBuilder classes and compares the performance of the two.
C#


This article shows an easy way to add a Page Counter to an ASP.Net page using XML.
VB.Net


This article shows an easy way to add a Page Counter to an ASP.Net page using XML.
C#


This article shows how to use a Row ID to page through a MySQL query. This is especially useful for using with a web page, where you may want to break up a query into a specific number of rows per page.
MySQL


This article shows how to declare Webforms Events
C#


This article shows you how to raise events from a class.
C#


One of the first hurdles for VB.Net Developers when learning C# is the difference in using and declaring events. This article will show how to declare events for Controls as well as using events in a class.
C#


Dynamically Determining the Connection String for Prod/Dev Servers
C#


More...