Commit Graph

559 Commits (2967ba9e376953b06aa0fd778619c9e78e26c1ea)

Author SHA1 Message Date
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
Rick Anderson dfe20b124c
Update complex-data-model.md 2021-06-20 15:36:06 -07:00
Fiyaz Bin Hasan 0298e5896e
sample and doc update (#22548) 2021-06-16 06:22:57 -07:00
Luke Latham 3d127d3c20
Swap 'main' for 'master' branch in cross-links (#22462) 2021-05-30 11:00:40 -10:00
Rick Anderson 9d725dc948
Update appsettingsSQLite.json (#22415) 2021-05-27 10:30:50 -10: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
dharmatech fc08547333
Fix wording (#22385) 2021-05-24 06:30:24 -10:00
dharmatech f2ffd420ea
Fix wording (#22386) 2021-05-24 06:29:49 -10:00
dharmatech 5e97bbce65
Update description for 5.0 (#22384) 2021-05-23 13:38:52 -10:00
dharmatech b3415a905f
Add missing directory separator (#22361)
* Add missing directory separator

* Apply suggestions from code review

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

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-05-22 15:45:24 -10:00
dharmatech b2ec94e544
Update css reference mention in versions >= 3.0 (#22382) 2021-05-22 15:44:45 -10:00
dharmatech 796c2dbb9e
Correct property reference (#22381) 2021-05-22 15:44:05 -10:00
Luke Latham 8db4ea9bb8
Build report bug fixes (#22377)
* Build report bug fixes

* Updates
2021-05-22 04:55:47 -10:00
dharmatech aacd75901b
Remove extra comma (#22375) 2021-05-22 04:56:57 -05:00
dharmatech a2a2933649
Remove outdated instructions (#22371)
* Remove outdated instructions

* Update complex-data-model.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-05-21 15:59:37 -10:00
dharmatech d7e56ad95c
Fix link (#22362)
* Fix link

* Make link relative
2021-05-21 11:03:52 -10:00
Rick Anderson fd66e23673
Update intro.md (#22271) 2021-05-12 10:37:27 -10:00
dharmatech 6b8eb9f203
Fix capitalization (#22252) 2021-05-10 14:30:43 -05: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
Mohammed Salman 93c11648b5
Idiomatic C# variable naming (#22181) 2021-05-01 09:21:53 -10:00
Rick Anderson ed5bc51acf
Update read-related-data.md (#22134) 2021-04-25 10:09:41 -10:00
Luke Latham 2d20697695
Fix spelling (#22023) 2021-04-09 10:14:34 -05:00
Rick Anderson 6c36c8dc6f
Update intro.md (#21999) 2021-04-07 10:33:01 -10:00
dependabot[bot] 75fd54ed98
Bump Microsoft.AspNetCore.Mvc (#21981)
Bumps Microsoft.AspNetCore.Mvc from 1.0.2 to 1.0.4.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-05 09:12:24 -10:00
Rick Anderson 99b4950d8a
add Dataedo diagram (#21924)
* add Dataedo diagram

* add Dataedo diagram

* add Dataedo diagram

* add Dataedo diagram

* add Dataedo diagram

* add Dataedo diagram

* add Dataedo diagram

* add Dataedo diagram

* add Dataedo diagram

* add Dataedo diagram
2021-03-30 10:22:04 -10:00
Piotr Kononow 83ef78604f
Dataedo (#21922)
* Update ImageCredits.txt

* Create Azure SQL DB ERD made in Dataedo.jpg
2021-03-30 08:03:49 -10:00