summaryrefslogtreecommitdiffhomepage
path: root/csharp.html.markdown
Commit message (Collapse)AuthorAgeLines
* fix typo -> re(s)pository patternm902014-10-07-3/+3
|
* MethodSignature -> MethodSignaturesAdhithya R2014-07-07-1/+1
| | | Possible typo. Text mentions method names being the same but they weren't. Corrected.
* minor typodiscomethod2014-05-26-1/+1
|
* csharp: typosJakukyo Friel2014-03-20-3/+3
| | | combine #574 #575 #576 to one pr
* Fix what Nami-Doc spotted.olwaro2014-02-24-3/+3
|
* Adds loan pattern example to french translation.olwaro2014-02-24-1/+1
|
* Merge pull request #535 from Olwaro/loan_patternNami-Doc2014-02-17-0/+12
|\ | | | | [csharp/en] Adds example of 'using' statement for resources handling
| * Fixes typosolwaro2014-02-17-2/+2
| |
| * Adds an example of 'using' statementolwaro2014-02-16-0/+12
| |
* | Fix some misleading commentsolwaro2014-02-16-4/+4
|/
* Fix while loop iterator incorrect count mvalipour2013-11-18-1/+1
| | | The while loop is repeated 100 times not 99 times. 0~99 inclusive.
* Merged with latest from upstreamAdam2013-10-27-227/+354
|\
| * Reanmed to Generics instead of templatesShaun McCarthy2013-10-26-4/+5
| |
| * Added Interesting Features (and fixed / cleaned up other code)Shaun McCarthy2013-10-26-229/+354
| | | | | | Fixed syntax errors, made items more succinct, and added a section of interesting features in c#
* | UpdatesAdam2013-10-27-1/+1
|/
* added myself to the contributors (C#)Melvyn2013-09-21-0/+1
|
* breaking some lines (C#)Melvyn2013-09-21-3/+6
|
* added an example for the foreach loop in C#Melvyn2013-09-21-0/+11
|
* various typos + added an example to declare an auto property (C#)Melvyn2013-09-21-6/+11
|
* more details for the enums (C#)Melvyn2013-09-21-3/+6
|
* added details for the switch statement for C#Melvyn2013-09-21-0/+8
|
* corrections for C# docMelvyn2013-09-21-2/+1
|
* typo (not instead of note) for C# docMelvyn2013-09-21-1/+1
|
* mentioned strings immutability and added details about var keyword (C#)Melvyn2013-09-21-0/+5
|
* corrected errors about the nullable types for C#Melvyn2013-09-21-5/+13
|
* added Decimal type example for C#Melvyn2013-09-21-1/+5
|
* Fixed a bunch of headersAdam2013-09-13-2/+0
|
* C#: interfacesMax Yankov2013-08-17-1/+31
|
* C#: calling base methodMax Yankov2013-08-17-0/+7
|
* Static methodsMax Yankov2013-08-17-1/+9
|
* C#: default parameter valuesMax Yankov2013-08-17-2/+3
|
* C#: enumsMax Yankov2013-08-17-4/+19
|
* C#: edited example code according to Microsoft's naming conventionsMax Yankov2013-08-17-6/+6
|
* C#: Lacking static membersMax Yankov2013-08-17-0/+1
|
* Static fieldMax Yankov2013-08-17-1/+7
|
* C#: Added myself to contributors listMax Yankov2013-08-17-0/+1
|
* C#: comments about "this" keywordMax Yankov2013-08-17-2/+2
|
* C#: Auto-implemented propertiesMax Yankov2013-08-17-3/+3
|
* C# Coding style: property names start with capitalsMax Yankov2013-08-17-1/+1
|
* Accessing nullable's value in C#Max Yankov2013-08-17-0/+4
|
* Line length edits to C#Adam2013-08-13-486/+487
|
* Clean up namespace in C#Irfan Charania2013-08-12-4/+2
|
* Add C# LanguageIrfan Charania2013-08-12-0/+550
Based on the Java one