This repository was archived by the owner on Nov 28, 2019. It is now read-only.
Remove question mark from target audience header to help standardize the headers#184
Open
abadami wants to merge 25 commits intodotnet:masterfrom
Open
Remove question mark from target audience header to help standardize the headers#184abadami wants to merge 25 commits intodotnet:masterfrom
abadami wants to merge 25 commits intodotnet:masterfrom
Conversation
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"
This file contains hidden or 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
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