-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Make "What's new in C# 6" interactive #9551
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
Make "What's new in C# 6" interactive #9551
Conversation
The "what's new" article has fewer examples, and provides an overview of the feature.
|
Still to finish on this PR:
|
How tos are done. Links for new exploration tutorials are done.
mairaw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh this looks so cool @BillWagner!
It will be easier to review this once the samples are in but thought I'd leave some quick comments on things that I noticed.
docs/csharp/programming-guide/classes-and-structs/object-and-collection-initializers.md
Outdated
Show resolved
Hide resolved
docs/csharp/programming-guide/classes-and-structs/object-and-collection-initializers.md
Outdated
Show resolved
Hide resolved
…ollection-initializers.md Co-Authored-By: BillWagner <wiwagn@microsoft.com>
…ollection-initializers.md Co-Authored-By: BillWagner <wiwagn@microsoft.com>
Co-Authored-By: BillWagner <wiwagn@microsoft.com>
Co-Authored-By: BillWagner <wiwagn@microsoft.com>
Co-Authored-By: BillWagner <wiwagn@microsoft.com>
Co-Authored-By: BillWagner <wiwagn@microsoft.com>
Co-Authored-By: BillWagner <wiwagn@microsoft.com>
Co-Authored-By: BillWagner <wiwagn@microsoft.com>
Thraka
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some broken/missing examples.
docs/csharp/programming-guide/classes-and-structs/object-and-collection-initializers.md
Show resolved
Hide resolved
docs/csharp/programming-guide/classes-and-structs/object-and-collection-initializers.md
Show resolved
Hide resolved
...amming-guide/classes-and-structs/how-to-initialize-objects-by-using-an-object-initializer.md
Show resolved
Hide resolved
...amming-guide/classes-and-structs/how-to-initialize-objects-by-using-an-object-initializer.md
Outdated
Show resolved
Hide resolved
...ng-guide/classes-and-structs/how-to-initialize-a-dictionary-with-a-collection-initializer.md
Show resolved
Hide resolved
Co-Authored-By: BillWagner <wiwagn@microsoft.com>
Co-Authored-By: BillWagner <wiwagn@microsoft.com>
Co-Authored-By: BillWagner <wiwagn@microsoft.com>
Co-Authored-By: BillWagner <wiwagn@microsoft.com>
Co-Authored-By: BillWagner <wiwagn@microsoft.com>
Co-Authored-By: BillWagner <wiwagn@microsoft.com>
Co-Authored-By: BillWagner <wiwagn@microsoft.com>
Co-Authored-By: BillWagner <wiwagn@microsoft.com>
Co-Authored-By: BillWagner <wiwagn@microsoft.com>
Co-Authored-By: BillWagner <wiwagn@microsoft.com>
Co-Authored-By: BillWagner <wiwagn@microsoft.com>
Co-Authored-By: BillWagner <wiwagn@microsoft.com>
|
closing and re-opening for a new build. |
|
closing and reopening to force a new OPS build. |
Contributes to #8206
Fixes #5169
This depends on dotnet/samples#550
This PR makes three distinct changes to the what's new content:
There will be extensive links between the overview and the interactive tutorial.
Internal review site links:
What's new in C# 6
Explore C# 6
Object and Collection initializers
How to: Initialize objects using object initializers
How to: Initialize a dictionary using object initializers