forked from UltraMessaging/UMExamples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotnet_index.html
24 lines (20 loc) · 1.09 KB
/
dotnet_index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<title>UMExamples - C#/.NET Language</title>
<link rel="stylesheet" href="style/main.css" type="text/css" media="screen" />
</head>
<body>
<h2>C#/.NET Examples</h2>
<p>Examples written in C#/.NET.</p>
<p>In the list below, different examples are available in different source code
languages (C, Java, C#/.NET), but this site is a work in progress, so many
examples are not available in all laguages.</p>
<p>If you would like to see only those examples available in a particular language,
you can visit: <a href="c_index.html" class="button">C examples</a> <a href="java_index.html" class="button">Java examples</a> <a href="dotnet_index.html" class="button">C#/.NET examples</a></p>
<p>The master list is always available at: <a href="index.html" class="button">All examples</a></p>
<h2>Examples</h2>
<table>
<tr><td align="right"><b>minsrc</b></td><td><a href="minsrc/c/index.html" class="button">C</a> <a href="minsrc/java/index.html" class="button">Java</a> <a href="minsrc/dotnet/index.html" class="button">C#/.NET</a></td><td>Minimal publisher program.</td></tr>
</table>
</body>
</html>