Commit Graph

338 Commits (687474b31c6cd67e093db193f2203bdda8536c91)

Author SHA1 Message Date
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
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
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
Rick Anderson 39b7df2ca8
Remove .min ref from all non-Blazor projects /2 (#26216) 2022-06-23 15:27:45 -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 2ff8f86667
Fixed typos in the table assignment (#25865)
Fixes #25167 - Typos in the table assignment
2022-05-14 11:23:47 -07: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
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
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
GitHubPang a74228b4b2
Fix a few typos (#24122) 2021-11-29 14:50:35 -10:00
Rick Anderson c69c4d2e9c warn tutorial is not updated to 6.0 yet 2021-11-19 13:34:10 -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
GitHubPang f318d00a99
Fix typos (#23138) 2021-08-26 19:03:31 -05: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
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
Fiyaz Bin Hasan 0298e5896e
sample and doc update (#22548) 2021-06-16 06:22:57 -07:00
Rick Anderson a89c9adc13
Update intro.md 2021-05-25 05:17:17 -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
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
Luke Latham acac6546a3
Change 'check box' to 'checkbox' (#22222) 2021-05-06 14:30:14 -05:00
Rick Anderson 2f00739f4e
Kestrel to no-loc (#22182) 2021-05-01 13:03:18 -10:00
Rick Anderson ed5bc51acf
Update read-related-data.md (#22134) 2021-04-25 10:09:41 -10:00
Rick Anderson 6c36c8dc6f
Update intro.md (#21999) 2021-04-07 10:33:01 -10:00
Poornima Nayar 7da013e169
Improved consistency and readability (#21888)
* Improved consistency and readability

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

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

Co-authored-by: Poornima Nayar <poornimanayar@kvtechsltd.co.uk>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-03-27 08:25:48 -10:00
Poornima Nayar 1db7042227
More consistency to the Update related data page (#21889)
Co-authored-by: Poornima Nayar <poornimanayar@kvtechsltd.co.uk>
2021-03-26 09:25:47 -10:00
Poornima Nayar 2fd7b55c3e
Handle Concurrency Conflicts - Amends for consistency (#21890)
Co-authored-by: Poornima Nayar <poornimanayar@kvtechsltd.co.uk>
2021-03-26 09:25:20 -10:00
Poornima Nayar 7a625e3f0b
Inheritance - Improving readability and consistency (#21891)
Co-authored-by: Poornima Nayar <poornimanayar@kvtechsltd.co.uk>
2021-03-26 09:24:56 -10:00
Poornima Nayar 3d4cd3ebce
Formatting amendments (#21875)
* Formatting amendments

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

Co-authored-by: Poornima Nayar <poornimanayar@kvtechsltd.co.uk>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-03-25 08:42:10 -10:00
Poornima Nayar 4b71d0a35f
Corrected documentation (#21863)
Co-authored-by: Poornima Nayar <poornimanayar@kvtechsltd.co.uk>
2021-03-24 11:56:01 -10:00
Poornima Nayar c63dd2ee26
Fixed typo and added deep link (#21830)
* Fixed typo and added deep link

* edit pass

Co-authored-by: Poornima Nayar <poornimanayar@kvtechsltd.co.uk>
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2021-03-19 11:33:43 -05:00
Rick Anderson c7c51b3607
Update advanced.md (#21797) 2021-03-16 09:12:32 -10:00
Scott Addie 09e3573c75 Finish default branch renaming work 2021-03-09 22:40:27 -06:00
Rick Anderson 297e873a97
Update read-related-data.md (#21426) 2021-02-04 06:14:34 +10:00
Luke Latham 714ddb1386
Resolve dup alt text build suggestions (#21175) 2021-01-09 07:55:01 -06:00
Scott Addie 95780eb7da
Update Bootstrap CSS class name in EF/MVC tutorial (#21166) 2021-01-08 18:11:44 -06:00
Scott Addie 948beea0e9
Display closing div tag in snippet (#21153) 2021-01-08 08:10:01 -06:00
Scott Addie 6ae3175623
Update FY21 Q2 content performance metadata tag (#20943) 2020-12-14 15:09:49 -06:00