Commit Graph

3037 Commits (724c2248868fe23f405a03e5bd3b86d119d3cb5a)

Author SHA1 Message Date
Tom Dykstra 724c224886 change notepad instructions (#3455) 2017-06-02 09:57:41 -07:00
InoueKonoha 6ca6a5666f Update parameter type of GetById in POST example (#3446) 2017-06-01 17:11:09 -07:00
thebaker4 4a8c19bf5c Removal of apostrophe from "API's" (#3450) 2017-06-01 17:05:09 -07:00
Rick Anderson 89e2a2e7d8 fix links (#3444) 2017-05-31 20:07:13 -07:00
Andrew Stanton-Nurse bc0cac341d document registering View Component Tag Helpers (#3436)
* document registering View Component Tag Helpers

fixes #3435

* pr feedback

* Update view-components.md

* Update view-components.md

* Update view-components.md
2017-05-31 14:55:49 -07:00
Tom Dykstra c544e5acb2 set ms.topic to get-started-article (#3442)
* set ms.topic

* set ms.topic
2017-05-31 14:55:29 -07:00
Rick Anderson dd07b9d0cd help SEO on precompilation (#3431)
* help SEO on precompilation

* Update view-compilation.md

* Update view-compilation.md
2017-05-30 16:56:39 -07:00
Rick Anderson 29de1c9d7d Add precompiled view link to Razor Pages (#3432) 2017-05-30 16:55:24 -07:00
Derek Christensen 3a3b79933d Correct async/await usage (#3417)
Fixed async/await usage to not call .Wait() on the task and to not await the Task that is never used.
2017-05-30 16:35:55 -07:00
Nate McMaster f3040c8ebd Update "Key Encryption At Rest" doc for new API in .NET Core 2.0 (#3430) 2017-05-30 13:37:41 -07:00
Thawatchai Klinkliang 49de2ecfe1 Update TodoController.csc (#3421)
Parameter of _context.TodoItems.Update should be "todo" instead of "item"
2017-05-30 13:36:23 -07:00
Roman Blinkov ab20ece3c2 Fix for pkcs12 certificate export (#3418)
* Fix for pkcs12 certificate export

* Update https.md

Removed extra lines
2017-05-30 13:18:30 -07:00
Rick Anderson c0849eb674 Secure user data (#3336)
* Secure user data

* removed dead code

* Revert "removed dead code"

This reverts commit 3311e8e4d4.

* move snippets to final15

* work

* fix

* work

* work

* work

* work

* work

* work

* work

* work

* work

* CRUD check

* work

* rename

* work

* formatting

* tdykstra feedback

* work

* tom feedback

* work

* work

* joe feedback

* work

* download

* fix

* download link

* download link
2017-05-30 13:11:31 -07:00
Rick Anderson c7bfcf5138 web API toc (#3413)
* web API toc

* fix

* fix

* fix
2017-05-30 12:38:50 -07:00
joan xie 8c0824a3ee Update aspnet-mvc-4-custom-action-filters.md (#3415)
* Update aspnet-mvc-4-custom-action-filters.md

Fix parameter type mismatch

* Update aspnet-mvc-4-custom-action-filters.md

Fix missing subject
2017-05-30 12:38:26 -07:00
Tom Dykstra c04b7f0272 explanations and includes in adding-model.md (#3420)
* issue 3112

* fix link

* fix formatting

* add link
2017-05-30 12:23:24 -07:00
Jonathan Menzel 6bbf4f9d6a Minor punctuantion changes (#3423)
Replacing semicolons by the right punctuation in text
2017-05-30 12:18:36 -07:00
Ganesan Arunachalam 520e0013bb Fixed typo (#3424)
* Fixed typo

* Update register_dbContext.md
2017-05-30 12:17:19 -07:00
Ganesan Arunachalam 285cd142e1 Fixes broken link (#3425) 2017-05-30 12:14:53 -07:00
foreverlearner ed8bf7cd83 Update sample4.cs (#3428) 2017-05-30 12:13:26 -07:00
foreverlearner ea1a5337a2 Update sample2.cs (#3429) 2017-05-30 12:12:45 -07:00
John Korsnes fa482262f0 Update docs with load user profile option (#3397)
* Update docs with load user profile option

Related docs from @blowdart: https://github.com/aspnet/DataProtection/issues/107

The option of having the app pool user load the profile was by far the easiest route, and is not part of the docs.

* Update iis.md

> Any data you protected will no longer be able to be unprotected. 

I don't understand that.

>you should configure Data Protection with the deployment script

What deployment script?

* Update iis.md

* Update iis.md

* Update iis.md
2017-05-30 12:11:26 -07:00
andrewlock 56cb9c634f Fix typo in filters.md (#3426)
`ReesultFilterAttribute` -> `ResultFilterAttribute`
2017-05-28 11:30:02 -04:00
Terri Morton 21efed8220 Updating page title
Changed "ASP.NET Razor Pages" to "ASP.NET Web Pages"
2017-05-26 15:50:58 -04:00
Tom Dykstra aa6c97dbec add note explaining log method parameters (#3416) 2017-05-25 09:08:09 -07:00
Rick Anderson 90adc00b47 mac Prerequisites (#3410) 2017-05-24 21:03:31 -07:00
Rick Anderson 30f80837bf Web API refactor and remove repository (#3399)
* work

* work

* work

* work

* work

* work

* work

* work

* work

* work
2017-05-24 13:48:25 -07:00
Tom Dykstra 0adb972b9a add to TOC (#3409) 2017-05-24 13:46:10 -07:00
Elektronenvolt 49d56c2097 To stop tracing session use Stop-EtwTraceSession (#3400)
To stop the ETW tracing session, the Remove-EtwTracingSession command doesn't work. Used Stop-EtwTraceSession instead.
2017-05-24 13:21:52 -07:00
Omar Maher d1a2867afd Update Startup.cs in Formatting (#3378)
* Update Startup.cs

Make default format xml

* Update Startup.cs

Make Xml global format
2017-05-24 11:24:00 -07:00
Rick Anderson d40cd19b30 Update 2fa.md - download links (#3406)
* Update 2fa.md

* Update 2fa.md

* Update 2fa.md

* Update 2fa.md
2017-05-24 11:22:52 -07:00
Swiss-Devs a05ae67125 Add ASPSMS to 2FA tutorial (#3348)
* Add ASPSMS to 2FA tutorial

* fix requested changes (#3348)
2017-05-23 18:31:55 -07:00
Andrii Bratanin 4d0944b037 Mitigate possible race condition in MessageHandler1 (#3402)
MSDN description of DelegatingHandler Class says:
"Any instance members are not guaranteed to be thread safe"
https://msdn.microsoft.com/en-us/library/system.net.http.delegatinghandler(v=vs.118).aspx
2017-05-23 18:14:52 -07:00
Rick Anderson 7115e244b4 Update index.md 2017-05-23 09:21:31 -10:00
Rick Anderson b5f44bda45 Update index.md (#3398)
* Update index.md

* Update index.md

* Update index.md

* Update index.md
2017-05-23 12:08:06 -07:00
Tom Dykstra a9e9497ddc revise development environment section (#3401) 2017-05-23 11:01:57 -07:00
Hisham Bin Ateya e140318865 Remove unnecessary quotations from localization cookie format (#3393) 2017-05-22 18:37:38 -07:00
James Valkyrie 741884ddb9 Corrected some grammatical (tense) error (#3394) 2017-05-22 18:36:42 -07:00
Tom Dykstra c2586b7c45 Link to remote debugging doc in VS doc set (#3395)
* Link to remote debugging doc in VS doc set

* add link to remote debugging doc
2017-05-22 18:35:11 -07:00
Tom Dykstra f1e17a1450 fix highlighting 2017-05-22 09:39:33 -07:00
kalch 2308564b88 Fix spelling error (#3392) 2017-05-20 07:09:22 -04:00
Aftab Ansari e48bd55293 Small Correction (#3391) 2017-05-19 18:36:43 -07:00
Tom Dykstra 3a0c9d3076 change angle brackets to curly braces 2017-05-19 16:51:41 -07:00
Matteo Tammaccaro 857f6fa9ba Updated (#3375)
* Updated

Added note about adding Entity Framework via nuget

* Update adding-a-model.md
2017-05-18 18:32:41 -10:00
biancaghiurutan 1713d67a67 Corrected link markup (#3383)
* Corrected link markup

Corrected markup for `@Html.AntiForgeryToken` link.

* Update xsrfcsrf-prevention-in-aspnet-mvc-and-web-pages.md
2017-05-18 18:29:46 -10:00
Rick Anderson 971b805d36 Update adding-model.md (#3382)
* Update adding-model.md

* Update adding-model.md
2017-05-18 08:36:30 -10:00
Christian Weiss eaa322e432 Missing ")" in comment (#3381) 2017-05-18 08:23:24 -10:00
steven ferrell c42fe12bea Missing ending parentheses in AddAuthorization example code (#3374) 2017-05-17 20:22:36 -10:00
Tom Dykstra b0e5fa8c9f CORS doc samples .xproj --> .csproj (#3376) 2017-05-17 15:34:48 -07:00
Rick Anderson 3bd2837d01 Update index.md 2017-05-17 10:36:26 -10:00