| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | [CSharp/en]Fixed typo | Laoujin | 2015-02-01 | -1/+1 | 
| | | ||||
| * | [CSharp/en]extra details for using EntityFramework and namespaces | Laoujin | 2015-02-01 | -5/+10 | 
| | | ||||
| * | [CSharp/en]Fixes for my own changes | Laoujin | 2015-02-01 | -7/+2 | 
| | | ||||
| * | [CSharp/en]updated topics not covered + added myself :) | Laoujin | 2015-01-31 | -8/+10 | 
| | | ||||
| * | [CSharp/en]Added exception handling | Laoujin | 2015-01-31 | -2/+34 | 
| | | ||||
| * | [CSharp/en]Added [Flags] | Laoujin | 2015-01-31 | -1/+16 | 
| | | ||||
| * | [CSharp/en]Added static property | Laoujin | 2015-01-31 | -2/+1 | 
| | | ||||
| * | [CSharp/en]Added ref and out parameters | Laoujin | 2015-01-31 | -0/+13 | 
| | | ||||
| * | [CSharp/en]added casting to converting | Laoujin | 2015-01-31 | -1/+6 | 
| | | ||||
| * | [CSharp/en]break and continue in loops | Laoujin | 2015-01-31 | -2/+9 | 
| | | ||||
| * | [CSharp/en]Constants are TitleCase, not SCREAMING_CAPS in C# (as done ↵ | Laoujin | 2015-01-31 | -1/+1 | 
| | | | | | everywhere in the .NET framework, encouraged by the MS .NET framework guidelines and StackOverflow: http://stackoverflow.com/a/242549/540352) | |||
| * | [CSharp/en]Fixed compilation and ef errors | Laoujin | 2015-01-31 | -3/+3 | 
| | | ||||
| * | [CSharp/en]namespaces can have multiple levels with dots | Laoujin | 2015-01-31 | -1/+1 | 
| | | ||||
| * | [CSharp/en]XML Comments can be used for external doc generation and for help ↵ | Laoujin | 2015-01-31 | -1/+3 | 
| | | | | | within the IDE | |||
| * | Added an example of custom Indexers in C-Sharp [en] | Adrian Cooney | 2014-12-10 | -0/+17 | 
| | | ||||
| * | fix typo -> re(s)pository pattern | m90 | 2014-10-07 | -3/+3 | 
| | | ||||
| * | MethodSignature -> MethodSignatures | Adhithya R | 2014-07-07 | -1/+1 | 
| | | | | Possible typo. Text mentions method names being the same but they weren't. Corrected. | |||
| * | minor typo | discomethod | 2014-05-26 | -1/+1 | 
| | | ||||
| * | csharp: typos | Jakukyo Friel | 2014-03-20 | -3/+3 | 
| | | | | combine #574 #575 #576 to one pr | |||
| * | Fix what Nami-Doc spotted. | olwaro | 2014-02-24 | -3/+3 | 
| | | ||||
| * | Adds loan pattern example to french translation. | olwaro | 2014-02-24 | -1/+1 | 
| | | ||||
| * | Merge pull request #535 from Olwaro/loan_pattern | Nami-Doc | 2014-02-17 | -0/+12 | 
| |\ | | | | | [csharp/en] Adds example of 'using' statement for resources handling | |||
| | * | Fixes typos | olwaro | 2014-02-17 | -2/+2 | 
| | | | ||||
| | * | Adds an example of 'using' statement | olwaro | 2014-02-16 | -0/+12 | 
| | | | ||||
| * | | Fix some misleading comments | olwaro | 2014-02-16 | -4/+4 | 
| |/ | ||||
| * | Fix while loop iterator incorrect count | mvalipour | 2013-11-18 | -1/+1 | 
| | | | | The while loop is repeated 100 times not 99 times. 0~99 inclusive. | |||
| * | Merged with latest from upstream | Adam | 2013-10-27 | -227/+354 | 
| |\ | ||||
| | * | Reanmed to Generics instead of templates | Shaun McCarthy | 2013-10-26 | -4/+5 | 
| | | | ||||
| | * | Added Interesting Features (and fixed / cleaned up other code) | Shaun McCarthy | 2013-10-26 | -229/+354 | 
| | | | | | | | Fixed syntax errors, made items more succinct, and added a section of interesting features in c# | |||
| * | | Updates | Adam | 2013-10-27 | -1/+1 | 
| |/ | ||||
| * | added myself to the contributors (C#) | Melvyn | 2013-09-21 | -0/+1 | 
| | | ||||
| * | breaking some lines (C#) | Melvyn | 2013-09-21 | -3/+6 | 
| | | ||||
| * | added an example for the foreach loop in C# | Melvyn | 2013-09-21 | -0/+11 | 
| | | ||||
| * | various typos + added an example to declare an auto property (C#) | Melvyn | 2013-09-21 | -6/+11 | 
| | | ||||
| * | more details for the enums (C#) | Melvyn | 2013-09-21 | -3/+6 | 
| | | ||||
| * | added details for the switch statement for C# | Melvyn | 2013-09-21 | -0/+8 | 
| | | ||||
| * | corrections for C# doc | Melvyn | 2013-09-21 | -2/+1 | 
| | | ||||
| * | typo (not instead of note) for C# doc | Melvyn | 2013-09-21 | -1/+1 | 
| | | ||||
| * | mentioned strings immutability and added details about var keyword (C#) | Melvyn | 2013-09-21 | -0/+5 | 
| | | ||||
| * | corrected errors about the nullable types for C# | Melvyn | 2013-09-21 | -5/+13 | 
| | | ||||
| * | added Decimal type example for C# | Melvyn | 2013-09-21 | -1/+5 | 
| | | ||||
| * | Fixed a bunch of headers | Adam | 2013-09-13 | -2/+0 | 
| | | ||||
| * | C#: interfaces | Max Yankov | 2013-08-17 | -1/+31 | 
| | | ||||
| * | C#: calling base method | Max Yankov | 2013-08-17 | -0/+7 | 
| | | ||||
| * | Static methods | Max Yankov | 2013-08-17 | -1/+9 | 
| | | ||||
| * | C#: default parameter values | Max Yankov | 2013-08-17 | -2/+3 | 
| | | ||||
| * | C#: enums | Max Yankov | 2013-08-17 | -4/+19 | 
| | | ||||
| * | C#: edited example code according to Microsoft's naming conventions | Max Yankov | 2013-08-17 | -6/+6 | 
| | | ||||
| * | C#: Lacking static members | Max Yankov | 2013-08-17 | -0/+1 | 
| | | ||||
| * | Static field | Max Yankov | 2013-08-17 | -1/+7 | 
| | | ||||
