Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Fundamentals section. #23464

Merged
merged 60 commits into from
May 18, 2021
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
077956d
Update navigation
BillWagner Mar 23, 2021
a46655f
Move files
BillWagner Mar 24, 2021
28e7194
fix warnings in the fundamentals area
BillWagner Mar 24, 2021
c00b425
update ms-technology metadata.
BillWagner Mar 30, 2021
2444296
Proposed fundamentals TOC
BillWagner May 6, 2021
8d5ddfd
fix a bad merge
BillWagner May 6, 2021
b19ab3f
update see also section
BillWagner May 6, 2021
e47a5ea
One more set of TOC moves
BillWagner May 7, 2021
e5be4b5
Move program structure section
BillWagner May 7, 2021
f0105d1
clean warnings in structure section
BillWagner May 7, 2021
7dad562
warnings take 2
BillWagner May 7, 2021
a229ba2
move oo section files.
BillWagner May 7, 2021
b09e877
fix snippet build warnings.
BillWagner May 10, 2021
f4a6a37
move articles to functional section
BillWagner May 10, 2021
edad1b1
Fix a bad snippet ID conversion.
BillWagner May 11, 2021
0136fe5
Wrong snippet.
BillWagner May 11, 2021
0c41de1
Move fundamental exception content
BillWagner May 11, 2021
871f7e6
more moving exceptions
BillWagner May 11, 2021
84f4a25
move coding style articles
BillWagner May 11, 2021
8c77bcf
fix warnings.
BillWagner May 11, 2021
08140b5
build warnings
BillWagner May 11, 2021
0b6fe09
edit pass
BillWagner May 12, 2021
1e637f7
proofread.
BillWagner May 13, 2021
08aac27
continue editing types section
BillWagner May 13, 2021
20beb67
edit generics
BillWagner May 13, 2021
4a14c60
edit for anonymous types
BillWagner May 13, 2021
42497aa
fix build issues.
BillWagner May 13, 2021
343e075
edit program structure
BillWagner May 13, 2021
c743780
build error
BillWagner May 13, 2021
3b6158e
no interactive top level statements
BillWagner May 13, 2021
93d1715
update H1
BillWagner May 13, 2021
2557706
review samples in OO section
BillWagner May 14, 2021
0c863ae
finish oo tutorials
BillWagner May 14, 2021
f9a2d2a
fix issues filed on these articles
BillWagner May 14, 2021
3d422af
funtional is in place.
BillWagner May 14, 2021
70d8724
light edit on exceptions section
BillWagner May 14, 2021
3b90c34
fix warnings
BillWagner May 14, 2021
e4f9a72
finish moving coding conventions
BillWagner May 14, 2021
27b3e05
fix warnings
BillWagner May 14, 2021
f1467a3
don't use interactive on C# 9 feature
BillWagner May 14, 2021
69ead81
clean up
BillWagner May 17, 2021
02652d3
replace redirected links
BillWagner May 17, 2021
22b939c
replace relative links
BillWagner May 17, 2021
7ce5d96
fix warnings with repeated H2s
BillWagner May 17, 2021
16981ff
Apply suggestions from code review
BillWagner May 17, 2021
143331e
respond to feedback
BillWagner May 17, 2021
7010f45
fix broken links.
BillWagner May 17, 2021
c3f53fd
respond to feedback.
BillWagner May 17, 2021
b139af3
fix warnings
BillWagner May 17, 2021
3c66c9d
move fundamentals tutorials up one level.
BillWagner May 17, 2021
8a307fe
fix warnings
BillWagner May 17, 2021
f2fcfb9
Apply suggestions from code review
BillWagner May 18, 2021
3772439
Update docs/csharp/fundamentals/types/index.md
BillWagner May 18, 2021
231564d
Update docs/csharp/fundamentals/types/interfaces.md
BillWagner May 18, 2021
5387151
Apply suggestions from code review
BillWagner May 18, 2021
49b6b91
Apply suggestions from code review
BillWagner May 18, 2021
36ae584
respond to feedback.
BillWagner May 18, 2021
fc63544
missed a bad merge
BillWagner May 18, 2021
8ee0579
move remaining samples.
BillWagner May 18, 2021
cf26e6d
fix misspelling
BillWagner May 18, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build warnings
  • Loading branch information
BillWagner committed May 18, 2021
commit 08140b547cd8d926c4111abc0fee378888031073
4 changes: 2 additions & 2 deletions docs/csharp/fundamentals/coding-style/identifier-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ In addition to the rules, there are a number of identifier [naming conventions](
- [C# Reference](../../language-reference/index.md)
- [Classes](../types/classes.md)
- [Structure types](../../language-reference/builtin-types/struct.md)
- [Namespaces](../types/namespaces/index.md)
- [Interfaces](../types/interfaces/index.md)
- [Namespaces](../types/namespaces.md)
- [Interfaces](../types/interfaces.md)
- [Delegates](../../programming-guide/delegates/index.md)