Commit Graph

1908 Commits (2ef07bb443e66c9b3893a070830c16edbe715e3d)

Author SHA1 Message Date
Oscar-henri STEFANINI 2ef07bb443 Update adding-model.md (#4778)
Fixed a typo at line 72 (an e missing)
2017-11-13 10:54:53 -10:00
Rick Anderson b3abc96e95
RP intro add tutorial link (#4764)
* RP intro add tutorial link

* Update index.md

* Update index.md
2017-11-13 10:49:43 -10:00
Steven Moschidis 702a594be1 language enhancement proposal (#4779)
* language enhancement proposal

as discussed in comments

* Update iis.md
2017-11-13 10:27:20 -10:00
Justin Kotalik fbce5e8a49
Fix typo in MVC Views overview 2017-11-11 15:49:29 -08:00
Rick Anderson 45b1547a1c
Update update-related-data.md (#4761) 2017-11-10 14:57:16 -10:00
Dan Vicarel 29c81f521c 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
2017-11-10 14:16:20 -10:00
Rick Anderson c9a70522e0
Update index.md 2017-11-09 17:38:53 -10:00
Rick Anderson 5d2514ab73
Update using-gulp.md 2017-11-09 15:35:12 -10:00
Alfred Myers cb67e6fc7d Minor improvement (#4757) 2017-11-09 11:51:03 -10:00
Scott Addie be2048970e
Fix broken sample apps link 2017-11-09 10:23:17 -06:00
Rick Anderson 66556ae9ec
Update adding_view1.md 2017-11-08 14:30:14 -10:00
Scott Addie 649a2ac2ac
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
2017-11-08 15:47:59 -06:00
Rick Anderson 31c4f1d32f
Update publish-to-azure-webapp-using-vs.md (#4746) 2017-11-08 10:28:26 -10:00
Rick Anderson a10a2e8493
Update adding-controller1.md (#4747)
* Update adding-controller1.md

* Update adding-controller1.md
2017-11-08 10:20:20 -10:00
Cam Soper 9a2dea74bd 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
2017-11-07 13:01:02 -10:00
Rick Anderson 36af830edd
Update index.md (#4730) 2017-11-06 18:30:08 -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 492a070952 Update link to Logging topic (#4729) 2017-11-06 14:31:35 -10:00
DarkDaskin 897872995b Updated example kestrel-hellomvc.service (#4725)
Added an environment variable to allow running when www-data does not have write rights.
2017-11-06 14:28:16 -10:00
Rick Anderson 20d51d1fbb
Ra/fix r pintro (#4734)
* SignalR folder

* fix broken bower
2017-11-06 12:23:17 -10:00
Rick Anderson f18f5becce
SignalR folder (#4732) 2017-11-06 10:57:07 -10:00
Cam Soper accdd6427f Command line deployment to Azure and deployment scenario visibility (#4728)
* Command line deployment

* typo fix

* edits per review

* increased visibility of 'pub to azure' scenarios

* removed copy/paste debris
2017-11-06 10:43:58 -10:00
Rick Anderson a422187ba7
Update overview.md 2017-11-06 10:08:27 -10:00
Rick Anderson 350c43eba0
Update model4tbl.md 2017-11-06 09:58:25 -10:00
Luke Latham 10478fce6a Razor Pages authorization conventions topic (#4584)
* Razor Pages auth and custom routing topic

Update

Updates

Updates

Sample update

Updates

Use absolute URLs in sample README

* React to feedback

* Filename change

* React to feedback

* Breakdown 1st sentence

* Error page update

* React to feedback

Update

Updates

* Move topic to security/authorization + add crosslinks

Update sample link

* Move topic to 3rd under Authorization in TOC
2017-11-03 12:52:31 -05:00
Rick Anderson 933bb4db4f
Update _Layout.cshtml (#4723)
remove legacy AI script call
@Html.Raw(JavaScriptSnippet.FullScript)
2017-11-03 07:48:02 -10:00
Scott Addie 7afd09aec2
Change csproj snippet type from csharp to xml 2017-11-03 09:55:54 -05:00
Rick Anderson 6a746d62d2
WIP:For build report (#4706)
Do not merge
2017-11-02 18:29:54 -10:00
Rick Anderson 72a59ff7a3
Update start-mvc.md 2017-11-02 14:45:15 -10:00
Rick Anderson 8f2335a2f4
Update da1.md 2017-11-02 10:52:08 -10:00
Rick Anderson 315c66f28b
Update index.md 2017-11-02 10:10:37 -10:00
Scott Addie d7599c9144
Remove stray backtick 2017-11-02 13:28:42 -05:00
Scott Addie f7105ff147
Add more detail to TempData configuration section (#4693)
* Add more detail to TempData configuration section

* Minor edits

* Convert Note alert to Important
2017-11-02 13:06:57 -05:00
Jérémy VIGNELLES 7b04f55fd3 Added examples in Disposing of services (#4711)
Explains two things:
- Services implementation that implements `IDisposable`, but not their interfaces are correctly disposed.
- Services instances created by a factory function gets disposed
2017-11-02 13:05:06 -05:00
Shibu c4057a9f12 Updated facebook-logins.md with exact instructions to store Facebook … (#4709)
* Updated facebook-logins.md with exact instructions to store Facebook app id and secret in secret store

* Minor edits
2017-11-02 11:14:57 -05:00
Yan Ivan Evdokimov 5eff35a52c Changes to resourcebased.md to match Core 2.0 (#4712)
* Changes to resourcebased.md to match Core 2.0

AuthorizeAsync method returns Task<AuthorizationResult> instead of Task<bool> in 2.0.

* Introduce tabs
2017-11-02 10:21:41 -05:00
Rick Anderson af91336ca7
RP EF minor clean up (#4705) 2017-11-01 13:20:23 -10:00
Scott Addie 8d78fdb67e
Clarify warning message in views auth doc (#4673) 2017-11-01 14:39:15 -05:00
Scott Addie 4c4adff9e8 Add missing description metadata to security docs (#4702) 2017-11-01 09:34:09 -10:00
Scott Addie 9d10977fb1
Remove period from TOC link title (#4703) 2017-11-01 14:22:05 -05:00
Isaac Levin e18d233bc7 Review all Codeplex links/mentions and update where needed (#4642)
* porting of codeplex links

* updates

* updates

* updates

* updates

* updates

* updates
2017-11-01 08:49:07 -10:00
Rick Anderson 9c4bceb7e2
Update index.md 2017-11-01 08:45:20 -10:00
Rick Anderson d5cfe6ecd9
Update index.md (#4699)
* Update index.md

* Update index.md
2017-11-01 08:44:18 -10:00
Rick Anderson a10fa18363
fix link (#4701) 2017-11-01 08:34:01 -10:00
Rick Anderson b9509ec906
RP with EF (#4451)
* RP with EF

* 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

* finished with CRUD

* start part 3

* start part 3

* finish Sort/Group

* finish Sort/Group

* finish Sort/Group

* finish Sort/Group

* work

* removed all you

* finished with parts 1-3

* finished with parts 1-3

* finished with parts 1-3

* part 4

* finish mig

* finish mig

* complex

* complex

* complex

* complex

* complex

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* react to feedback
2017-10-31 19:38:47 -10:00
Rick Anderson 4b3a9d04f8
CSAT on Web API (#4681)
* CSAT on Web API

* CSAT on Web API

* CSAT on Web API

* last fix
2017-10-31 12:50:08 -10:00
Michael DePouw fe216f26e7 Dev2/key management.md (#4691)
* fix anchor link to handler registration

* fix anchor link to automatic key rolling
2017-10-31 12:42:57 -10:00
Michael DePouw 21ff2c2e27 fix anchor link to handler registration (#4690) 2017-10-31 15:42:12 -05:00
Rachel Appel ab286b5adf SEO Update (#4692)
* SEO Update

* Update configuration.md

* Update configuration.md
2017-10-31 10:41:01 -10:00
Isaac Levin 2472cdd6fd Update Continuous Deployment to Azure with VS to .NET Core 2.0 and VS 2017 #4393 (#4687)
* updates to screenshots and steps

* fix ordered list
2017-10-31 12:27:47 -07:00