C Sharp: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
Brian Wilson (talk | contribs)
Line 4: Line 4:
== Preprocessor Directives ==
== Preprocessor Directives ==


CommandLine
#if DEBUG
http://codeidol.com/csharp/essential-csharp/Operators-and-Control-Flow/Csharp-Preprocessor-Directives/
#endif


=== When would I ever use a Struct? ===
== What about things in square brackets ==
 
That I can't type in a wiki, like "bracket CommandLine bracket"
 
== When would I ever use a Struct? ==


Read the official documentation [http://msdn.microsoft.com/en-us/library/ms173109.aspx?ppud=4 here.]
Read the official documentation [http://msdn.microsoft.com/en-us/library/ms173109.aspx?ppud=4 here.]
== How can I get traction using command line builds with C#? ==

Revision as of 19:15, 23 May 2012

I wanted this page to be called C# but apparently mediawiki did not approve. Oh well. Maybe I will put all things beginning with the letter 'c' here.

Preprocessor Directives

  1. if DEBUG

http://codeidol.com/csharp/essential-csharp/Operators-and-Control-Flow/Csharp-Preprocessor-Directives/

  1. endif

What about things in square brackets

That I can't type in a wiki, like "bracket CommandLine bracket"

When would I ever use a Struct?

Read the official documentation here.

How can I get traction using command line builds with C#?