Tom Dykstra
f789f2c720
add db providers link ( #3477 )
2017-06-08 13:22:41 -07:00
Jacob Appleton
b870dce7fa
Create Startup.cs ( #3475 )
...
Moved the snippet region end to after app.UseRewriter(options); so that it appears in the documentation.
2017-06-08 11:43:11 -07:00
Paito Anderson
c1ebf570fe
Fixed typo in sample8.js ( #3468 )
...
Remove trailing `});`
2017-06-07 11:51:06 -07:00
Pablo Recalde
f89bdea48c
modified mvc example to use c#7 ( #3447 )
...
As suggested by VS2017 I've substituted the 2 line code by an inline temporary variable.
2017-06-07 11:50:22 -07:00
Ekuma Chidi
59be9df442
Updates the link to Jon Galloway's twitter profile ( #3470 )
...
The link was previously routing to Pranav Rastogi's profile
2017-06-07 11:47:33 -07:00
Kevin Hillinger
9814a9b1c9
Making code sample accurate ( #3472 )
...
Updating MinimumAge property to public and setter private, since the 'protected' accessibility won't work in the MinimumAgeHandler (given it accesses this property as public).
2017-06-07 11:42:19 -07:00
Tom Dykstra
e4deb07051
fix metadata date
2017-06-07 09:01:39 -07:00
Terri Morton
4a055acb5b
changing Razor Pages" to Web Pages
2017-06-07 08:48:06 -04:00
Botond Bertalan
8a4b8db394
Typo fixed ( #3466 )
...
sentitive changed to sensitive
2017-06-06 09:13:03 -07:00
Stephen Daudell
26a74b47db
Fix typo in routing.md ( #3465 )
...
Change "asterix" to "asterisk"
2017-06-05 16:28:02 -04:00
Tom Dykstra
d0fe3f358e
escape angle bracket
2017-06-03 13:22:21 -07:00
Jessica White
b11243c6df
Update routing.md ( #3454 )
...
* Update routing.md
When using square brackets with in your regex statement you need to escape them by doubling them. This currently isn't mentioned anywhere in the documentation.
* Update routing.md
2017-06-02 14:53:39 -07:00
Rick Anderson
a2e9aa435d
Update url-rewriting.md ( #3459 )
2017-06-02 14:52:40 -07:00
Jon Seaman
324551420f
Fix spelling error ( #3458 )
2017-06-02 14:04:00 -07:00
Tom Dykstra
8b083c3b70
link to model binding article ( #3456 )
2017-06-02 09:58:25 -07:00
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