ven
|
87e2d0f85e
|
Update csharp.html.markdown
fix #4895
|
2024-04-16 12:13:50 +02:00 |
|
Boris Verkhovskiy
|
3e687f1a8c
|
Remove leading and trailing empty lines in code blocks
|
2024-04-06 08:33:50 -07:00 |
|
Boris Verkhovskiy
|
322122c80f
|
Proofread parts of C#
|
2022-08-19 11:45:25 -07:00 |
|
Marcel Ribeiro-Dantas
|
c0e5292022
|
Update to uppercase for c++ and c# in index
|
2022-08-02 23:23:36 -03:00 |
|
Jelte Fennema
|
772f8ba1cd
|
Use correct name for enum in comment (#4188)
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. (#4260)
|
2021-10-31 19:37:33 +01:00 |
|
Max Schumacher
|
6688c27025
|
Merge pull request #3794 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 #3636 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 #2949 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
|
#2314 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 #2823 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 #2810. 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 (#2409)
* [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 (#1464)
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 (#2443)
* [csharp/en] - Attempts to address issue #1064 by using a different parallel example.
|
2016-10-11 09:33:17 +02:00 |
|
angelsl
|
c947822981
|
[csharp/en] Add more C# 6 features (#2399)
* 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"" (#2293)
"DidWeCreateEnoughBycles" -> "DidWeCreateEnoughBicycles"
|
2016-06-28 08:53:25 +02:00 |
|
Shawn McGuire
|
e9ce4e2e6e
|
[csharp/en] Add string interpolation (#1864)
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 #1741 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 #1697 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 #1960 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 #1552 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 #1477 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 #1466 from csuich2/csharp-null-propagation
Added info C# null-propagation
|
2015-10-12 23:19:24 -05:00 |
|