Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Use correct name for enum in comment (#4188) | Jelte Fennema | 2022-01-04 | -2/+2 |
| | | | The name used in the comment for the BikeBrand enum was incorrect. | |||
* | Update C Sharp markdown. (#4260) | Bader Bamari | 2021-10-31 | -10/+37 |
| | ||||
* | Merge pull request #3794 from AjitZero/patch-1 | Max Schumacher | 2020-01-28 | -3/+3 |
|\ | | | | | [c#/en] Updated grammar | |||
| * | Updated grammar | Ajit Panigrahi | 2019-12-11 | -3/+3 |
| | | | | | | | | - An ambiguous sentence, needed full stop (.) - "i.e." instead of "ie." | |||
* | | Merge branch 'master' into add-csharp-resource | Divay Prakash | 2020-01-24 | -30/+31 |
|\| | ||||
| * | Merge pull request #3636 from chriszimmerman/en-csharp-formatting | Divay Prakash | 2019-11-24 | -20/+22 |
| |\ | | | | | | | [en/csharp] - Fixes the spacing of comments in the English C# documentation | |||
| | * | Fixes the spacing of comments in the English C# documentation | Chris Zimmerman | 2019-09-30 | -20/+22 |
| | | | ||||
| * | | [C#/en] Update some urls | 谭九鼎 | 2019-11-18 | -13/+11 |
| |/ | ||||
* / | add CSharp resource | Apoorv Choubey | 2019-10-12 | -4/+5 |
|/ | ||||
* | typo fix in csharp.html.markdown | ken | 2019-04-29 | -1/+1 |
| | ||||
* | Add more c#7 features | ksami | 2017-10-27 | -0/+79 |
| | | | Added pattern matching, reference locals and local functions under c#7 features | |||
* | Merge pull request #2949 from ksami/ksami-csharp-tuples | Andre Polykanine A.K.A. Menelion Elensúlë | 2017-10-27 | -16/+56 |
|\ | | | | | [csharp/en] Add topics for tuples to csharp/en | |||
| * | add topics for tuples to csharp/en | ksami | 2017-10-24 | -16/+56 |
| | | | | | | Added explanation and examples for tuples, deconstruction of tuples and other objects, and discarding unwanted fields during deconstruction | |||
* | | #2314 add delegates and events to csharp/en | ksami | 2017-10-24 | -0/+48 |
|/ | ||||
* | add example for verbatim interpolated string | ksami | 2017-10-23 | -0/+4 |
| | ||||
* | missed out the @ symbol | ksami | 2017-10-23 | -1/+1 |
| | ||||
* | clarify use case for verbatim strings | ksami | 2017-10-23 | -0/+6 |
| | | | added example for using @ symbol with strings | |||
* | Merge pull request #2823 from ravinderjangra/NewLocalBranch | Pratik Karki | 2017-08-25 | -0/+22 |
|\ | | | | | [csharp/en] C# 7 Feature Tuple | |||
| * | C# 7 Feature Tuple | Ravinder Jangra | 2017-08-10 | -0/+22 |
| | | ||||
* | | Fixed #2810. Corrected a typo in the CSharp tutorial | Andre Polykanine A.K.A. Menelion Elensúlë | 2017-08-23 | -1/+1 |
| | | ||||
* | | Spelling mistake that threw me of while reading | Larry Boltovskoi | 2017-08-02 | -2/+2 |
|/ | ||||
* | [csharp/en] Add exception filters, pragma directives (#2409) | angelsl | 2017-02-09 | -3/+89 |
| | | | | | | * [csharp/en] Add exception filters, pragma directives * Remove redundant catch | |||
* | Added example of C# inline properties (#1464) | Chris | 2016-10-21 | -0/+4 |
| | | | | This was a really cool & useful trick/feature that I found while learning C#. | |||
* | Csharp parallel (#2443) | chriszimmerman | 2016-10-11 | -18/+12 |
| | | | | * [csharp/en] - Attempts to address issue #1064 by using a different parallel example. | |||
* | [csharp/en] Add more C# 6 features (#2399) | angelsl | 2016-10-02 | -4/+48 |
| | | | | | | * C#: Add some new C# 6 features * Remove trailing whitespace | |||
* | Correct "Bycles" to "Bicycles"" (#2293) | Durant Schoon | 2016-06-28 | -1/+1 |
| | | | "DidWeCreateEnoughBycles" -> "DidWeCreateEnoughBicycles" | |||
* | [csharp/en] Add string interpolation (#1864) | Shawn McGuire | 2016-06-26 | -0/+19 |
| | | | Added example of using string interpolation | |||
* | Clarify inc/dec operators | Adam Bard | 2016-05-02 | -4/+4 |
| | ||||
* | Merge pull request #1741 from chriszimmerman/master | Andre Polykanine A.K.A. Menelion Elensúlë | 2016-03-15 | -3/+6 |
|\ | | | | | [C#] Fixed minor grammatical changes. Added bitwise enum operator information. | |||
| * | Cleaned up enum flags example. Talked about bitwise operators & and |. | chris@chriszimmerman.net | 2015-10-22 | -1/+4 |
| | | ||||
| * | Fixed minor grammatical change. | chris@chriszimmerman.net | 2015-10-22 | -2/+2 |
| | | ||||
* | | Merge pull request #1697 from DeanBecker/patch-1 | ven | 2016-03-13 | -1/+3 |
|\ \ | | | | | | | Expanded XML Doc example | |||
| * | | Expanded XML Doc example | Dean Becker | 2015-10-20 | -1/+3 |
| |/ | | | | | Just an expansion of the XML documentation example, the <param> tag can be very useful in Visual Studio, especially. | |||
* | | [csharp/en] libary -> library | Jacob Ward | 2016-03-13 | -10/+10 |
| | | ||||
* | | Merge pull request #1960 from roymiloh/master | Geoff Liu | 2015-12-21 | -1/+1 |
|\ \ | | | | | | | [C#/en] Fix to "extension methods" | |||
| * | | [C#/en] Fix to "extension methods" | roymiloh | 2015-10-31 | -1/+1 |
| |/ | | | | | over using "extension functions", it's more accurate. | |||
* / | Clarified grammar in LearnCSharp comment about naming files relative to the ↵ | Kate Reading | 2015-11-19 | -2/+2 |
|/ | | | | classes they contain. Otherwise the two comment lines blended together and were a little comfusing. | |||
* | Merge pull request #1552 from adback03/master | Levi Bostian | 2015-10-18 | -0/+29 |
|\ | | | | | ruby and csharp code example updates | |||
| * | [csharp/eng] Partial Classes example | Andrew Backes | 2015-10-15 | -0/+29 |
| | | ||||
* | | Fixed indentation in csharp file. | chris@chriszimmerman.net | 2015-10-17 | -2/+2 |
| | | ||||
* | | Fixed more spacing issues. | chris@chriszimmerman.net | 2015-10-15 | -2/+2 |
| | | ||||
* | | Fixed spacing. | chris@chriszimmerman.net | 2015-10-15 | -2/+2 |
| | | ||||
* | | Added information about out parameters in C#. | chris@chriszimmerman.net | 2015-10-15 | -0/+2 |
|/ | ||||
* | [csharp/en] Fix for a few spelling errors | Cameron Wood | 2015-10-13 | -4/+4 |
| | | | | Fixed a few typos and spelling errors in the C# documentation | |||
* | Merge pull request #1477 from jdpearce/master | Levi Bostian | 2015-10-12 | -3/+40 |
|\ | | | | | Fixed the custom indexer example (setter return type is void) | |||
| * | Added some simple yield examples | Jo Pearce | 2015-10-12 | -1/+38 |
| | | ||||
| * | Fixed the custom indexer example (setter return type is void) | Jo Pearce | 2015-10-12 | -2/+2 |
| | | ||||
* | | Merge pull request #1466 from csuich2/csharp-null-propagation | Levi Bostian | 2015-10-12 | -0/+3 |
|\ \ | | | | | | | Added info C# null-propagation | |||
| * | | Added info C# null-propagation | Chris | 2015-10-10 | -0/+3 |
| | | | | | | | | | | | | Another tool I found useful when learning C# | |||
* | | | Added detail on C# single inheritance | Chris | 2015-10-10 | -1/+2 |
|/ / | | | | | | | Clarified that the base class name must be the first thing listed |