== Creating Temporary Markups with the .Net API == In this example we will convert the redlining/markup sample at [http://data.mapguide.com/mapguide/devguide/index.php] to a .net version, and explain the whole process of creating temporary markups. A high level overview of creating temporary markup is as follows: 1. Digitize our geometry using the AJAX viewer. 2. Invoke our server-side script passing along our digitized geometry. a. Initialize web tier and services. b. Create our temporary feature source if it doesn't exist. c. Insert our geometry into this feature source. ''More to follow...''