summaryrefslogtreecommitdiffhomepage
path: root/csharp.html.markdown
Commit message (Collapse)AuthorAgeLines
* Update csharp.html.markdownven2024-04-16-1/+1
| | | fix #4895
* Remove leading and trailing empty lines in code blocksBoris Verkhovskiy2024-04-06-1/+0
|
* Proofread parts of C#Boris Verkhovskiy2022-08-19-20/+20
|
* Update to uppercase for c++ and c# in indexMarcel Ribeiro-Dantas2022-08-02-1/+1
|
* Use correct name for enum in comment (#4188)Jelte Fennema2022-01-04-2/+2
| | | The name used in the comment for the BikeBrand enum was incorrect.
* Update C Sharp markdown. (#4260)Bader Bamari2021-10-31-10/+37
|
* Merge pull request #3794 from AjitZero/patch-1Max Schumacher2020-01-28-3/+3
|\ | | | | [c#/en] Updated grammar
| * Updated grammarAjit Panigrahi2019-12-11-3/+3
| | | | | | | | - An ambiguous sentence, needed full stop (.) - "i.e." instead of "ie."
* | Merge branch 'master' into add-csharp-resourceDivay Prakash2020-01-24-30/+31
|\|
| * Merge pull request #3636 from chriszimmerman/en-csharp-formattingDivay Prakash2019-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# documentationChris Zimmerman2019-09-30-20/+22
| | |
| * | [C#/en] Update some urls谭九鼎2019-11-18-13/+11
| |/
* / add CSharp resourceApoorv Choubey2019-10-12-4/+5
|/
* typo fix in csharp.html.markdownken2019-04-29-1/+1
|
* Add more c#7 featuresksami2017-10-27-0/+79
| | | Added pattern matching, reference locals and local functions under c#7 features
* Merge pull request #2949 from ksami/ksami-csharp-tuplesAndre 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/enksami2017-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/enksami2017-10-24-0/+48
|/
* add example for verbatim interpolated stringksami2017-10-23-0/+4
|
* missed out the @ symbolksami2017-10-23-1/+1
|
* clarify use case for verbatim stringsksami2017-10-23-0/+6
| | | added example for using @ symbol with strings
* Merge pull request #2823 from ravinderjangra/NewLocalBranchPratik Karki2017-08-25-0/+22
|\ | | | | [csharp/en] C# 7 Feature Tuple
| * C# 7 Feature TupleRavinder Jangra2017-08-10-0/+22
| |
* | Fixed #2810. Corrected a typo in the CSharp tutorialAndre Polykanine A.K.A. Menelion Elensúlë2017-08-23-1/+1
| |
* | Spelling mistake that threw me of while readingLarry Boltovskoi2017-08-02-2/+2
|/
* [csharp/en] Add exception filters, pragma directives (#2409)angelsl2017-02-09-3/+89
| | | | | | * [csharp/en] Add exception filters, pragma directives * Remove redundant catch
* Added example of C# inline properties (#1464)Chris2016-10-21-0/+4
| | | | This was a really cool & useful trick/feature that I found while learning C#.
* Csharp parallel (#2443)chriszimmerman2016-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)angelsl2016-10-02-4/+48
| | | | | | * C#: Add some new C# 6 features * Remove trailing whitespace
* Correct "Bycles" to "Bicycles"" (#2293)Durant Schoon2016-06-28-1/+1
| | | "DidWeCreateEnoughBycles" -> "DidWeCreateEnoughBicycles"
* [csharp/en] Add string interpolation (#1864)Shawn McGuire2016-06-26-0/+19
| | | Added example of using string interpolation
* Clarify inc/dec operatorsAdam Bard2016-05-02-4/+4
|
* Merge pull request #1741 from chriszimmerman/masterAndre 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.net2015-10-22-1/+4
| |
| * Fixed minor grammatical change.chris@chriszimmerman.net2015-10-22-2/+2
| |
* | Merge pull request #1697 from DeanBecker/patch-1ven2016-03-13-1/+3
|\ \ | | | | | | Expanded XML Doc example
| * | Expanded XML Doc exampleDean Becker2015-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 -> libraryJacob Ward2016-03-13-10/+10
| |
* | Merge pull request #1960 from roymiloh/masterGeoff Liu2015-12-21-1/+1
|\ \ | | | | | | [C#/en] Fix to "extension methods"
| * | [C#/en] Fix to "extension methods"roymiloh2015-10-31-1/+1
| |/ | | | | over using "extension functions", it's more accurate.
* / Clarified grammar in LearnCSharp comment about naming files relative to the ↵Kate Reading2015-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/masterLevi Bostian2015-10-18-0/+29
|\ | | | | ruby and csharp code example updates
| * [csharp/eng] Partial Classes exampleAndrew Backes2015-10-15-0/+29
| |
* | Fixed indentation in csharp file.chris@chriszimmerman.net2015-10-17-2/+2
| |
* | Fixed more spacing issues.chris@chriszimmerman.net2015-10-15-2/+2
| |
* | Fixed spacing.chris@chriszimmerman.net2015-10-15-2/+2
| |
* | Added information about out parameters in C#.chris@chriszimmerman.net2015-10-15-0/+2
|/
* [csharp/en] Fix for a few spelling errorsCameron Wood2015-10-13-4/+4
| | | | Fixed a few typos and spelling errors in the C# documentation
* Merge pull request #1477 from jdpearce/masterLevi Bostian2015-10-12-3/+40
|\ | | | | Fixed the custom indexer example (setter return type is void)
| * Added some simple yield examplesJo Pearce2015-10-12-1/+38
| |