Commit Graph

110 Commits

Author SHA1 Message Date
Jelte Fennema
772f8ba1cd
Use correct name for enum in comment ()
The name used in the comment for the BikeBrand enum was incorrect.
2022-01-04 00:11:11 +08:00
Bader Bamari
e2be1a3a17
Update C Sharp markdown. () 2021-10-31 19:37:33 +01:00
Max Schumacher
6688c27025
Merge pull request from AjitZero/patch-1
[c#/en] Updated grammar
2020-01-28 19:02:50 +01:00
Divay Prakash
b00a26d98e
Merge branch 'master' into add-csharp-resource 2020-01-24 19:45:12 +05:30
Ajit Panigrahi
2432006a8d
Updated grammar
- An ambiguous sentence, needed full stop (.)
- "i.e." instead of "ie."
2019-12-11 12:29:57 +05:30
Divay Prakash
a070a32c1b
Merge pull request from chriszimmerman/en-csharp-formatting
[en/csharp] - Fixes the spacing of comments in the English C# documentation
2019-11-24 11:46:25 +05:30
谭九鼎
b919dc6f30
[C#/en] Update some urls 2019-11-18 16:22:38 +08:00
Apoorv Choubey
b2e762307e add CSharp resource 2019-10-12 21:08:56 +05:30
Chris Zimmerman
3ade005c37 Fixes the spacing of comments in the English C# documentation 2019-09-30 18:11:43 -04:00
ken
ca32654513
typo fix in csharp.html.markdown 2019-04-29 17:07:55 -04:00
ksami
6d836a9fda Add more c#7 features
Added pattern matching, reference locals and local functions under c#7 features
2017-10-27 14:27:14 +08:00
Andre Polykanine A.K.A. Menelion Elensúlë
41ffb9c42f Merge pull request from ksami/ksami-csharp-tuples
[csharp/en] Add topics for tuples to csharp/en
2017-10-27 02:18:07 +03:00
ksami
4eb33f98b4 add topics for tuples to csharp/en
Added explanation and examples for tuples, deconstruction of tuples and other objects, and discarding unwanted fields during deconstruction
2017-10-24 15:20:20 +08:00
ksami
95b5f9a4c4 add delegates and events to csharp/en 2017-10-24 13:29:11 +08:00
ksami
467f143b9c add example for verbatim interpolated string 2017-10-23 17:50:07 +08:00
ksami
3e072363d9 missed out the @ symbol 2017-10-23 17:41:57 +08:00
ksami
b01b53a46d clarify use case for verbatim strings
added example for using @ symbol with strings
2017-10-23 17:36:18 +08:00
Pratik Karki
8f1586960f Merge pull request from ravinderjangra/NewLocalBranch
[csharp/en] C# 7 Feature Tuple
2017-08-25 15:37:06 +05:45
Andre Polykanine A.K.A. Menelion Elensúlë
16d6dc00ce Fixed . Corrected a typo in the CSharp tutorial 2017-08-23 00:32:47 +03:00
Ravinder Jangra
4ee29d1c25 C# 7 Feature Tuple 2017-08-10 11:22:43 +05:30
Larry Boltovskoi
9d0d3a0e34 Spelling mistake that threw me of while reading 2017-08-02 21:03:42 +02:00
angelsl
eb1ed1729b [csharp/en] Add exception filters, pragma directives ()
* [csharp/en] Add exception filters, pragma directives

* Remove redundant catch
2017-02-09 17:40:04 +01:00
Chris
d48aef96f1 Added example of C# inline properties ()
This was a really cool & useful trick/feature that I found while
learning C#.
2016-10-21 17:46:25 +02:00
chriszimmerman
7b96973204 Csharp parallel ()
* [csharp/en] - Attempts to address issue  by using a different parallel example.
2016-10-11 09:33:17 +02:00
angelsl
c947822981 [csharp/en] Add more C# 6 features ()
* C#: Add some new C# 6 features

* Remove trailing whitespace
2016-10-02 14:09:49 +02:00
Durant Schoon
c0577fece6 Correct "Bycles" to "Bicycles"" ()
"DidWeCreateEnoughBycles" -> "DidWeCreateEnoughBicycles"
2016-06-28 08:53:25 +02:00
Shawn McGuire
e9ce4e2e6e [csharp/en] Add string interpolation ()
Added example of using string interpolation
2016-06-26 14:47:36 +02:00
Adam Bard
ef486c2119 Clarify inc/dec operators 2016-05-02 15:15:23 -07:00
Andre Polykanine A.K.A. Menelion Elensúlë
1582603b62 Merge pull request from chriszimmerman/master
[C#] Fixed minor grammatical changes. Added bitwise enum operator information.
2016-03-15 14:37:28 +02:00
ven
ae7c7d8817 Merge pull request from DeanBecker/patch-1
Expanded XML Doc example
2016-03-13 10:45:33 +01:00
Jacob Ward
8b06524f3d [csharp/en] libary -> library 2016-03-13 01:03:23 -07:00
Geoff Liu
c139e9aefe Merge pull request from roymiloh/master
[C#/en] Fix to "extension methods"
2015-12-21 15:22:23 -05:00
Kate Reading
bb1e07bbb7 Clarified grammar in LearnCSharp comment about naming files relative to the classes they contain. Otherwise the two comment lines blended together and were a little comfusing. 2015-11-19 11:23:19 -08:00
roymiloh
23b35d9da0 [C#/en] Fix to "extension methods"
over using "extension functions", it's more accurate.
2015-10-31 17:20:03 +02:00
chris@chriszimmerman.net
04a01fe872 Cleaned up enum flags example. Talked about bitwise operators & and |. 2015-10-22 21:38:55 -04:00
chris@chriszimmerman.net
33ffabafc5 Fixed minor grammatical change. 2015-10-22 21:21:33 -04:00
Dean Becker
e675c887fe Expanded XML Doc example
Just an expansion of the XML documentation example, the <param> tag can be very useful in Visual Studio, especially.
2015-10-20 16:32:49 +01:00
Levi Bostian
4fffeac272 Merge pull request from adback03/master
ruby and csharp code example updates
2015-10-18 12:07:05 -05:00
chris@chriszimmerman.net
9f510f3044 Fixed indentation in csharp file. 2015-10-17 19:50:09 -04:00
Andrew Backes
d65e738fc3 [csharp/eng] Partial Classes example 2015-10-15 23:26:57 -05:00
chris@chriszimmerman.net
0671147741 Fixed more spacing issues. 2015-10-15 20:41:22 -04:00
chris@chriszimmerman.net
6a173cb28d Fixed spacing. 2015-10-15 20:39:37 -04:00
chris@chriszimmerman.net
4e0db77a0c Added information about out parameters in C#. 2015-10-15 20:37:29 -04:00
Cameron Wood
ad5b0a615b [csharp/en] Fix for a few spelling errors
Fixed a few typos and spelling errors in the C# documentation
2015-10-13 17:03:26 -04:00
Levi Bostian
f4cfe81a21 Merge pull request from jdpearce/master
Fixed the custom indexer example (setter return type is void)
2015-10-12 23:26:54 -05:00
Levi Bostian
c15be9b013 Merge pull request from csuich2/csharp-null-propagation
Added info C# null-propagation
2015-10-12 23:19:24 -05:00
Jo Pearce
0cea1d25d5 Added some simple yield examples 2015-10-12 15:19:37 +01:00
Jo Pearce
51f7c4f6a0 Fixed the custom indexer example (setter return type is void) 2015-10-12 14:09:53 +01:00
Chris
5bbd8419b2 Added info C# null-propagation
Another tool I found useful when learning C#
2015-10-10 22:25:39 -07:00
Chris
d97eaa51d2 Added detail on C# single inheritance
Clarified that the base class name must be the first thing listed
2015-10-10 20:52:59 -07:00