Commit Graph

363 Commits (9ca97f874528518491c843e2d5f0bdffd8e3f16f)

Author SHA1 Message Date
Rick Anderson 72f9ac9a23
Remove app.UseDeveloperExceptionPage(); from RP tutorial. (#24318)
* Update Program.cs

* Update Program.cs
2021-12-14 17:03:26 -10:00
Rick Anderson 3c6b227e63
Update ProgramSeed.cs (#24294) 2021-12-13 13:57:51 -10:00
MustafaGamalMuhammed 86bbedfa67
extra hyphen deleted (#24159) 2021-12-01 14:30:45 -10:00
cirinatorres 3241d60695
Update Index.cshtml.cs (#24037)
I think that the warning should be restored after the class instead of being disabled again.
2021-11-23 07:57:20 -10:00
Rick Anderson 98e4ac17c7
fix pic (#23941) 2021-11-16 15:01:04 -10:00
Rick Anderson 63058bb4b1
Update model.md (#23877) 2021-11-11 17:14:11 -10:00
Rick Anderson 5e875d13a5
Update sql.md (#23836) 2021-11-10 07:49:32 -10:00
Rick Anderson 2518782877
Update model.md (#23834)
* Update model.md

* Update model.md
2021-11-09 17:13:23 -10:00
Rick Anderson cc2b2fc222
Update model.md (#23801)
* Update model.md

* Update aspnetcore/tutorials/razor-pages/model.md

* Update aspnetcore/tutorials/razor-pages/model.md
2021-11-08 16:00:45 -10:00
Wade Pickett a5a355ad32
v6 LTS tutorials update (#23797)
* v6 LTS tutorials update

* added grey border
2021-11-08 16:42:31 -08:00
Rick Anderson a06617bdf8
remove Preview from tutorials /3 (#23772) 2021-11-08 09:13:47 -10:00
Kirk Larkin b1779a9f51
Fix empty RP tutorial pages (#23683) 2021-11-01 09:58:21 +00:00
Wade Pickett 485585e815
v6 Update :RP Intro Series for MacOS (#23479)
* v6 Update :RP Get Started Series MacOS

* Updated models for v6 and mac screenshots

* Changed screenshot name

* Added MacOS updates and other fixes for model, search and sql.md

* Added cli version placeholder for migration of dataannotations

* Corrected a commentted out note

* Added macOS screenshots for model.md and a new project screenshot.

* Updated MacOS migrations command for data annotations in validation

* corrected VS Code & Mac migration instructgion for DA.
2021-10-14 10:12:51 -10:00
Chew Hung Pong 3eba4e6673
Update new-field.md (#23361)
* Update new-field.md

Propose to show a list of pages to be updated with the local file path, and pages' remote link to get the actual `Rating` field code.

* Update list of pages for version < 5.0

* Update the links of version 5.0 to the RazorPagesMovie50 tutorial

* Update list of pages for version 6.0

* Change list of pages to be updated to be an unordered list

* Update links to use /blob instead of /tree when referring to a file.
2021-09-22 06:53:43 -07:00
Luke Latham ea286af7e3
Remove extra words (#23362) 2021-09-21 10:20:25 -05:00
Chew Hung Pong e01d5b0c9b
Update model.md (#23346)
Remove extra wording "these services".
2021-09-17 17:02:45 -07:00
pramuka9 137bff10ef
Fixed '@' symbol work definition (#23317)
`@` symbol is followed by a Razor reserved keyword, it transitions into Razor-specific markup, otherwise it transitions into HTML. --NOT '...into C#."
2021-09-15 12:18:56 -07:00
Tom Dykstra 1ed9843189
Minor fixes and clarifications (#23177)
* Update razor-pages-start.md

* Update model.md

* Update model.md

* Update sql.md

* Update model.md

* Update model.md

* Update model.md
2021-08-31 17:23:02 -07:00
Rick Anderson e596cce731
fix validation snippets /6/ra (#23183)
* fix validation snippets /6/ra

* fix validation snippets /6/ra
2021-08-31 15:04:54 -07:00
Rick Anderson cbe086879d
Update razor-pages-start.md (#23178)
* Update razor-pages-start.md

* Update aspnetcore/tutorials/razor-pages/razor-pages-start.md
2021-08-31 12:22:05 -07:00
Rick Anderson 90b1d70802
V6 intro to RP /5 (#23112)
* V6 intro to RP /5

* V6 intro to RP /5

* V6 intro to RP /5

* V6 intro to RP /5

* V6 intro to RP /5

* V6 intro to RP /5

* V6 intro to RP /5

* V6 intro to RP /5

* V6 intro to RP /5

* V6 intro to RP /5

* V6 intro to RP /5

* V6 intro to RP /5

* V6 intro to RP /5

* V6 intro to RP /5

* V6 intro to RP /5

* V6 intro to RP /5

* V6 intro to RP /5

* V6 intro to RP /5

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* Apply suggestions from code review

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

* Apply suggestions from code review

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

* 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

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2021-08-30 17:12:23 -07:00
Wade Pickett 42ef31516a
Choose Web UI Links (#22968)
* Choose Web UI Links

* Correct file name and add mvc tutorial change.

* Added link to razor pages tutorial

* Add link to Razor Pages start page

* Removed dupe include

* Added more required metadata to include

* Apply suggestions from review

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update rp include per review

* Updated razor.md include per review.

* Remove extra line in mvc topic

* Update aspnetcore/includes/razor.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Razor.md text change

* Fixing alt text dupes

* Fixing dupe alt text for all previous versions of the topic

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-08-12 07:01:51 -07:00
Rick Anderson 289acce56c
Update page.md 2021-07-15 08:16:53 -07:00
sisminnmaw 40d25aa159
fixed MacOS migration command
fixed Mac OS migration command for Add a migration for rating session ( line 119, 120)
2021-07-14 15:31:11 +09:00
TeamDman d32442ec6b
Update new-field.md
Small clarity improvements
2021-07-08 10:29:29 -04:00
Rick Anderson 11216f1681
Update new-field.md (#22682)
* Update new-field.md

* Update new-field.md

* Update aspnetcore/tutorials/razor-pages/new-field.md

* Update validation.md
2021-07-08 07:15:17 -07:00
Oleksiy Chaplanov 311d202640
Update da1.md (#22486)
Highlighted wrong portion of code.
2021-06-03 09:50:52 -07:00
Oleksiy Chaplanov 9148ad96d9
Update validation.md (#22485) 2021-06-03 10:40:47 -05:00
Luke Latham 912e60365c
Blazor VSC launch/tasks/debug guidance updates (#22470) 2021-06-01 16:46:34 -05:00
Fiyaz Bin Hasan 840fcf21b7
Rp tutorial model doc update (#22438)
* razor pages model tutorial update

* doc update

* fixes for include markdown

* for sql server specific prefix
2021-05-28 05:09:33 -10:00
Rick Anderson 2abaeaccc9
Update model.md (#22401)
* Update model.md

* Update aspnetcore/tutorials/razor-pages/model.md

* Update aspnetcore/tutorials/razor-pages/model.md

* Update aspnetcore/tutorials/razor-pages/model.md
2021-05-25 14:55:10 -10:00
Rick Anderson 8f1cdcd67e
SHow how to log SQL (#22390)
* SHow how to log SQL

* SHow how to log SQL

* SHow how to log SQL

* SHow how to log SQL

* SHow how to log SQL
2021-05-24 12:42:33 -10:00
MangoLoveCarrot 20cf6c61be
from "dotnet aspnet-codegenerator" to "dotnet-aspnet-codegenerator" (#22367)
* from "dotnet aspnet-codegenerator" to "dotnet-aspnet-codegenerator"

A simple fix from "dotnet aspnet-codegenerator" to "dotnet-aspnet-codegenerator".

* fix some duplicated image alt text.

fix some duplicated image alt text. (for pass merge check)
2021-05-21 14:32:55 -10:00
Gradon Stone dabce9acd4
Fix incorrect link (#22340) 2021-05-18 12:11:22 -10:00
Rick Anderson 5c34613741
Update search.md (#22316)
* Update search.md

* Update search.md

* Update aspnetcore/tutorials/razor-pages/search.md

* Update aspnetcore/tutorials/razor-pages/search.md
2021-05-17 16:14:22 -10:00
Rick Anderson ad321c2700
Add Home and Privacy to no-loc (#22237)
* Add Home and Privacy to no-loc

* Add Home and Privacy to no-loc
2021-05-08 10:12:34 -10:00
Rick Anderson 2f00739f4e
Kestrel to no-loc (#22182) 2021-05-01 13:03:18 -10:00
Fiyaz Bin Hasan bff9fa8741
space in genre is now allowed, description is changed as appropiate (#22156) 2021-04-27 08:04:48 -10:00
Fiyaz Bin Hasan 8491d5b7bc
stop showing #regin in code snippet (#22073) 2021-04-16 15:08:22 -10:00
Rick Anderson f294f49f91
Update model.md (#22029)
* Update model.md

* Update model.md
2021-04-11 16:38:41 -10:00
Nico J 4089489523
Removing extra '-' when calling aspnet-generator (#21978)
Removing extra '-' when calling aspnet-generator
2021-04-04 18:49:17 -10:00
Rick Anderson 1817befc59
SQLite in dev, SS in production links (#21610)
* 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>
2021-03-18 11:42:06 -10:00
Loïc Sharma 4dcfdfe510
Fix broken link (#21786) 2021-03-13 19:32:22 -06:00
Wade Pickett bf9552a96d
Removed sections scaffold provides in VS Code section - RP series (#21747) 2021-03-10 16:19:16 -08:00
Scott Addie 09e3573c75 Finish default branch renaming work 2021-03-09 22:40:27 -06:00
David Coulter e0f84f406a
Links: ASP .NET Core (2021-02) (#21575) 2021-02-17 14:05:24 -06:00
Rick Anderson 2186f925ca
Update model.md (#21565) 2021-02-16 14:19:36 -10:00
Wade Pickett db09e692f6
Point to versioned samples for appsettings_SQLite.json connection string (#21142)
* Point to versioned samples for appsettings_SQLite.json connection string

* patch:Fixed code highlighting and pointed to correct versions for startup.cs connection string sample

* patch: Fixed 2.2 appsettings connection string code highlight

* Patch: Set VSC and VS for Mac appsettings code highlight

* Apply suggestions from code review

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-01-07 13:28:46 -08:00
Scott Addie 6ae3175623
Update FY21 Q2 content performance metadata tag (#20943) 2020-12-14 15:09:49 -06:00
Wade Pickett 9619a08192
Razor Pages tutorial series: Add metadata for tracking improvements (#20933)
Minor metadata update.
2020-12-11 16:31:10 -08:00