m90
|
6ce6aa7b54
|
fix typo -> re(s)pository pattern
|
2014-10-07 20:38:14 +02:00 |
|
Adhithya R
|
7401ef2411
|
MethodSignature -> MethodSignatures
Possible typo. Text mentions method names being the same but they weren't. Corrected.
|
2014-07-07 16:38:17 +05:30 |
|
discomethod
|
4e6a111b6f
|
minor typo
|
2014-05-26 18:16:11 +01:00 |
|
Jakukyo Friel
|
0622062e2a
|
csharp: typos
combine #574 #575 #576 to one pr
|
2014-03-20 18:01:56 +08:00 |
|
olwaro
|
9d7566d82e
|
Fix what Nami-Doc spotted.
|
2014-02-24 21:39:05 +01:00 |
|
olwaro
|
7350deb103
|
Adds loan pattern example to french translation.
|
2014-02-24 19:54:54 +01:00 |
|
Nami-Doc
|
5ff5f6c0d8
|
Merge pull request #535 from Olwaro/loan_pattern
[csharp/en] Adds example of 'using' statement for resources handling
|
2014-02-17 13:59:34 +01:00 |
|
olwaro
|
f6032ba190
|
Fixes typos
|
2014-02-17 10:43:18 +01:00 |
|
olwaro
|
8b62c313b1
|
Adds an example of 'using' statement
|
2014-02-16 22:00:33 +01:00 |
|
olwaro
|
00338a1a61
|
Fix some misleading comments
|
2014-02-16 14:28:15 +01:00 |
|
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 |
|