Commit Graph

298 Commits (1853bf398f81aebe8cb49ac4cd02bcfc9dbe6688)

Author SHA1 Message Date
Rick Anderson 6069ce0190
Add See also links /7 (#30865)
* Add See also links /7

* Add See also links /7

* Add See also links /7

* Apply suggestions from code review

Co-authored-by: Andrew Lock <andrewlock.net@gmail.com>

* Apply suggestions from code review

Co-authored-by: Andrew Lock <andrewlock.net@gmail.com>

* Add See also links /7

* Add See also links /7

* Add See also links /7

* Apply suggestions from code review

Co-authored-by: Andrew Lock <andrewlock.net@gmail.com>

* react to feedback

* react to feedback

---------

Co-authored-by: Andrew Lock <andrewlock.net@gmail.com>
2023-10-30 13:44:27 -10:00
Rick Anderson 0bb29dea36
Key Services DI /8 (#30678)
* Key Services DI /8

* Key Services DI /8

* Update aspnetcore/mvc/controllers/dependency-injection.md

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

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2023-10-13 18:22:52 +00:00
Rick Anderson cee5341b85
fix (#30676)
* fix

* fix
2023-10-12 14:43:32 -10:00
Rick Anderson 3901e58409
moniker prep (#30673)
* moniker prep

* moniker prep

* moniker prep

* work
2023-10-12 14:33:33 -10:00
Tom Dykstra 9bd795243e
Extend preview notice to .NET 8 doc versions (#29844)
* extend preview notice to 8.0 doc versions

* try guardrex suggestion

* fix moniker

* try to fix moniker error

* try to fix moniker error

* Update aspnetcore/fundamentals/minimal-apis/handle-errrors.md

* Update aspnetcore/fundamentals/minimal-apis/handle-errrors.md

* add back the >7 section

* restore date

* fix include link

* try fix include
2023-07-18 14:26:52 -10:00
Rick Anderson 6a0b3b92db
Model binding with generic types /7 (#29573)
* Model binding with generic types /7

* Model binding with generic types /7

* work
2023-06-22 08:48:06 -10:00
Theano Petersen e09c5eeda5
fix broken links (#29569) 2023-06-20 14:39:39 -10:00
Rick Anderson 3aed4c5759
Add generic type middleware filter /2 (#29560) 2023-06-20 08:41:37 -10:00
Rick Anderson 75bf3a1a16
Moniker prep (#29559)
* Moniker prep

* Moniker prep

* Moniker prep
2023-06-19 14:28:09 -10:00
Luke Latham babbcc590e
Remove Open Iconic (#29331) 2023-05-23 06:07:12 -04:00
Nick Scotney 350b832f0c
Update Program.cs (#29249) 2023-05-12 11:54:05 -04:00
Rick Anderson b2aa74bd63
Controller lifetime (#29071)
* Update index.md

* Update actions.md
2023-04-25 09:08:56 -10:00
Shadi Alnamrouti b88179358d
Author profile link renewed (#29066) 2023-04-24 09:20:29 -10:00
Rick Anderson 091983c60a
Not latest version (#28878)
* Not latest version

* Not latest version

* Not latest version

* Apply suggestions from code review

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Not latest version

* Not latest version

* Not latest version

---------

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2023-04-04 15:42:31 -10:00
GaryNg f4ee27ff74
Fix typos and formatting (for older version of the doc) (#28760) 2023-03-24 03:22:08 -04:00
Rick Anderson c04c830b0e
Update routing.md (#28759) 2023-03-24 02:05:30 +00:00
GaryNg af1d6c91da
Fix minor typos and formatting (#28750)
* Fix list formatting

* Formatting and typos
2023-03-23 15:56:37 -10:00
Rick Anderson 2fecfdd970
Warn about routing with special chars /6 (#28213)
* Warn about routing with special chars /6

* Update aspnetcore/includes/routeSlash.md
2023-02-01 12:14:39 -10:00
BlueHtml 74302c77ea
Update DateRangeTP in [ Bind with TryParse ] (#27738)
* Update DateRangeTP in [ Bind with TryParse ]

* Fix comparison of range length
2022-11-24 09:25:07 -10:00
Safia Abdalla 680a261f43
Add reference to endpoint filters from MVC filters (#27481)
* Add reference to endpoint filters from MVC filters

* Add filter on controller examples
2022-11-02 21:38:59 -07:00
Rick Anderson 84de07766b
Update testing.md (#27088) 2022-09-26 13:41:23 -10:00
GitHubPang 3057fe3e95
Fix spelling, spaces, and wording (#27093)
* Fix misspellings and improve wording

This syncs with line 375.

* Improve wording and fix spaces
2022-09-25 17:50:34 -07:00
Rick Anderson 7c5edfff1f
TryParse /6 (#26608)
* TryParse /6

* code additions

* code additions

* code additions

* code additions

* code additions

* code additions

* code additions

* code additions

* code additions

* Update aspnetcore/mvc/models/model-binding.md

Co-authored-by: Fiyaz Bin Hasan <fiyazhasan@live.com>

* react to feedback

* react to feedback

* react to feedback

* react to feedback

Co-authored-by: Fiyaz Bin Hasan <fiyazhasan@live.com>
2022-08-04 13:27:20 -10:00
Fiyaz Bin Hasan fbca0eb370
TryParse with IParsable<TSelf> (#26534)
* work

* Update Program.cs

* Update Culture.cs

* code review changes and change of Culture to Locale

* Update WeatherForecastController.cs
2022-08-01 12:57:04 -10:00
Fiyaz Bin Hasan af96c3ed65
tweaks (#26499) 2022-07-21 12:55:20 -10:00
Rick Anderson 8b3b4aab66
Fix datetime culture (#26486)
* Fix datetime culture

* Fix datetime culture
2022-07-20 12:09:40 -10:00
Rick Anderson f692b3de1d
tryparse bind sample clean up (#26474) 2022-07-19 12:00:49 -10:00
Fiyaz Bin Hasan 78297afb66
Tryparse with dynamic format provider supplied from client (#26469)
* refactoring

* refactoring

* Update DateRange.cs
2022-07-19 10:55:24 -10:00
Rick Anderson f7ce7c88cb Clean up TryParse samples 2022-07-14 11:09:03 -10:00
Fiyaz Bin Hasan 24a1b23d83 review changes 2022-07-14 09:48:50 +06:00
Fiyaz Bin Hasan e51f139e44
Bind using try parse (#26378)
* work

* work

* cleanup

* Update DateRange.cs

* refactoring
2022-07-13 13:18:50 -10:00
Rick Anderson cb6c9a7cb2
Bind TryParse (#26353) 2022-07-07 10:42:22 -10:00
Ole Wiedemann 767e4f61fa
Update routing.md (#26338) 2022-07-06 20:48:15 +00:00
Edward Brey 6e6a593d2e
Make section casing consistent (#26311) 2022-07-04 15:55:13 +00:00
Rick Anderson 39b7df2ca8
Remove .min ref from all non-Blazor projects /2 (#26216) 2022-06-23 15:27:45 -10:00
dependabot[bot] 77634f9f81
Bump Newtonsoft.Json (#26211)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.2...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-22 12:55:16 -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
Kirk Larkin 4315e975fd
Remove obsolete references to UseEndpoints (#25581) 2022-04-08 19:29:13 +01:00
Piotr Ptak 2b9bdd4cf9
Fixed typo (#25503) 2022-04-03 23:55:23 -07:00
Rick Anderson e7fa751de6
Update areas for .NET 6 (#25396)
* Update areas for .NET 6

* Update areas for .NET 6

* Update areas for .NET 6

* Update areas for .NET 6

* Update aspnetcore/mvc/controllers/areas/60samples/RPareas/Areas/Products/Pages/About.cshtml.cs

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>

* Update areas for .NET 6

* Update areas for .NET 6

* Update areas for .NET 6

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2022-03-25 15:18:30 -10: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
Rick Anderson cf980b3b49
Moniker prep for Areas /2 (#25394)
* Moniker prep for Areas /2

* Moniker prep for Areas /2
2022-03-22 16:06:24 -10:00
Kirk Larkin cc48f32954
Code-fence common filenames (#25369) 2022-03-21 12:24:36 -10:00
Kirk Larkin f38c92f4ae
Fix links to MVC Filters samples (#25224) 2022-03-07 14:21:04 +00:00
Luke Latham 5f1743e629
Add Blazor Hybrid to no-loc metadata (#25064) 2022-02-18 07:17:09 -06:00
Kirk Larkin 0fb4660eb1
Replace remaining /dotnet/api references with xrefs (#25039) 2022-02-17 09:35:19 +00:00
Kirk Larkin c5a309732e
Replace errant references to System.Web. (#25018) 2022-02-15 12:05:29 +00:00
nader karayanni 9e5ea0d651
Exception Filter exception propagation (#25015)
Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2022-02-15 09:39:23 +00:00
Kirk Larkin 2405226288
Code-fence references to Program.cs (#24995) 2022-02-14 12:16:29 -10:00