Commit Graph

71 Commits (bdcf99e5773cd479fb3ae878b6acebd15404a3c1)

Author SHA1 Message Date
Luke Latham 90d0d90f4b
Startup/environment guidance updates (#15467) 2019-11-05 16:24:20 -06:00
Rick Anderson 9ad2d0f9e7
Update startup.md (#14716) 2019-10-03 09:08:54 -10:00
Luke Latham 259dcfeca2 DI topic updates for 3.0 (#14471)
* DI topic updates for 3.0

Updates

* React to feedback

* AddControllersWithViews over UseMvc for 3.0 Autofac example

* Nits

* Link out for container replacement scenarios

* Content for Generic Host Startup injection
2019-09-24 09:31:50 -10:00
Rick Anderson 27d01bbea5
Update startup.md (#14140)
* Update startup.md

* Update startup.md

* Update startup.md
2019-09-04 16:09:22 -07:00
Tom Dykstra 0a34538a98 reassign (#13961) 2019-08-22 11:46:35 -04:00
Rick Anderson 8890f46c10
Update startup.md (#13878) 2019-08-16 17:54:03 -04:00
Rick Anderson f371dec384
Update startup.md (#13723)
* Update startup.md

* Update startup.md
2019-08-08 07:59:04 -07:00
Rick Anderson 29eba815ee
3.0 update of startup (#13606)
* 3.0 update of startup

* workk

* workk

* workk

* workk

* workk

* workk

* work

* work

* work

* work

* work

* work

* work

* work

* work

* react to feedback

* react to feedback

* react to feedback
2019-08-07 13:22:16 -07:00
Rick Anderson 76812b53ca
Test staging TOC (#12418) 2019-05-15 17:26:15 -10:00
Tom Dykstra 5f5bd93f8f
Change sample app to RP (#11899) 2019-04-09 17:30:36 -07:00
Rick Anderson fc0c00f531
Startup + SetCompatibilityVersion (#11915) 2019-04-09 14:06:27 -10:00
Tom Dykstra 5f82ad4ae4
Resolve services instead of caching statically (#11739)
* resolve services instead of caching statically

* fix highlighting
2019-03-29 11:24:39 -07:00
Luke Latham 4ec9047fcb
Update Handle Errors topic+sample (#11221) 2019-03-01 12:54:42 -06:00
Mani Gandham c8de50a3da Update startup.md (#11200) 2019-02-28 06:40:00 -06:00
Tom Dykstra 72e1a9fc67
Fundamentals restructuring (#10929) 2019-02-22 12:44:53 -08:00
Luke Latham d464600bf3
App startup topic update (#10465) 2019-01-17 16:58:35 -06:00
Tom Dykstra b6ba3d220c Table of Contents reorg (#9133)
* overview

* whats new to end

* fix migration node

* split fundamentals, move to end

* glob & loc, get started

* security node name

* security section

* azure, client-side, host

* several more sections

* redistribute tutorials

* proofread fixes

* move how to download section

* index files delete and redirect

* fix errors

* reorder some nodes

* scott feedback, flatten main tutorials node

* fix missed feedback items + other issues

* unflatten tutorials node

* move 'how to download'

* more tutorials node tweaks

* standardize view sample links

* db --> DB

* fix build error

* remove link from a parent node

* streamline node names

* xref links

* typos

* typo

* typos and revert some xref links

* scott feedback

* scott feedback

* feedback

* change node name

* safe storage-->protect
2018-10-26 18:34:40 -10:00
Michael Randers-Pehrson c97438abfb Minor language tweak (#9145) 2018-10-22 14:04:25 -05:00
Rick Anderson 14f4d88c5c
Update startup.md (#9069) 2018-10-16 17:14:16 -10:00
Rick Anderson b626ecf411
order matters in adding services (#8437)
Fixes #8427
2018-09-06 12:37:33 -07:00
Luke Latham 89071cf0fb
App startup topic updates (#8422) 2018-09-06 14:09:51 -05:00
Luke Latham ad03ec7840
Remove ref source links from topic (#8387) 2018-09-02 12:35:01 -05:00
Luke Latham 87cbd8d51e
Configuration updates (#8050) 2018-08-24 14:10:45 -05:00
Luke Latham 304c3866f3 Middleware topic+sample update (#8209) 2018-08-21 13:34:05 -07:00
Luke Latham 2c7f11f3af Move SetCompatibilityVersion into an MVC subtopic (#8196)
Escape an underscore

Escape more underscores

And another one
2018-08-21 12:57:06 -07:00
Luke Latham 232d345f9e
Specify "Core" for ASP.NET Core refs (#8110) 2018-08-15 22:30:29 -05:00
Luke Latham 3daafeef84
Enhance DI remarks in Startup topic (#7800) 2018-07-30 16:08:21 -05:00
Rutger Storm 995a84e6e7 Fix urls linking to non-existing dev branch (#7604)
I noticed that some links point to https://github.com/aspnet/Mvc/blob/dev/src/ but since that one doesn't exist (anymore?). I fixed them to point to master.
2018-07-13 11:49:12 -06:00
Luke Latham 63866631d0
Enhance Startup class conventions content (#7525) 2018-07-10 10:16:12 -05:00
Luke Latham eef1521324
Update Multiple environments topic (#7148) 2018-06-21 12:32:07 -05:00
Scott Addie 675e659111
Metadata updates for ASP.NET Core fundamentals docs (#7181) 2018-06-20 11:11:27 -05:00
Luke Latham 7c30c9bdf7
Host updates (Generic Host topic) (#6428) 2018-05-16 16:09:24 -05:00
Luke Latham bcdf04f096 Move and rename topic (#6229) 2018-05-07 08:53:40 -10:00
Luke Latham f01c69f86b TOC and topic renaming with "feature" removals (#6194)
* TOC and topic renaming work

* Updates

* TOC and topic renaming work

Updates

* Updates
2018-05-03 14:38:00 -05:00
Rick Anderson 03fe9cda83
SetCompatibilityVersion (#5948)
* WIP: SetCompatibilityVersion

* work

* work

* work

* work

* spelen

* spelen

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* react to feedback
2018-04-20 17:12:43 -10:00
Luke Latham 117d4d1494 Clarify middleware ordering (#5802) 2018-03-26 13:54:17 -05:00
Luke Latham bdb6d7cafc Title, description, and H1 updates (4) (#5745)
* Title, description, and H1 updates (4)

* Updates

* Updates

* Drop gerunds and update link text

* Update

* Update next.md

* Update routing.md
2018-03-21 14:18:35 -10:00
Luke Latham f047169540 Drop [Main] from snippet references (#5547) 2018-02-24 10:08:11 -06:00
Luke Latham ab45f0c5d1 IMiddleware/IMiddlewareFactory topic (#5027)
* IMiddleware/IMiddlewareFactory topic

Change middleware topic filename + add crosslink

Update

Updates

* IMiddleware/IMiddlewareFactory topic

Change middleware topic filename + add crosslink

Update

Updates

* Updates

Updates

* React to feedback

* Add conventional middleware activation example
* Use Ninject to make the samp demo a real nonconforming container

* Show the default factory

* React to feedback

* Cut extraneous Ninject bits

* Updates

Update

* React to feedback

* React to feedback

* Use Simple Injector + default IMiddlewareFactory impl

* Updates

* Update

* Revert topic+sample to using the default container

Update

* Updates

* Updates

* Updates

* React to feedback

* Update
2018-01-30 10:53:14 -06:00
Luke Latham abbe642741 Organize metadata (#5296)
Updates
2018-01-29 09:21:31 -06:00
Luke Latham 4d176551f7 Configuration during startup (#5241)
* Configuration during startup

Update

* React to feedback + Remove you/your instances

* Updates

* React to feedback

* React to feedback

* React to feedback

* Add missing comma
2018-01-24 14:39:02 -06:00
Luke Latham 0c2db47ce5 Kill extra parenthesis on link (#5025) 2017-12-18 12:36:19 -10:00
Luke Latham 1daa4ac088 Add IStartupFilter coverage to App Startup topic with UE pass (#4878)
* IHostingStartup

Updates

Updates

Updates

Updates

Updates

Updates

Update

* Updates

* Fix links

* Content and organization updates

* Updates + add examples to help explain concepts

* React to feedback

* Add convenience methods section

* Add detail on IApplicationBuilder

* Update startup.md

* React to feedback

* One more touch

* More updates

* Remove DI phrase

* React to feedback

* They want a gray border

* Add purpose of IStartupFilter
2017-12-08 15:18:22 -10:00
Luke Latham 374ecc35a7 Documenting Options change for 2.0 (#4797)
* Documenting Options change for 2.0

Update

Updates

Updates

* Updates

Fix link

Update TOC entry

Fix redo

Updates

* Update index.md

Simple is banned.

* Factor remaining Options out of Config topic

* React to feedback and updates

Update

Updates

Update metadata

* React to feedback

Update
2017-11-28 14:09:16 -10:00
Luke Latham 65d60b9783 LoggerMessage topic (#4697)
* LoggerMessage topic

Updates

Updates

Updates

Update

Updates

Update

* React to feedback

Update

React to feedback

Update

* React to feedback

* Update loggermessage.md

* Updates

Updates

Updates

Update

* React to feedback
2017-11-06 15:41:13 -10:00
Luke Latham 51677797b1 fundamentals/index (and other) updates (#4467)
* fundamentals/index (and other) updates

* Update index.md

* Update index.md
2017-09-30 17:38:25 -07:00
Rick Anderson a4e5dbf02b Ss/ra/test1 (#4416)
* test

* test
2017-09-26 16:03:55 -07:00
Luke Latham 18d1878f00 Trim keywords of keyword metadata
Patch 3
2017-09-21 02:22:29 -05:00
Isaac Levin 854c07c430 Remove Deadlinks in aspnetcore section of repo (#4241)
* Create mvc2.md

Added temp file to house doc requested in #3809

* Initial outline of document

* Added Note for Special Tooling (VS 2017 Preview 3)

Will remove when Preview 3 is updated into Release

* Added Porting Link

* Added Core DI Sample

* added DI Section

* Added Storing Configuration Settings Section

* Adding Custom Settings samples

* part of static content

* static content section

* .net standard section

* Adding Edit in VS 2017 Image

* Samples for Startup

* startup and csproj section

* update image reference

* Updates to Migration Doc

changes per @scottaddie

* Final round of changes

Please review

* Edits

* Fix invalid xref link

* More edits

* More edits

* More edits

* More edits

* More edits

* More edits

* Move Content to different directory

* Update Code Sample Links

* change sample location

* ::

* Update Sample Filenames

* Minor edit

* Remove extra space

* More edits

* Move Static Folder

* update reference to image

* Update mvc2.md

* Minor tweaks

* Changes to sample file

* Change copy for Configuration Section

* Fix code formatting

* Remove extra line feed

* Remove extra line feed

* Fix 3xx/4xx/5xx Status Codes in aspnetcore folder

* Take out locality references in urls:

* change MSDN urls to docs.microsoft if possible

* Update aspnet-core-module.md

* Update iis.md

* Remove localization from external links
2017-09-11 20:58:51 -05:00
Rick Anderson 4147d2d29e Update startup.md (#3979) 2017-08-15 17:47:05 -04:00