Commit Graph

614 Commits (c2763e42a2234b0a801641f05c0e38b3bac2a697)

Author SHA1 Message Date
Rick Anderson 36b11ec0a6
Create readme.txt (#33265)
* Create readme.txt

* Delete aspnetcore/data/ef-rp/intro/samples/cu80 directory
2024-08-05 16:23:34 -10:00
Wade Pickett ae3ee11bd4
Add Include not-latest-version or not-ga-yet (#33155)
* Add Include not-latest-version or not-ga-yet

* Removing spa-services.md

* Added Fundamentals/ content
2024-07-24 16:35:22 -07:00
elfico 16b6a3774b
Update concurrency.md (#33003)
When using `[RowVersion]`, the fluent API is different as shown here in the EF Core documentation:

https://learn.microsoft.com/en-us/ef/core/saving/concurrency?tabs=fluent-api
2024-07-08 15:09:45 -07:00
Luke Latham feb375f884
Update "CLI" tab controls (#32703) 2024-05-30 14:08:45 -04:00
Tom Dykstra 6f5834d5ea
Set ms.author (#32279) 2024-04-09 15:18:55 -07:00
Tom Dykstra 94c5a43550
Change reference to .NET 6 and 7 to .NET 6 and later (#31771) 2024-02-12 10:12:32 -08:00
Alex Buck 740e509117 [BULK] - DocuTune - Remove expired ms.custom value 2024-02-01 16:06:34 -05:00
Rick Anderson 75cf394ec9
Update PaginatedList.cs 2023-11-06 13:33:05 -10:00
Tom Dykstra b1173d0145
add out-of-date warning (#30948) 2023-11-06 13:26:16 -10:00
Rick Anderson 102cc5aa61
replace regions with <snippet> tags /7 (#30786)
* replace regions with <snippet> tags /7

* replace regions with <snippet> tags /7

* replace regions with <snippet> tags /7

* replace regions with <snippet> tags /7

* replace regions with <snippet> tags /7

* replace regions with <snippet> tags /7
2023-10-20 07:44:31 -10:00
Wade Pickett b8ee7fa9f5
dotnet tool install --arch options (#29923)
* dotnet tool install --arch options, new include plus edit to 31 files to add include.
2023-07-27 14:35:42 -07:00
Davide Dunne ab907c952f
Correct code highlighting 2023-07-03 12:27:39 -06:00
Theano Petersen e09c5eeda5
fix broken links (#29569) 2023-06-20 14:39:39 -10:00
Tom Dykstra fad3df0383
Reassign some articles (#28929)
* Reassign some articles

* fix link

* remove cSpell setting
2023-04-10 08:58:13 -10:00
Rick Anderson 4c54c88d73
Update update-related-data.md 2023-04-05 15:32:24 -10:00
Rick Anderson 61f281e180
Update update-related-data.md 2023-04-05 14:33:41 -10:00
Rick Anderson 7105942e25
Trak vs no-tracking /3 (#28796)
* Trak vs no-tracking /3

* Trak vs no-tracking /3

* Apply suggestions from code review

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

* Update aspnetcore/data/ef-rp/read-related-data.md

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

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2023-03-28 18:30:44 +00:00
Tom Dykstra af05461c76
Fix code style issues (#28560) 2023-03-03 11:23:52 -08:00
Tom Dykstra 987df27b71
Fix code for "Update the Delete Razor page" (#28222) 2023-01-27 10:28:54 -08:00
Tom Dykstra 059fa04836
Fix DepartmentNamePageModel (#28204) 2023-01-26 10:40:38 -08:00
Rick Anderson eb3e25ad18
Proposed new PaginatedList.cs (#28082)
* Proposed new PaginatedList.cs

https://github.com/dotnet/AspNetCore.Docs/pull/28077/files

* Update aspnetcore/data/ef-rp/intro/samples/cu80/PaginatedList.cs

* Create PaginatedList.cs.txt
2023-01-13 09:44:41 -10:00
Rick Anderson 70222e66c0 EF folder rename 2023-01-05 13:03:00 -10:00
Tom Dykstra 5f81aa4624
Replace string arguments with typed parameters (#28009) 2023-01-04 11:07:25 -08:00
V0VAska b5107c1170
Database initialization (#27746)
* Razor Pages with EF Core Tutorial, Part 5. Fix incomplete database initialization.

fix #27743
As in issue stated:
During database initialization, not all records are entered into tables. At least two students (norman, olivetto) are affected because they are not referenced in the enrollments array. There may be others records that are not explicitly added to the context.

* Some code readability improvement
2022-12-02 14:52:46 -08:00
Shay Rojansky 4beff30c4f
Add note on SqlClient async issues (#27747)
* Add note on SqlClient async issues

See https://github.com/dotnet/EntityFramework.Docs/issues/4109

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

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2022-11-27 20:09:14 -10:00
Rick Anderson 42fd8c576c
Update intro.md (#27685) 2022-11-18 12:12:55 -10:00
Jordan Nash a6388a2b10
Jordan nash fix intro md (#27593) 2022-11-18 09:49:55 -08:00
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