Commit Graph

587 Commits (f34e27646d9224c0baa285ab8c837114942962cd)

Author SHA1 Message Date
Josh Franklin f249817925
Update Index.cshtml.cs
Add missing using System.Collections.Generic; statement
2022-10-08 13:34:57 +02:00
Luke Latham b7d53ad113
Minor content updates (#27189) 2022-10-04 13:13:36 -05:00
Alex Buck 167954e87d
[BULK UPDATE] DocuTune - Rebranding links (#27044)
* [BULK UPDATE] DocuTune - Rebranding links

* Update cascading-values-and-parameters.md
2022-09-20 14:37:02 -10:00
Tom Dykstra 642a1e5396
Simplify code for Instructors page (#26710) 2022-08-11 13:22:27 -07:00
Rick Anderson c07af20acf
Update complex-data-model.md (#26695) 2022-08-10 13:30:17 -10:00
Rick Anderson 794b75aa00
Sample folder for EF/RP 7.0 (#26504) 2022-07-21 11:34:27 -10:00
Rick Anderson 39b7df2ca8
Remove .min ref from all non-Blazor projects /2 (#26216) 2022-06-23 15:27:45 -10:00
Shay Rojansky c875045a94
Point to the EF Core performance docs (#26206)
Rather than to old EF6 perf docs
2022-06-22 13:46:50 -10:00
Luke Latham e175588086
Institute global no-loc (#26036)
* Institute global no-loc

* Updates

* Updates

* Updates

* Updates

* Updates
2022-06-03 11:35:55 -10:00
Rick Anderson 3640b94dde
Revert "Fixed typos in the table assignment (#25865)" (#25876)
This reverts commit 2ff8f86667.
2022-05-16 16:58:09 -10:00
Ankit Kashyap 80ceac210a
#24722 - Updated the page directive (#25866)
Fixes #24722 - Added the missing id details in the page directive
2022-05-14 13:06:04 -10:00
Ankit Kashyap 2ff8f86667
Fixed typos in the table assignment (#25865)
Fixes #25167 - Typos in the table assignment
2022-05-14 11:23:47 -07:00
Jheam Storch Ross 8dee7f1a88
Fix indentation in complex-data-model.md 2022-04-07 13:42:49 -03:00
Luke Latham 546a06a2d5
Blazor no-loc adds (#25429) 2022-03-25 18:19:18 -05:00
Kirk Larkin 2a5520dc53
Code-fence common file extensions (#25383) 2022-03-23 10:48:44 +00:00
Kirk Larkin cc48f32954
Code-fence common filenames (#25369) 2022-03-21 12:24:36 -10:00
Kirk Larkin c387ab1b3a
Fix moniker versions for EF RP Part 2 (#25097) 2022-02-22 14:50:47 +00:00
Jonathan a892dfb115
Use expression-bodied property (#25057) 2022-02-22 11:09:16 +00:00
Luke Latham 5f1743e629
Add Blazor Hybrid to no-loc metadata (#25064) 2022-02-18 07:17:09 -06:00
Kirk Larkin 2405226288
Code-fence references to Program.cs (#24995) 2022-02-14 12:16:29 -10:00
Kirk Larkin c83fc956b0
Replace /dotnet/api with xrefs in RP w/ EF (#24959) 2022-02-10 11:04:52 +00:00
Rick Anderson 33e789476a
fix download link (#24945) 2022-02-08 14:04:02 -08:00
Kirk Larkin 2ca7da66b5
Replace /dotnet/api with xrefs in RP-EF CRUD (#24877) 2022-02-04 10:36:08 +00:00
Rick Anderson 1548160934
Update index.md 2022-01-31 15:44:33 -10:00
Kirk Larkin e3c99c2fe5
Prefer :::moniker over ::: moniker (#24805) 2022-01-31 13:12:01 -10:00
haibo zhang 3111bcc4ef
Task#536167:[Refresh link]Replace bookmarks in repo. (#24741) 2022-01-26 07:55:46 -10:00
Erhan Alankuş dc5aff2f60
Fix typo (#24627) 2022-01-15 07:04:37 -10:00
Kirk Larkin 9838baf0f0
Remove MaxModelBindingCollectionSize from EF RP tutorial (#24613) 2022-01-14 14:31:23 +00:00
Rick Anderson 3af1e98ce3
Update intro.md (#24160)
* Update intro.md

* Update aspnetcore/data/ef-rp/intro.md

* Update aspnetcore/data/ef-rp/intro.md
2021-12-01 14:31:24 -10:00
GitHubPang a74228b4b2
Fix a few typos (#24122) 2021-11-29 14:50:35 -10:00
Kirk Larkin 5286211f20
Remove/prune .gitignore and .gitattributes (#24075) 2021-11-26 17:05:31 +00:00
Rick Anderson c69c4d2e9c warn tutorial is not updated to 6.0 yet 2021-11-19 13:34:10 -10:00
Rick Anderson 07197d0189
clean up unused folders for EF/RP /3 (#23853) 2021-11-10 12:10:39 -10:00
Rick Anderson fbd12cff9a
.NET 6 EF/RP /3 (#23798)
* .NET 6 EF/RP /3

* .NET 6 EF/RP /3

* .NET 6 EF/RP /3

* .NET 6 EF/RP /3

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work
2021-11-10 11:56:18 -10:00
Rick Anderson aeb0f38f51
pre EF/RP monikers /3 (#23795) 2021-11-08 11:26:18 -10:00
Joan Pujol 4295e26c8a
Update DepartmentsController.cs (#23398)
FromSql is no longer supported. You must replace it with FromSqlRaw
2021-10-11 11:37:29 -10:00
Joan Pujol 5fb60f44ff
Update CoursesController.cs (#23401)
ExecuteSqlCommandAsync is obsolete. Must be replaced by ExecuteSqlRawAsync
2021-10-11 11:37:06 -10:00
Joan-Pujol 61a0f2b89c
Update SchoolContext.cs (#23390)
Changed the ToTable for Student from "Student" to "Person". Same for Instructor.
Otherwise and error is raised
2021-09-27 09:39:20 -07:00
Jonathan d616428307
Use expression body (#23205) 2021-09-03 12:48:49 -07:00
Ulf Hillbom dbd9d5bbc2
Utility path info (#23139)
* Utility path info

Improved info about where the Utility.cs class should be created. Similar to the PaginatedList.cs example from previous sections.

* Update aspnetcore/data/ef-rp/concurrency.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-08-28 08:29:31 -07:00
GitHubPang f318d00a99
Fix typos (#23138) 2021-08-26 19:03:31 -05:00
Wade Pickett 44c9efdf1c
Broken links sweep (#23027)
* Broken links sweep

* fixed link warnings

* update visual-studio-publish-profiles.md
2021-08-16 10:46:33 -07:00
Rafael Maciel 5eb6fb8fec
Update EF Core MVC implicit join (#23028)
* Update EF Core MVC implicit join

Implicit join tables are supported since EF Core 5.0, but the documentation for EF Core + MVC was outdated

* Update aspnetcore/data/ef-mvc/complex-data-model.md

* Update aspnetcore/data/ef-mvc/complex-data-model.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-08-14 07:41:02 -07:00
alarihwertbars 68b4ff4d91
Update Create.cshtml.cs (#22963)
This change is necessary in case await _context. SaveChangesAsync (); will throw an exception and you will need to return the page back with the previously entered data, so as not to start typing again. If you leave it as it is, then when you try to save the changes, it gives an error that "An unhandled exception occurred while processing the request.
ArgumentNullException: Value cannot be null. (Parameter 'source')"
2021-08-07 13:45:30 -07:00
Rick Anderson befdbbaa28
add DB exception filter /6 (#22804)
* add DB exception filter /6

* add DB exception filter /6

* add DB exception filter /6

* add DB exception filter /6

* add DB exception filter /6
2021-07-24 07:16:19 -07:00
Rick Anderson 2159f107af
Update crud.md (#22792) 2021-07-21 11:54:29 -07:00
Rick Anderson a8918f686f
Update Startup.cs (#22780)
* Update Startup.cs

* Update crud.md
2021-07-20 15:08:07 -07:00
Wolfgang Keller 97ea2fd150
Update update-related-data.md (#22673)
Fixed wrong folder (as in issue https://github.com/dotnet/AspNetCore.Docs/issues/22659)
2021-07-07 16:35:28 -07:00
Wolfgang Keller 8382080599
Update read-related-data.md (#22660)
PR for issue #22659: https://github.com/dotnet/AspNetCore.Docs/issues/22659
2021-07-05 17:04:44 -07:00
Rick Anderson a7f992a209
Update complex-data-model.md (#22576) 2021-06-20 15:49:52 -07:00