Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [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 | |||
* | | removing whitespace all over | Gabriel Halley | 2015-10-07 | -28/+28 |
| | | ||||
* | | Put demonstrative condition into ternary expression | Guntbert Reiter | 2015-10-04 | -1/+2 |
|/ | | | | | It should be made clear that the part before the ternary operator is indeed a condition, most often created as some comparison expression. | |||
* | [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 |