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
Kirk Larkin
5286211f20
Remove/prune .gitignore and .gitattributes ( #24075 )
2021-11-26 17:05:31 +00: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
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
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
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
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
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
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
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
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
Rick Anderson
3eae91e170
Jermy likness pr ef/ra ( #21576 )
...
* 5.0 refactoring
* JL PR of EF-RP best practices
* JL PR of EF-RP best practices
* JL PR of EF-RP best practices
* JL PR of EF-RP best practices
* JL PR of EF-RP best practices
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* Update Create.cshtml.cs (#21784 )
* Update Create.cshtml.cs
* Update Create.cshtml.cs
* Update Create.cshtml.cs
* Update Create.cshtml.cs
* Update Create.cshtml.cs
* Update Create.cshtml.cs
* Update Create.cshtml.cs
* Update Create.cshtml.cs
* Update aspnetcore/data/ef-rp/intro/samples/cu50/Pages/Instructors/Create.cshtml.cs
* Update Create.cshtml.cs
* 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
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
Co-authored-by: Jeremy Likness <jeremy@jeremylikness.com>
2021-03-29 18:11:36 -10:00
Scott Addie
09e3573c75
Finish default branch renaming work
2021-03-09 22:40:27 -06:00
Rick Anderson
f30c98bc3a
Update crud.md ( #21683 )
2021-03-04 09:21:11 -10:00
Rick Anderson
55469fc8cc
remove RC version ( #21401 )
2021-02-03 07:20:50 +10:00
Rick Anderson
585600adff
Fix screenshot ( #21320 )
2021-01-26 11:55:00 +10:00
the-wazz
c680536a48
Update intro.md ( #20880 )
...
* Update intro.md
Added a missing step (and some text) to the 'Add Razor Pages using Entity Framework (CRUD)' dialog:
* Update aspnetcore/data/ef-rp/intro.md
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-12-10 13:24:52 -06:00
the-wazz
7fc13ffa35
Update crud.md ( #20884 )
...
- fixed link-text to match the linked page's title.
- fixed missing possessive.
2020-12-08 15:40:43 -06:00
Rick Anderson
ae8d4e1416
Update intro.md ( #20876 )
2020-12-05 15:38:41 -10:00
Rick Anderson
b3bbbe1718
Update intro.md ( #20794 )
2020-11-28 08:36:24 -10:00
Wade Pickett
fa33c63720
ef-rp intro: Fix code include line so it localizes ( #20615 )
...
Fixes : #20612
Minor correction, adding a line space before a code sample include so it will not be dropped in localization
2020-11-16 14:11:45 -08:00
Rick Anderson
ec3f5a23d4
Update intro.md ( #20432 )
...
* Update intro.md
* Update intro.md
* Update intro.md
* Update intro.md
* Update intro.md
* Update intro.md
2020-11-06 09:38:53 -10:00
Rick Anderson
2800110609
5.0 update for EF/MVC ( #20395 )
...
* 5.0 update for EF/MVC
* 5.0 update for EF/MVC
* 5.0 update for EF/MVC
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
2020-11-04 17:38:16 -10:00
Rick Anderson
311cef0e25
appsettings.json noloc ( #20320 )
2020-10-27 11:27:47 -10:00
Luke Latham
decd621d4b
Add Virtualize component example to Blazor doc ( #20084 )
2020-10-02 04:07:07 -05:00
Rick Anderson
cf5c8849e7
5.0 update for EF/RP ( #20064 )
...
* 5.0 update for EF/RP
* 5.0 update for EF/RP
* 5.0 update for EF/RP
* 5.0 update for EF/RP
2020-10-01 15:01:57 -10:00
Rick Anderson
beeb832e0a
5.0 update EF/RP part 2 ( #20061 )
...
* update
* update
* update
2020-09-30 12:24:52 -10:00