* v9 Update First MVC Series - 10 tutorials
* Updated some screenshot links
* Fix link
* Fix code highlite and image link
* Update aspnetcore/tutorials/first-mvc-app/start-mvc.md
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Review fixes: remove finsihed app screenshots from start-mvc
---------
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* First MVC: Validation: Clear old null values
* Reworded a bit
* Apply suggestions from code review
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
---------
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* RazorPages and MVC Get Starting tutorials VSC improvements
* Expanded changes to version 7-8 of topics
* Apply suggestions from code review
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Updated per review feedback
---------
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Include not-latest-vesrion.md in all mult-iversion topics owned by wpickett.
* Added Razor Get Started index.md
* Added moniker range in tutorials/razor-pages/index.md
* VS Code: Add required assets
* Moved common text to two includes: vscode-trust-authors.md and vscode-add-assets-prompt.md
* improve vscode-trust-authors.md
* Combined new includes, added SignalR tutorials
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
---------
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* v8 Updates for First MVC series
* Moving debug_menu50.png back to proper directory
* Fixing cross repo link for Migrations with Multiple Providers
* Updated scaffolding -sqlite flag to --databaseProvider sqlite
* Added completed 8.0 code and derived doc code sample with region snippets
* Updated all code links in all topics to 8.0 sample
* Corrected EF Migrations link to relative in add-model.md
* Corrected add scaffolding png on adding-model.md
* Fixed html source highlight
* Apply Tom's suggestion from code review: code style ticks on package listing
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Applying Tom's review suggestion to version 7 adding-model as well
---------
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* update Reliable web patterns
* update Reliable web patterns
* update Reliable web patterns
* update Reliable web patterns
* update Reliable web patterns
* First MVC Series: Versioning
* Removed accidental index.md change, fixed include link
* Changed .png paths from relative to absolute.
* Fixed next step link
* adding-contoller tutorial versioned.
* adding-view versioned
* adding-model versioned
* adding-model includes for older versions
* working-with-sql versioning
* working-with-sql all versions fix link
* controller-methods-views versioned
* search versioned and a link fixed for controller-method-vie3ws
* new-field versioned
* validation versioned plus code link fix on controller-methods-views6.md
* Details versioned
* Details link to validation.md fixed
* Isolating details.md H1 warning by temp removing earlier versions.
* Isolating details.md H1 warning by temp adding only vers 6 leave out vers 3
* Isolating details.md H1 warning adding details3-5.md back in.
* Fixing links in details and new-field docs
* meta data moniker range ignored on SQL, setting to below date to test
* Fixed search.md version includes at bottom
* MacOS-.NET7 updates First MVC Series
* Updated Trust Cert includes & screenshots.
* Updated Mac output screenshot
* Scaled down trust cert screens
* Update new controller screenshot
* Update add controller section.
* Scaled screenshots
* Removed outdated output_macos_net7.png
* corrected output_macos image link
* Update add view section, controller, start model.
* Corrected running app screenshot
* Format trust include.
* updated razor view screenshot
* Updated model nuget section
* Updated/corrected mac scaffolding command.
* Updated dependency injection code sample link
* Updates for mac scaffolding section.
* Update sqlite for dev section.
* Combined VSC and VS Mac instruction where possible.
* Retested working-with-sql.md updated metadata
* Corrected validation include to fix#28215
* Updated dates metadata after testing each tutorial.
* Improved resolution on trust cert and add control screenshots
* Apply suggestions from code review
Added Tom's suggestion, first round
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Apply suggestions from code review
Adding more of Tom's suggestions
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Adding more of Tom's suggestions
* Added Tom's suggestions
---------
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Changing metada author ms.author, remove by line per doc manager
* adding websockets and azure publish using vs docs
* adding choose-web-ui.md
* Added web api, publishing and signalR topics.
* removed 4 topics that already had meta data changed in another PR and I didn't realize
* Update aspnetcore/tutorials/first-mongo-app.md
* Apply suggestions from code review
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update first-mongo-app.md
removed dupe of author expert comment
* Reverting by line removal and adding expert in comments on metadata.
* Update sql.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Removed redundant highlight for code example
* Update search.md
Changed line higlights for the cshtml that changes in step "Add search by genre to the Index view" for both <6.0 and >=6.0 doc versions.
Line 19 of the example cshtml: The title line changes by adding `asp-for` and needed to be added for version 6.0
Line 43 of the example cshtml: `Model.Movies` changes in `@foreach (var item in Model.Movies)` and needed to be added for both <6.0 and >=6.0 doc versions.
Co-authored-by: Wade Pickett <wpickett@microsoft.com>