Memory Usage
-
14 September 2008
Framework: 3.5
Windows Application
This sample console application shows how to get memory details through WMI class.
AJAX DropDown Example
-
09 September 2008
Framework: 3.5
Web Application
This simple ASP.NET project demonstrates how to display a populated dropdown control based on a selection made from another dropdown control.
DirectX Video Player Example
-
08 September 2008
Framework: 3.5
Windows Application
This sample project demonstrates how to use the DirectX sdk to play video files.
RSS Yahoo Weather Reader
-
08 September 2008
Framework: 3.5
Web Application
This ASP.Net project demonstrates how to read an RSS feed using the XMLDocument Class. It also demonstrates who to read attribute values for elements.
ASCII Art
-
05 August 2008
Framework: 3.5
Windows Application
This example demonstrates how to read an image pixel by pixel and then create an ASCII art. The project comes with a sample black and white image, which is stored in the debug folder.
Save Image To Database
-
28 July 2008
Framework: 3.5
Windows Application
This very simple console application demonstrates how to save an image into a database as binary.
Simple Delegate Example
-
24 July 2008
Framework: 3.5
Windows Application
This sample project demonstrates how to update a label control from another thread using delegates.
Simple AJAX Time
-
17 July 2008
Framework: 3.5
Web Application
This simple ASP.Net project displays a running time on the web page. It uses the ScriptManager, UpdatePanel and Timer controls.
FileUpload Example
-
17 July 2008
Framework: 3.5
Web Application
This simple ASP.Net project demonstrates how to use the FileUpload control to upload a file.
1
2
3
4
5
6
7
8
9
10
11
12