Warning: Parameter 3 to ExtToggleDisplay::toggleDisplay() expected to be a reference, value given in /home/ikewiki/public_html/w/includes/parser/Parser.php on line 3470
C Sharp - IkeWiki

C Sharp

(Redirected from C)
Jump to: navigation, search
Categories » Programming » .NET Programming » C Sharp
The correct title of this article is C#. The substitution or omission of a # sign is because of technical restrictions.

Contents

isNumeric Function

http://codebetter.com/blogs/grant.killian/archive/2005/01/27/48340.aspx

String vs. StringBuilder

Article: http://www.codeproject.com/KB/cs/string.aspx

Generics

Using foreach on a Dictionary<TKey, TValue>:

foreach (KeyValuePair<int, string> kvp in myDictionary) {...}

Source

Reflection


Enum<T>

A nice helper class for Enum types:

Retrieved from "http://wiki.ike.to/C_Sharp"
Personal tools
Namespaces
Variants
Actions
Navigation
Categories
Toolbox