Laoujin
90e8dac0b8
[CSharp/en]updated topics not covered + added myself :)
2015-01-31 23:52:19 +01:00
Laoujin
710f9fa03b
[CSharp/en]Added exception handling
2015-01-31 23:14:58 +01:00
Laoujin
dc34af2b5d
[CSharp/en]Added [Flags]
2015-01-31 22:34:42 +01:00
Laoujin
4f8b16f817
[CSharp/en]Added static property
2015-01-31 22:05:11 +01:00
Laoujin
0387b6dbf1
Merge branch 'master' of https://github.com/Laoujin/learnxinyminutes-docs
2015-01-31 21:59:47 +01:00
Laoujin
04c4433433
[CSharp/en]Added ref and out parameters
2015-01-31 21:45:13 +01:00
Laoujin
69e38974ae
[CSharp/en]added casting to converting
2015-01-31 21:41:46 +01:00
Laoujin
495e386121
[CSharp/en]break and continue in loops
2015-01-31 21:40:21 +01:00
Andre Polykanine A.K.A. Menelion Elensúlë
6a41616617
Merge pull request #945 from TheDmitry/json-ru
...
[json/ru] Translating JSON guide into Russian
2015-01-31 22:12:27 +02:00
Laoujin
1d4bb253fd
[CSharp/en]Constants are TitleCase, not SCREAMING_CAPS in C# (as done everywhere in the .NET framework, encouraged by the MS .NET framework guidelines and StackOverflow: http://stackoverflow.com/a/242549/540352 )
2015-01-31 20:56:56 +01:00
Laoujin
012a4a8e90
[CSharp/en]Fixed compilation and ef errors
2015-01-31 20:42:27 +01:00
Laoujin
937e6dad51
[CSharp/en]namespaces can have multiple levels with dots
2015-01-31 20:21:52 +01:00
Laoujin
928b8404aa
[CSharp/en]XML Comments can be used for external doc generation and for help within the IDE
2015-01-31 20:20:24 +01:00
TheDmitry
0f8a1a19e5
Fix typo
2015-01-31 21:36:07 +03:00
TheDmitry
955e5faf4a
Merge remote-tracking branch 'upstream/master' into json-ru
2015-01-31 21:33:57 +03:00
Geoff Liu
bfac539c9f
Merge pull request #946 from devinmcginty/patch-1
...
Change explanation of unsigned types
2015-01-30 15:00:16 -07:00
Devin McGinty
21fa7d7e39
Change explanation of unsigned types
2015-01-30 16:42:35 -05:00
Levi Bostian
177adaa5a5
Merge pull request #944 from acganesh/patch-1
...
[r/en] Add definition of parakeet variable
2015-01-29 09:21:28 -06:00
TheDmitry
e4e96d25b5
Typo
2015-01-29 14:55:47 +03:00
TheDmitry
8231809500
Merge remote-tracking branch 'upstream/master' into json-ru
2015-01-29 14:47:42 +03:00
TheDmitry
4740936d52
json guide is done.
2015-01-29 14:46:49 +03:00
acganesh
2f8765033f
Add definition of parakeet in r.html.markdown
...
Added a definition of the `parakeet` variable. It's currently never defined, but referenced.
2015-01-28 23:27:09 -06:00
Geoff Liu
13c90fce6d
Merge pull request #943 from ikr0m/patch-1
...
Update scala.html.markdown
2015-01-28 21:08:18 -07:00
Ikrom
73025e65c3
Update scala.html.markdown
...
Removed typo (unnecessary double quote in patternFunc)
2015-01-29 09:03:36 +05:00
ven
b3cd2ae903
Merge pull request #942 from geoffliu/master
...
[swift/pt-br] Remove an extra comma
2015-01-28 23:40:44 +01:00
Geoff Liu
758b219509
Merge pull request #940 from TheDmitry/master
...
[swift/en,cn,ru]Updating the getting started guide weblink.
2015-01-28 11:59:25 -07:00
Geoff Liu
178e3822e6
Remove an extra comma
2015-01-28 11:57:37 -07:00
TheDmitry
d83a7a56c3
[swift/pt-br] Updating the getting started guide weblink
2015-01-28 15:43:03 +03:00
TheDmitry
f74fd2657a
[swift/en,cn,ru]Updating the getting started guide weblink.
2015-01-28 11:24:31 +03:00
TheDmitry
856e19731f
Fix
2015-01-28 11:18:36 +03:00
TheDmitry
5f0f3e992c
Merge remote-tracking branch 'upstream/master' into json-ru
2015-01-26 10:55:19 +03:00
Adam Bard
553bf62f89
Merge pull request #934 from searoso/patch-1
...
Update r.html.markdown
2015-01-25 21:13:24 +00:00
ven
63749de972
fix #937
2015-01-25 21:24:50 +01:00
Andre Polykanine A.K.A. Menelion Elensúlë
ae4312b9a4
Merge pull request #932 from TheDmitry/master
...
[swift/ru] Translating Swift guide into Russian
2015-01-25 15:32:56 +02:00
TheDmitry
563b6e2400
[swift/ru] Fixing Russian translation for Swift
2015-01-25 14:56:52 +03:00
TheDmitry
5247e35e06
Merge remote-tracking branch 'upstream/master'
2015-01-25 14:10:34 +03:00
searoso
3e40335e96
Update r.html.markdown
2015-01-25 05:06:13 +03:00
ven
d05b3b617f
Merge pull request #928 from Oire/fix-python-ru
...
[python/ru] Fixing Russian translation for Python
2015-01-24 22:46:23 +01:00
Andre Polykanine A.K.A. Menelion Elensúlë
41a6f19c46
[Python/ru] Fixing Russian translation for both Python tutorials
2015-01-24 22:21:51 +02:00
TheDmitry
b60ed50cdd
[json/ru] Translating JSON guide into Russian
2015-01-23 11:35:30 +03:00
TheDmitry
ccb751c098
Merge remote-tracking branch 'upstream/master'
2015-01-22 18:34:03 +03:00
TheDmitry
e54d97ebd9
partially translation
2015-01-22 18:27:47 +03:00
TheDmitry
16c9262d5a
Merge remote-tracking branch 'upstream/master' into json-ru
2015-01-22 18:23:21 +03:00
TheDmitry
acaeb22bf3
guide of original json
2015-01-22 17:55:41 +03:00
ven
b4ecc1e760
Merge pull request #936 from hirohope/master
...
[haml/es] Translating Haml guide into Spanish
2015-01-21 12:24:16 +01:00
TheDmitry
206568a4b0
Finish the translation of the text.
2015-01-21 13:24:34 +03:00
hirohope
0d01004725
haml-es
2015-01-20 23:16:35 -03:00
Adam Bard
e6930e4b67
Merge pull request #935 from keito/master
...
Explain Optional Chaining
2015-01-20 22:57:49 +00:00
Keito Uchiyama
7a55b4a9b1
Explain Optional Chaining
...
Without going into too much detail, mention optional chaining so it's
not confusing that there is a question mark suffix (it's not currently
mentioned anywhere on the page).
2015-01-20 14:55:07 -08:00
searoso
209dc039ec
Update r.html.markdown
...
Added logical operators that were missing.
2015-01-20 21:34:18 +03:00