Commit Graph

55 Commits

Author SHA1 Message Date
Laoujin
90e8dac0b8 [CSharp/en]updated topics not covered + added myself :) 2015-01-31 23:52:19 +01:00
Laoujin
710f9fa03b [CSharp/en]Added exception handling 2015-01-31 23:14:58 +01:00
Laoujin
dc34af2b5d [CSharp/en]Added [Flags] 2015-01-31 22:34:42 +01:00
Laoujin
4f8b16f817 [CSharp/en]Added static property 2015-01-31 22:05:11 +01:00
Laoujin
04c4433433 [CSharp/en]Added ref and out parameters 2015-01-31 21:45:13 +01:00
Laoujin
69e38974ae [CSharp/en]added casting to converting 2015-01-31 21:41:46 +01:00
Laoujin
495e386121 [CSharp/en]break and continue in loops 2015-01-31 21:40:21 +01:00
Laoujin
1d4bb253fd [CSharp/en]Constants are TitleCase, not SCREAMING_CAPS in C# (as done everywhere in the .NET framework, encouraged by the MS .NET framework guidelines and StackOverflow: http://stackoverflow.com/a/242549/540352) 2015-01-31 20:56:56 +01:00
Laoujin
012a4a8e90 [CSharp/en]Fixed compilation and ef errors 2015-01-31 20:42:27 +01:00
Laoujin
937e6dad51 [CSharp/en]namespaces can have multiple levels with dots 2015-01-31 20:21:52 +01:00
Laoujin
928b8404aa [CSharp/en]XML Comments can be used for external doc generation and for help within the IDE 2015-01-31 20:20:24 +01:00
Adrian Cooney
9a8d8f0e5d Added an example of custom Indexers in C-Sharp [en] 2014-12-10 12:48:45 +00:00
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