DocX Xml Reader Sample
-
22 October 2010
Framework: 4.0
Windows Application
This sample project demonstrates how to open a DocX file using the System.IO.Packaging namespace.
Bing Maps
-
19 October 2010
Framework: 4.0
This sample application demonstrates how to use the Bing Map control in a Windows mobile application. The sample shows how to use the GeoCoordinate class to set the latitude and longtitude for the map.
GridView Edit Example
-
06 February 2010
Framework: 3.5
Web Application
This code project shows how to edit records in a GridView control and save the changes to a database. In this example an MS Access 2003 database file is used to load data into the GridView.
Simple Bar Chart Example
-
18 January 2010
Framework: 3.5
Windows Application
This code sample shows how to create a custom bar chart class using the Graphics class.
Imaging Cropping
-
18 January 2010
Framework: 3.5
Web Application
This ASP.NET project shows how to crop an image using jQuery.
Tiny Java Editor
-
29 December 2009
Framework: 3.5
Windows Application
This application is a light weight java editor that can create/save java files as well as execute them. The application also highlighs lines where an error occured.
Three Tier Example 1
-
02 December 2009
Framework: 3.5
Web Application
This sample project demonstrates how to develop a simple three tiered application. Included is a sql server mdf database.
Table Adapter Example
-
01 December 2009
Framework: 3.5
Web Application
This project demonstrates how to use a DataSet and Table Adapters. A sample database is included.
Export GridView To Word
-
30 November 2009
Framework: 3.5
Web Application
This code project demonstrates how to export a GridView to a Word Document.
Object List Binding Example
-
18 November 2009
Framework: 3.5
Windows Application
This snippet shows how to bind an object to a ListBox control DataSource and DisplayMember.
1
2
3
4
5
6
7
8
9
10
11
12