Changes

Jump to: navigation, search

Mono

435 bytes added, 20:03, 7 December 2009
no edit summary
$ sudo apt-get install mono-complete monodevelop monodevelop-debugger-mdb monodoc-browser
</pre>
 
=WSDL=
To use a WSDL file, perform the following steps:
<pre>
$ wget -O WeatherForecast.wsdl http://www.webservicex.net/WeatherForecast.asmx?WSDL
$ wsdl WeatherForecast.wsdl
$ gmcs /target:library -r:/usr/lib/mono/2.0/System.Web.Services.dll WeatherForecast.cs
</pre>
Then, add .dll, in this case <code>WeatherForecast.dll</code>, as a reference in your IDE.
=External Links=
* [http://proquest.safaribooksonline.com/0672325799 Mono Kick Start book from Safari] ([http://proquest.safaribooksonline.com.ezproxy.lib.vt.edu:8080/?uiCode=vatech&xmlId=0672325799 via EZProxy], see [[Proxies and VPN]])
* [http://www.mono-project.com/Main_Page Mono homepage]
* [http://www.mono-project.com/Web_Services Mono Web Services walkthrough]
[[Category:Libre course software]]
Anonymous user

Navigation menu