* SQLite in dev, SS in production links
* Apply suggestions from code review
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* react to feedback
* react to feedback
* Update aspnetcore/tutorials/first-mvc-app/adding-model.md
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* Update aspnetcore/tutorials/razor-pages/model.md
* Update adding-model.md
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* Moving all from PR #19859 to new PR due to unfixable merge conflicts that could not be reverted
* patch: model.md: added last of ScottAddie's recommendations.
* patch: corrected Solution Explorer and right click for mac in original content, all versions
* Apply suggestions from Scott Addie review
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* patch: minor fix per recommendation
* Apply ScottAddie's suggestions.
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* Encorporated all of Rick-Anderson and ScottAddie's great review suggestions.
* patch: added a minor punctuation.
* patch: forcing updates for .png screenshots that were not picked up earlier as changed
* patch: Udating da1.md to use forced m55htpps.png update
* patch: removed en-us from three new links in sql.md
* patch: forcing more png updates that did not commit in 1st draft.
* Update aspnetcore/tutorials/razor-pages/razor-pages-start.md
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* Incorporating additional suggestions from ScottAddie
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* Review suggestions from ScottAddie; Fixing DataAnnotations link
Removing a DataAnnotations link dupe that was both both above and below the IDE tabs and changing < to (
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* patch: forced update of val.png used in validation.md
* Added suggestions from Rick-Anderson for those where the changes were entered directly.
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Incorporated review feedback form Rick-Anderson: Moved Movie Class instruction below tabs, added additional VS code tab to accommidate
* patch: removed copy paste dupe of move class instrucion
* patch: backed out of acrobatics to try to avoid repeating the movie class insturction in 3 IDE tabs
* patch: Review suggestions by Rick-Anderson - page.md remove cookbook step - fix code include
* patch: updated start instruction for new project with link and added screenshot.
* patch: razor-pages-start.md: fixed create project image alignment and reduced image size.
* patch: razor-pages-start.md: Changed download link
* Incorporated ScottAddie's additional suggestions.
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* patch: np.png: added red border on next button.
* patch: forced update of np.png
* patch: config.png added highlight, razor-pages-start, added rick anderson suggestions
* forced config.png update that was not picking up.
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Use SQLite in dev, SQL Server in prod
* Use SQLite in dev, SQL Server in prod
* Use SQLite in dev, SQL Server in prod
* Use SQLite in dev, SQL Server in prod
* Update intro to RP to GA
* Update intro to RP to GA
* Update intro to RP to GA
* Update intro to RP to GA
* Update intro to RP to GA
* work
* work
* work
* work
* work
* change dev lang from console to dotnetcli
* Add missing word
* work
* work
* work
* 2.2 update to RP tutorial and unify the versions
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* partial edit pass (#9625)
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
Fixes#8897 (this error tip was instructions for VS, not VS Code)
Fixes#8896 (no longer needed; see my comment in the issue)
Fixes#8766 (updates to document resolve this issue)
Fixes#8466Fixes#7232Fixes#7233
Fixes#9219
@JunTaoLuo Dan calls out the implicit versioning "for 2.1 SDK or later;" however, we don't usually version the doc content by SDK release. We might need to say something for this update in the passage that I'm adding to the All topic (*aspnetcore/fundamentals/metapackage.md*) about which SDK version this applies to. I don't know if that's something that you would like to do or what version to call out.
I also remove the version from the samples. We also assume that devs are using the latest SDK with our samples.
As I was preparing to rewrite a Razor Pages topic, I came across some minor cosmetic things while running through the Razor Pages tutorial. Since they were a bunch of little things, I thought I would group it into one request. As I'm fairly new at this, if you would like me to do it a different way in the future, just let me know.
Changes of note (all others were cosmetic and not worth discussing):
* `aspnetcore/includes/RP/razor-pages-start.md`: Moved description of `_ViewStart.cshtml` after `_ViewImports.cshtml` because that is how it is displayed in Visual Studio. Also added a short description of the `Privacy` page.
* `aspnetcore/tutorials/razor-pages/model/_static/conan.png`: Updated screenshot to contain `ReleaseDate` label and not `Release Date.` The display annotation is not discussed until later in the tutorial.
* `...als/razor-pages/razor-pages-start/sample/RazorPagesMovie21/Data/RazorPagesMovieContext.cs`: Removed unused usings and also removed the unnecessary FQNs. Same for the other code samples in this pull request.
Fixes#7252