Welcome to mirror list, hosted at ThFree Co, Russian Federation.

resources-pending « web - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fd9b9073d64e77d96e909c14ed06c11d29c8aab5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
** MacOS Documentation

** Assembly Language Manuals online
		Intel
		MIPS
		SPARC

** Microsoft 
		msdn.microsoft.com/net
		Research.microsoft.com

** Related Technologies

	<ul>

		* The CLI allows people to create Web Services using the SOAP
		  protocol.  SOAP is based on XML, XML schemas an the HTTP
		  protocol.
		  <ul>
		* XML specification.
		* XML Namespaces.
		* XML Schemas.
		* SOAP Specification.
		  </ul>
	</ul>

** Compiler Information
	GCC
	GCC Sample front-end tutorial