Commit Graph

49 Commits (687474b31c6cd67e093db193f2203bdda8536c91)

Author SHA1 Message Date
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
Luke Latham 507cd2c98e
Fix link (#25654) 2022-04-17 17:00:14 -05: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
Luke Latham 5f1743e629
Add Blazor Hybrid to no-loc metadata (#25064) 2022-02-18 07:17:09 -06:00
Wade Pickett c58668bfad
6.0 Update - Web API Migration (#24601)
* 6.0 Update Web API Migration

* accounting for startup vs program

* Added snippet examples for 6.0, review related changes

* Updates per review feedback

* Corrected code snippit name line 83

* code snippet link fix line 83

* fixed code link line 89

* fixed product controller highlights

* corrected numbered sublist

* Moved completed  products controller updated example to after update instructions.

* fixed productsController code link

* added code highlight

* change for launchURL plus URL example

* code changes plus example highilight number to match

* Update webapi.md

* Update aspnetcore/migration/webapi.md

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

* Update ProductsController.cs (#24682)

namespace ProductsCore.Controllers {} moved to namespace ProductsCore.Controllers;

* Removed 3.0 sample, fixed 3.x moniker section

* Removed 3.x sample, fixed 3.x moniker section.

* Moved finished controller example to top of section

* Added Migrate Model section

* corrected ? annotation

* corrected model example

* codefence <port> to workaround false inline html build warning.

* fixed model diff

* udpated code highlight for controller.

* Updating routing section

* Clean up of routing section

* fixed sample reference

* correcting code reference

* More route section clean up.

* Updated controller highlight.

* Added code sample context to routing section

* Added controller sample context for routing attributes

* alingned code block

* Apply suggestions from code review

Added commit suggestions from Rick-Anderson

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

* incoporated moniker changes from main

* Corrected link

* removed nullable warning image per review

* Highlighted routing attributes in first controller example

* Update aspnetcore/migration/webapi.md remove 6.0 min hosting

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

* restructering to narrow focus of controller model udpate

* Restructuring project creation for one project

* Fix code link for 3.x controller & model

* updated create project instructions

* Clean up of single astirisks

* additional asterisk clean up.

* Removed reference to 6.0 version in routing section

* Reword controller migration section

* Added missing comma

* deleted unused screenshot file

* Referred to previous doc in intro.

* Adding CLI tab version of doc

* Added VSC new project steps

* removed unneeded package step

* Added ProductsCore project name to cli instruction

* add cli argument for no openapi

* Added CLI version instruction for create model and controller.

* corrected using for model in controller 6.x

* Changed copy controller section title

* Apply Rick's suggestions from code review

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

* Changes per review

* Added link to controller and and action attribute tokens

* fixed link

* improved the routing attribute changes list

* Removed versions below 3.1 per review

* added missing quote on moniker line

* Restructured model and controller copy sections

* corrected code link

* Moved template removal and change of launchURL to new section

* updated model code since we start with the updated version

* Added ? for code highlight

* Added attributes in controller list of changes

* minor change and force rebuild

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2022-02-16 15:37:34 -08:00
Kirk Larkin e3c99c2fe5
Prefer :::moniker over ::: moniker (#24805) 2022-01-31 13:12:01 -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
Rick Anderson 2f00739f4e
Kestrel to no-loc (#22182) 2021-05-01 13:03:18 -10:00
Scott Addie 09e3573c75 Finish default branch renaming work 2021-03-09 22:40:27 -06:00
Rick Anderson 311cef0e25
appsettings.json noloc (#20320) 2020-10-27 11:27:47 -10:00
Rick Anderson 23bd8d2057
Add ASP.NET Identity to no loc (#19578)
* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc
2020-08-19 11:07:40 -10:00
Rick Anderson 3a5c8b81d4
add Cookie to no loc (#19446) 2020-08-07 14:55:26 -10:00
Luke Latham 80446f1dd8
Add Blazor WebAssembly/Server to no-loc (#18962) 2020-06-25 19:11:04 -05:00
Wade Pickett cd740ea62e
Update Migrate Web api topic plus samples to 3.1 (#18417)
Many thanks @Rick-Anderson and @scottaddie for the very helpful suggestions.  I added a lot to my PR checklist to run against future work as a result.

* Update Migrate Web api and samples to 3.1

* patch: added missing moniker end, corrected 3.1 startup.cs

* patch: Added numbered instructions for create destination proj

* patch: corrected missing -a- in intro

* Apply suggestions from code review

Committing scottaddie's great review suggestions.

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* patch: code highlight fix, removed 3_0 SetCompatibility

* patch: Updates per review

* patch: removed quote on using ProductsCore.Models

* patch: removed dupe finished productscontroller code example

* Apply suggestions from code review

Added scottaddie suggestions

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/migration/webapi.md

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* patch: Moving simply getproducts return statement to numbered list

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-05-27 19:40:58 -07:00
Luke Latham f2834015b6
Drop existing no-loc entries (#18111) 2020-05-04 12:00:16 -05:00
Scott Addie 9174ead0d3
Update aspnet org. links to reference the dotnet org. (#17077)
* Update aspnet org. links to reference the dotnet org.

* Update API ref links
2020-02-20 19:37:35 -06:00
Luke Latham 2e9bf90656
Drop styled link text (#16042) 2019-12-05 17:12:26 -06:00
Luke Latham faf0363132
Drop 'decorate'/'decorated' for attribute (#16039) 2019-12-05 15:28:49 -06:00
Tom Dykstra ef5e50aa84
Fix prereqs that say VS2019 but should say VS2017 (#13092)
* fix prereqs that say VS2019 but should say VS2017
2019-07-03 09:11:34 -07:00
Luke Latham 217c6f3604 React to repo name change in repo links (#12152) 2019-04-24 14:04:39 -10:00
Scott Addie c5447bda60
Update web API migration doc to 2.2 (#9939)
* Update web API migration doc to 2.2

* Fix code snippet syntax

* Fix highlighting

* Update aspnetcore/migration/webapi.md

Co-Authored-By: scottaddie <10702007+scottaddie@users.noreply.github.com>
2018-12-10 16:33:26 -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
Scott Addie 56aa3bec94
2.1 update of Web API migration doc (#8717)
* 2.1 update of Web API migration doc

* Fix list formatting

* React to feedback
2018-10-01 14:55:27 -05:00
Scott Addie 722dee119b Fix incorrect code for Web API 2 compat shim 2018-07-06 14:46:58 -05:00
Wally S 05c8d3b536 fix typo (#7250)
Fixes typo in documentation.
2018-06-22 15:00:11 -05:00
Scott Addie de5eff1646
Metadata updates for ASP.NET Core migration docs (#7178) 2018-06-20 10:33:10 -05:00
Mike Rousos 178a00c696 Microsoft.AspNetCore.Mvc.WebApiCompatShim docs (#6280)
* Add a section on `Microsoft.AspNetCore.Mvc.WebApiCompatShim` to Web API migration docs

* WebAPIcompatShim minor edits

* Minor tweaks
2018-05-10 11:01:32 -05:00
Isaac Levin d02c94cde7 Core Identity Documentation Updates (#5889)
* intiial commit for membership to Core Identity

* Update membership-to-core-identity.md

* fix sql script

* updates for Barry

* Style guide changes

* udpates to Migration Index Node and MVC Walkthrough

* updates to configuration and sample

* fixes to MVC steps

* udpates to proper to core identity doc and sample

* image resizing

* updates to webapi

* update to error section

* Minor tweaks to mvc.md

* Change snippet type

* remove references to bower in samples/readmes

* udpates for Scott

* updates to TOC

* updates

* Minor tweaks to membership-to-core-identity.md

* updates

* fix namespace

* Minor verbiage tweaks

* Simplify link title in TOC

* Shorten link title again

* Fix indentation of PackageReference node

* Quick UE edit

* Minor tweaks to configuration.md

* Remove unnecessary screenshots

* remove files

* Remove extra word

* Verbiage tweak

* Fix broken link

* Minor tweaks to mvc.md

* Improve readability of _Layout.cshtml

* Minor tweaks to mvc.md

* remove extra space

* Fix indentation issues
2018-05-04 10:29:28 -05:00
Jaxel Rojas 1dcc8ead4d Update webapi.md (#6055)
Changed line 64 to use csharp syntax highlighting instead of None.
2018-04-22 19:26:00 -10: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 6b0cf1247f Title, description, and H1 updates (2) (#5697)
Updates
2018-03-14 16:51:34 -10:00
Luke Latham f047169540 Drop [Main] from snippet references (#5547) 2018-02-24 10:08:11 -06:00
Luke Latham abbe642741 Organize metadata (#5296)
Updates
2018-01-29 09:21:31 -06:00
Luke Latham 313486d76f Taming the savage contraction issue (#5216)
* Form contractions

* Revert two contractions

* Additional reversions

* Additional reversions

* Additional revisions

* Additional revisions

* React to feedback
2018-01-24 09:27:24 -06:00
Luke Latham 31df8fcabf Remove keywords and ms.assetid metadata from ASP.NET Core topics (#5208) 2018-01-19 14:11:45 -06:00
Luke Latham 19ce81f76a Provide link to download instructions for samples 2017-09-30 20:15:54 -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
Scott Addie f6dac646e1 Remove duplicated instances of 'the' (#3893) 2017-08-05 09:54:04 -04:00
Rick Anderson 2225182397 remove | MS Docs (#3612) 2017-06-30 23:47:15 +00:00
Andy Pasic 010b730d27 Bulk metadata fix (#2871)
* meta data fix

* Revert "meta data fix"

This reverts commit ba36883476.

* meta data fix2

* test

* Update owin-oauth-20-authorization-server.md

* Update api-ref.md

* Update api-ref.md

* test

* test2
2017-03-02 14:50:36 -10:00
Luke Latham 5e2118e1e6 Specify alt text in all images (#2434)
* Update publish-to-azure-webapp-using-vs.md

* Update google-logins.md

* Update working-with-sql.md

* Update microsoft-logins.md

* Update twitter-logins.md

* Update facebook-logins.md

* Update index.md

* Update accconfirm.md

* Update 2fa.md

* Update yeoman.md

* Update file-providers.md

* Update app-state.md

* Update localization.md

* Update middleware.md

* Update dependency-injection.md

* Update mvc.md

* Update webapi.md

* Update native-mobile-backend.md

* Update filters.md

* Update formatting.md

* Update dependency-injection.md

* Update adding-controller.md

* Update adding-model.md

* Update search.md

* Update controller-methods-views.md

* Update adding-view.md

* Update validation.md

* Update first-web-api.md

* Update web-api-help-pages-using-swagger.md

* Update your-first-mac-aspnet.md

* Update azure-continuous-deployment.md

* Update vsts-continuous-deployment.md

* Update dependency-injection.md

* Delete FBLogin2.PNG

* Delete pass1.PNG

* Delete pass2.PNG

* Add files via upload

* Update facebook-logins.md

* Update index.md
2016-12-22 10:03:29 -08:00
Andy Pasic a82e144ea1 fixed code snippets 2016-11-17 21:03:07 -08:00
Rick Anderson 17f93fe6c5 keywords and decription meta-data 2016-11-17 10:13:02 -10:00
Rick Anderson b23d49f1f6 title + meta on technology 2016-11-16 14:24:57 -10:00
Steve Smith 807a02838b Author updates (#2144) 2016-11-11 11:28:14 -05:00
Andy Pasic 5c533c0d9e dl link fix (#2116)
* quick test

* validation fix
2016-11-07 07:19:31 -10:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00