This repository was archived by the owner on Nov 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 193
Remove question mark from target audience header to help standardize the headers #184
Open
abadami
wants to merge
25
commits into
dotnet:master
Choose a base branch
from
LadyNaggaga:46-standardize_target_audience_header
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Remove question mark from target audience header to help standardize the headers #184
abadami
wants to merge
25
commits into
dotnet:master
from
LadyNaggaga:46-standardize_target_audience_header
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The README needed to be reorganized (some content will go into the Introduction section) and a lot of chit chat needed to be cut down. The tone is less conversational and more down-to-business (but still friendly). This will close issue #1
We don't want to tie this EF Core tutorial to a certain type of database, so I've removed SQL as a requirement. This should make this README ready to. #1
Yay wordiness. Took Ryan's suggestions and made the general description more concise.
The README has been updated to be more concise and to fit with the other training-tutorials. A Table of contents has been added (when the other pages are added to the project, it will have to be updated to contain links to the markdown pages).
… LINQ section and where we mention more advanced functionality
Apparently Ryan wanted this.
We went with 1) 2) 3)
We shortened the titles of articles, changed back to bullet points (the markdown supports it, we will just have to change what we give the website), and changed wordage. Emptied the TOC so nothing will freak out when it tries to parse documents that haven't been added yet.
1 getting started readme
16 what is ef core
Resolves #23 - Installing EF Core Also fixes broken link to Intro to EF Core page in the TOC and README.
Discusses supported database providers on the Intro to EF Core page.
Updated links from doc.efproject.net to docs.microsoft.com
… "Who Should Read This"
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves issue #46