Commit Graph

33 Commits

Author SHA1 Message Date
mvalipour
fbb7ea38a1 Fix while loop iterator incorrect count
The while loop is repeated 100 times not 99 times. 0~99 inclusive.
2013-11-18 22:58:27 +00:00
Adam
dadd4c2a2b Merged with latest from upstream 2013-10-27 22:18:31 -07:00
Adam
7ff3de74fe Updates 2013-10-27 22:17:56 -07:00
Shaun McCarthy
eccc9e0948 Reanmed to Generics instead of templates 2013-10-26 15:27:53 -04:00
Shaun McCarthy
0cee5bd79a Added Interesting Features (and fixed / cleaned up other code)
Fixed syntax errors, made items more succinct, and added a section of interesting features in c#
2013-10-26 14:34:39 -04:00
Melvyn
6d5509e94b added myself to the contributors (C#) 2013-09-21 16:16:04 -04:00
Melvyn
71a62e642d breaking some lines (C#) 2013-09-21 16:11:45 -04:00
Melvyn
758cd94b33 added an example for the foreach loop in C# 2013-09-21 16:07:43 -04:00
Melvyn
10bb7dbce4 various typos + added an example to declare an auto property (C#) 2013-09-21 16:00:08 -04:00
Melvyn
3b5e4837bd more details for the enums (C#) 2013-09-21 15:49:20 -04:00
Melvyn
67b9af4492 added details for the switch statement for C# 2013-09-21 15:39:59 -04:00
Melvyn
41cf74fa53 corrections for C# doc 2013-09-21 15:33:11 -04:00
Melvyn
dbfaa5ba52 typo (not instead of note) for C# doc 2013-09-21 15:29:03 -04:00
Melvyn
a2b14fcedf mentioned strings immutability and added details about var keyword (C#) 2013-09-21 15:27:55 -04:00
Melvyn
81c0480780 corrected errors about the nullable types for C# 2013-09-21 15:23:24 -04:00
Melvyn
fceaa4a7cf added Decimal type example for C# 2013-09-21 15:05:14 -04:00
Adam
1dd0e00f22 Fixed a bunch of headers 2013-09-13 10:28:48 -07:00
Max Yankov
a225349acb C#: interfaces 2013-08-17 23:28:55 +02:00
Max Yankov
cae70d430e C#: calling base method 2013-08-17 23:28:21 +02:00
Max Yankov
41ec7af8e5 Static methods 2013-08-17 23:09:21 +02:00
Max Yankov
dd1a619360 C#: default parameter values 2013-08-17 23:09:07 +02:00
Max Yankov
ccdc21900d C#: enums 2013-08-17 23:08:24 +02:00
Max Yankov
bb1f4eb93a C#: edited example code according to Microsoft's naming conventions 2013-08-17 22:49:36 +02:00
Max Yankov
964476a6e8 C#: Lacking static members 2013-08-17 22:45:58 +02:00
Max Yankov
b488745fc6 Static field 2013-08-17 22:45:01 +02:00
Max Yankov
0312c061b2 C#: Added myself to contributors list 2013-08-17 22:35:59 +02:00
Max Yankov
c3df13db56 C#: comments about "this" keyword 2013-08-17 16:06:04 +02:00
Max Yankov
4295e85d60 C#: Auto-implemented properties 2013-08-17 16:03:35 +02:00
Max Yankov
541fd3fb06 C# Coding style: property names start with capitals 2013-08-17 16:01:08 +02:00
Max Yankov
2173dd419a Accessing nullable's value in C# 2013-08-17 15:57:52 +02:00
Adam
93fc8f5e80 Line length edits to C# 2013-08-13 10:10:49 -07:00
Irfan Charania
bf1f9d811c Clean up namespace in C# 2013-08-12 18:04:11 -07:00
Irfan Charania
e17ef8b180 Add C# Language
Based on the Java one
2013-08-12 17:54:53 -07:00