|
|
(9 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| <table>
| |
| <tr >
| |
| <td align=top>
| |
|
| |
|
| [[Image:Jacob v2 small.jpg]]
| |
|
| |
|
| |
| </td>
| |
| <td align=top>
| |
|
| |
|
| |
|
| |
| = Pages =
| |
| *[[VdfWiki Administration]]
| |
| *[[Introducing VDFWiki at SCANDUC2007]]
| |
| *[[AJAX Rating Example ]] (uhoh - I need to finish this real soon :P)
| |
| *[[Data Dictionaries]]
| |
| *[[ScanDUC]]
| |
| *[[Spamfiltering on VDFWiki]]
| |
| *[[How to develop ASP pages]]
| |
| *[[VDFStructureViewer]]
| |
| *[[VDF12 on Vista]]
| |
| *[[SVN]]
| |
| *[[Editors]]
| |
|
| |
| </td>
| |
| </tr>
| |
| </table>
| |
|
| |
|
| |
| {{User|
| |
| |Name=Jacob Andresen
| |
| |Email=jacob@sture.dk
| |
| |Company=Sture Aps
| |
| }}
| |
|
| |
|
| |
| <source lang="csharp">
| |
| // Hello World in Microsoft C# ("C-Sharp").
| |
|
| |
| using System;
| |
|
| |
| class HelloWorld
| |
| {
| |
| public static int Main(String[] args)
| |
| {
| |
| Console.WriteLine("Hello, World!");
| |
| return 0;
| |
| }
| |
| }
| |
| </source>
| |