Commit Graph

14 Commits (83b5a4715fd25e4eb6f7c8427c0ef03850a7fa07)

Author SHA1 Message Date
Rick Anderson f017f940a1
Update live with current master (#4793)
* Tabbifying script examples per OS (#4735)

* Command line deployment

* typo fix

* edits per review

* increased visibility of 'pub to azure' scenarios

* removed copy/paste debris

* Tabbified the local code segments

* fixed merge whoops

* attempting to fix TOC

* Fixed toc xref

* Update implementing-basic-crud-functionality-with-the-entity-framework-in-asp-net-mvc-application.md (#4745)

* Update adding-controller1.md (#4747)

* Update adding-controller1.md

* Update adding-controller1.md

* Update publish-to-azure-webapp-using-vs.md (#4746)

* Overhaul of resource-based auth doc (#4715)

* Updates to resource based auth doc

* More edits

* More edits

* Tag with mvc metadata

* Verbiage tweaks

* More edits

* More MVC edits

* More edits

* Initial commit of sample app

* Replace inline code with code imports

* Add download link to sample app

* Correct the requirement class name

* Adjust line number

* Verbiage tweak

* More edits

* Add 1.x sample

* Update sample apps folder name in link

* Minor edits

* More edits

* Fix metadata warnings

* Code cleanup

* Update description metadata

* Update property name in csproj file

* Update old namespaces in ASP.NET Core 2.x app

* Update .NET Fx target framework TODO comments

* Prevent action code from scrolling

* Add Razor Pages sample

* Fix line numbers for highlighting

* Return ForbidResult when appropriate in 2.0 app

* Add authentication assumption notes

* Update metadata

* React to Rick's feedback

* Add 1.x handler snippets

* Update adding_view1.md

* Fix broken sample apps link

* Minor improvement (#4757)

* Update using-gulp.md

* Update index.md

* Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md (#4767)

* Added Description for AdditionalFields Property of Remote Attribute (#4768)

* Updated model validation topic and example code to describe the Remote attribute AdditionalFields property

* Update validation.md

* Update update-related-data.md (#4761)

* Fix typo in MVC Views overview

* language enhancement proposal (#4779)

* language enhancement proposal

as discussed in comments

* Update iis.md

* RP intro add tutorial link (#4764)

* RP intro add tutorial link

* Update index.md

* Update index.md

* Update adding-model.md (#4778)

Fixed a typo at line 72 (an e missing)

* Specified the language on two code snippets in the remote validation section (#4781)

* Update overview.md (#4771)

* Update overview.md

* Update overview.md

* Update overview.md

* Update overview.md

* fixed product name (#4787)

* erratum: WSP compilation tempDirectory (#4791)

* Fix link (#4790)

* Fix note content (#4789)

* Update adding-model4.md (#4785)

* RazorPages is ambiguous - rename app MyRazorPages #4695 (#4775)

* Rename RazorPages to RazorPagesSample

* fix typo

* change dbname in startup

* revert change and slight rename

* Update intro.md

* Update start-mvc.md
2017-11-14 17:47:09 -10:00
Rick Anderson b330159cb0 Update live with current master (#4454)
* Add PO localization doc

* More edits

* Updates TaskCache to Task

Since [TaskCache](https://github.com/aspnet/Common/issues/238) was removed this updates the samples to use `Task.CompletedTask` instead

* More edits

* More edits

* Change code snippet type from C# to CSHTML

* Add missing snippet types

* Add Required note to model validation topic

Fixes #1928

* MVC views overview update

Updates

Updates

Updates

Updates

Update

* React to feedback

* React to feedback

* Add support disclaimer

* UE pass on Publishing to IIS topic

* React to feedback

Minor update

* Move VS Tools for Docker doc to ASP.NET Core repo

* React to feedback

* React to feedback

* Drop literal_block comments and fix a few code blocks

* Fix demo code for AddAuthentication.AddCookie

In .Net Core 2.0 using the code as supplied results in an exception, the fix is to pass the scheme name when calling AddCookie.

Fails:
services.AddAuthentication("MyCookieAuthenticationScheme")
        .AddCookie

Works:
Fix demo code for services.AddAuthentication.AddCookie
services.AddAuthentication("MyCookieAuthenticationScheme")
        .AddCookie("MyCookieAuthenticationScheme",

* React to feedback

* Fix one

* React to feedback

* Convert title to sentence case

* Add missing param to AddCookie call

* React to feedback

* React to feedback

* Add RP tutorial step 'Uploading files' to TOC

* fix breadcrumb link to core

* Update model-binding.md

Fixing type `CancelationToken` -> `CancellationToken`

* minor clean up (#4431)

* Updates

* Fix a link

* Explain post delete method

Update

* Fix inadvertent uid change (typo)

* React to feedback

* React to feedback

* React to feedback

* Alter app cookie configuration code samples

* Update first-web-api-mac.md (#4441)

* Update web-api-vsc.md

* Remove dead project file (#4427)

* Updates to the intro: layouts, partials, VCs

* Update web-publishing-vs.md (#4447)

* Update web-publishing-vs.md

* Update web-publishing-vs.md

* Update identity-enable-qrcodes.md

* Update identity-enable-qrcodes.md

* Update identity-enable-qrcodes.md

* Remove extra space

* Minor edits

* Add TOC link to snapshot debugging doc

* Update index.md (#4443)

* Update index.md

* Update index.md
2017-09-29 11:34:37 -07:00
Scott Addie d2f705f7a8 Updates to Razor Pages intro doc (#4262)
* Updates to Razor Pages intro doc

* More updates

* Remove @functions conversion reference

* Remove all @functions references and code

* Change code snippet type to cshtml
2017-09-13 11:06:58 -05:00
Rick Anderson 87900dffec Z/ra/acr (#4168)
* never

* Clean up RP

* work

* work

* work
2017-08-31 17:14:06 -07:00
Rick Anderson e7a03a59c2 Update intro to RP - remove preview (#4027) 2017-08-18 12:43:39 -04:00
Rick Anderson aa5469fbef Add CLI directions to RP intro (#3980)
* Add CLI directions to RP intro

* Add CLI directions to RP intro

* Add CLI directions to RP intro

* work

* work

* work

* work

* work

* work

* work
2017-08-17 15:09:43 -04:00
Jaliya Udagedara bf27a56d6c Fixed code formatting issues. (#3988) 2017-08-16 10:42:05 -05:00
Jaliya Udagedara 2f18c5507b Minor formatting. (#3986) 2017-08-16 09:38:29 -05:00
Stuart Leeks eaa94a986c Fix typo (#3953) 2017-08-14 14:28:45 -05:00
Rick Anderson 9ac76b27e6 Intro to RP part 4 (#3904)
* WIP:Intro to RP part 4

* work

* work

* work

* work

* work

* work
2017-08-07 15:08:21 -04:00
Rick Anderson 81861eb61e Intro to Razor Pages (#3825)
* Intro to Razor Pages

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work
2017-07-26 09:42:18 -07:00
Rick Anderson 8b52f0bfa0 update Razor Pages image (#3818)
* update Razor Pages image

* update Razor Pages image
2017-07-25 09:27:22 -07:00
Rick Anderson b1c8db731f Razor Pages with VS17 (#3750)
* Razor Pages with VS17

* Razor Pages with VS17

* Razor Pages with VS17
2017-07-17 16:13:28 -06:00
Rick Anderson d397e9db4f Razor Pages update (#3722)
* Razor Pages update

* work

* work

* work

* work

* work

* work

* work

* Minor tweaks to Microsoft.AspNetCore.All sentence
2017-07-17 12:19:44 -06:00