Open main menu

Linux and Unix Users Group at Virginia Teck Wiki β

Changes

MonoDevelop

180 bytes removed, 22:48, 3 January 2019
Undo revision 1604 by [[Special:Contributions/imported>Pew|imported>Pew]] ([[User talk:imported>Pew|talk]])
'''MonoDevelop''' is a cross-platform [[gp:Free Software|Free Software]] integrated development environment primarily targeting the C# programming language and GTK# graphics libraries. It can be used to complete assignments for [[ECE 4564 Network Application Design]].
=Adding a Web Reference=
If you click <code>OK</code>, the web reference should now show up below standard references in the Solution box.
 
You cannot alter the namespace that the web reference is put into. Therefore, to use it, you'll need to have a line of code similar to the following:
<pre>
using Project5.www.webservicex.net;
</pre>
[[Image:MonoDevelop-Web_reference-Reference_listed.png]]
* [[w:MonoDevelop|Wikipedia's MonoDevelop article]]
[[Category:Libre course softwareNeeds restoration]][[Category:*nix desktop softwareSoftware]][[Category:Howtos]]