Mark MacLin
fc54595c70
use correct github url in link to project source code ( #3920 )
...
The final source code and a snippet referenced in "EF Core with ASP.NET Core MVC" tutorial needs correct url,
currently: "https://github.com/aspnet/Docs/tree/master/aspnet/data/ef-mvc/intro/samples/cu-final "
should be:
"https://github.com/aspnet/Docs/tree/master/aspnetcore/data/ef-mvc/intro/samples/cu-final "
2017-08-10 10:06:24 -04:00
Tom Dykstra
903e731dda
Getting started - 2.0 and 1.1 versions ( #3915 )
2017-08-08 16:22:51 -07:00
ChrisSfanos
a01b4d4f55
Update overview.md ( #3914 )
...
Added a note about not using the CDN for production scenarios
2017-08-08 18:07:42 -04:00
Rick Anderson
17900fb977
WIP: RP SQL ( #3911 )
...
RP SQL
2017-08-08 13:02:15 -04:00
Scott Hanselman
23246b16d9
I needed to using Microsoft.EntityFrameworkCore also ( #3909 )
2017-08-08 10:42:18 -04:00
Rick Anderson
8b75ad2c67
Intro to MVC 2.0 ( #3881 )
...
* Intro to MVC 2.0
* work
2017-08-07 16:48:02 -04:00
Rick Anderson
85a099fd3d
validation script ( #3908 )
2017-08-07 16:15:49 -04:00
Alexander Stefurishin
e2d3935051
Fix type name ( #3905 )
...
Correct type name can be inferred from further article context
2017-08-07 15:56:50 -04: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
jkotalik
d182d04934
Escapes data in websockets example
2017-08-07 10:01:48 -07:00
Mateusz Sadowski
bc2150d03c
Fix a typo in "How validation works" paragraph ( #3902 )
...
The text said "The follow code...", when I think it was meant to be "The following code..."
2017-08-07 10:00:56 -04:00
Luke Latham
15430a9f8a
Patch a plural term making it singular ( #3900 )
...
@Rick-Anderson ... let's make that "section names" 👉 "section name" (singular, as it's the same name across the keys)
2017-08-07 09:59:57 -04:00
Luke Latham
be4cc84f42
Document config section hosting configuration behavior ( #3899 )
...
Fixes #3779
2017-08-06 18:42:00 -04:00
Péter Bozsó
3d79a4b545
Fix DELETE operation in TodoController ( #3898 )
...
By using First(), there's the opportunity for an uncaught exception when the endpoint is called with an ID not present in the database.
2017-08-06 18:15:25 -04:00
Rick Anderson
f8ca011f8c
Update model.md
2017-08-05 10:20:37 -04:00
Rick Anderson
3fbd938e13
What's in a scaffolded Razor Page? ( #3857 )
...
* What's in a scaffoled Razor Page?
* 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
* work
* Add missing hyphen
* Change code snippet types to cshtml
2017-08-05 09:54:40 -04:00
Scott Addie
f6dac646e1
Remove duplicated instances of 'the' ( #3893 )
2017-08-05 09:54:04 -04:00
Scott Addie
ed892edc98
Add missing commas to description
2017-08-04 21:34:17 -05:00
A A
f1317f9e11
Added PwdLess to OSS authentication providers ( #3892 )
2017-08-04 21:32:39 -05:00
Rick Anderson
07385dde57
Update index.md ( #3891 )
...
per dan.roth - he likes this order
2017-08-04 17:08:46 -04:00
Rick Anderson
c2d95c5bd1
Update razor.md ( #3839 )
...
* Update razor.md
* Update razor.md
* Update razor.md
* Update razor.md
2017-08-04 15:02:43 -04:00
Tom Dykstra
e27933a28f
Intro to ASP.NET Core ( #3879 )
2017-08-04 11:38:46 -07:00
Scott Addie
cb5a2964a9
Remove a couple duplicated words
2017-08-04 09:26:28 -05:00
MartinsRui
f224da2b0c
Add semicolon to nginx config line ( #3885 )
...
* Update linuxproduction.md
* Update linuxproduction.md
2017-08-04 09:24:31 -05:00
Valeriy Novytskyy
d0ccaee123
Fixes #3862 Support SDK 1.0 in 2.0 topics (revert and fix) ( #3874 )
...
* #3753 Update social logins index
* #3753 Update facebook logins
* #3753 Update Google logins
* #3753 Update Twitter logins
* #3753 Update Microsoft logins
* #3753 Combine social and local login accounts screenshot update
* #3753 Fix app name in screenshot
* #3753 QA pass
* #3753 Put borders on screenshots to replace shadows
* Update facebook-logins.md
Minor clean up - remove future tense. Split up long sentences to help software translators.
* Update facebook-logins.md
* Update google-logins.md
* Update index.md
* #3753 Fix missing anchor
* Merge with origin
* #3862 Social snippets by SDK vesion
* #3862 Fix snippets for RTM 2.0 and italicise
* #3862 dotnet CLI > .NET Core CLI
* #3862 Fix snippets for RTM
2017-08-04 09:22:20 -05:00
Devon Jones
52b082f6c6
fix incomplete sentence ( #3882 )
2017-08-03 21:03:44 -05:00
Tom Dykstra
8941d2a4f5
remove logging details ( #3880 )
2017-08-03 16:10:03 -07:00
Rick Anderson
a37752b18c
Update validation.md
2017-08-03 16:38:29 -04:00
Tom Dykstra
a6f6538c93
Logging 2.0 ( #3847 )
2017-08-03 12:34:20 -07:00
Scott Addie
5fe7e5418c
Fix snippet content type issues ( #3876 )
2017-08-03 15:14:23 -04:00
Valeriy Novytskyy
88069f51c8
Fixes #3862 Support SDK 1.0 in 2.0 topics ( #3870 )
...
* #3753 Update social logins index
* #3753 Update facebook logins
* #3753 Update Google logins
* #3753 Update Twitter logins
* #3753 Update Microsoft logins
* #3753 Combine social and local login accounts screenshot update
* #3753 Fix app name in screenshot
* #3753 QA pass
* #3753 Put borders on screenshots to replace shadows
* Update facebook-logins.md
Minor clean up - remove future tense. Split up long sentences to help software translators.
* Update facebook-logins.md
* Update google-logins.md
* Update index.md
* #3753 Fix missing anchor
* Merge with origin
* #3862 Social snippets by SDK vesion
2017-08-02 11:42:48 -07:00
Tom Dykstra
7ffe15c871
remove outdated note ( #3868 )
2017-08-02 07:35:09 -07:00
Scott Addie
a97a6a8d01
Remove Razor Language Services extension note ( #3869 )
2017-08-02 09:31:56 -05:00
Barry Dorrans
2a87d247c6
Create QR Code support for Identity ( #3795 )
...
* Create QR Code support for Identity
Addresses #3780
* Update identity-enable-qrcodes.md (#3805 )
Update identity-enable-qrcodes.md
* Update identity-enable-qrcodes.md
2017-08-01 12:04:23 -07:00
Felipe Pessoto
e09394c51f
Match the ASP.NET 4.x cookie name with the AuthenticationScheme created at first section ( #3760 )
...
* Match the ASP.NET 4.x cookie name with the AuthenticationScheme created at first section
* CookieName for Identity
2017-08-01 10:21:11 -07:00
Felipe Pessoto
dd52e42538
Set TicketDataFormat, or else it doesn't work with Identity ( #3761 )
...
Workaround https://github.com/aspnet/Identity/issues/1321
2017-08-01 10:20:27 -07:00
Valeriy Novytskyy
07aedb193b
Fixes #3753 update aspnet/core/security/authentication/social/ for 2.0 ( #3848 )
...
* #3753 Update social logins index
* #3753 Update facebook logins
* #3753 Update Google logins
* #3753 Update Twitter logins
* #3753 Update Microsoft logins
* #3753 Combine social and local login accounts screenshot update
* #3753 Fix app name in screenshot
* #3753 QA pass
* #3753 Put borders on screenshots to replace shadows
* Update facebook-logins.md
Minor clean up - remove future tense. Split up long sentences to help software translators.
* Update facebook-logins.md
* Update google-logins.md
* Update index.md
* #3753 Fix missing anchor
2017-08-01 09:06:20 -07:00
David Glass
6b46d02d96
Tidied up a sentence that didn't make sense ( #3859 )
2017-08-01 10:01:53 -05:00
Scott Addie
fade39c5ee
Add missing comma
2017-07-31 22:04:02 -05:00
Rick Anderson
5ec4ced904
Update adding-model.md ( #3856 )
...
* Update adding-model.md
* Update adding-model.md
* Update adding-model.md
2017-07-31 16:27:06 -07:00
Rick Anderson
559693ec9f
Update index.md ( #3840 )
2017-07-31 15:32:10 -07:00
Sergey Fuflygin
52fce749bc
Fixed typo in word 'more' ( #3854 )
2017-07-31 10:36:38 -05:00
Emmanuel Adegor
74d1e8da59
Word spelling correction from teh to the ( #3850 )
2017-07-31 09:22:17 -05:00
Jonathan
311e93482a
Hyphenation ( #3852 )
2017-07-31 09:21:42 -05:00
testfirstcoder
01693ada80
remove unnecessary article ( #3853 )
2017-07-31 09:20:54 -05:00
Friedrich von Never
934ab085f4
Fix a sample for OWIN Startup Class Detection ( #3843 )
...
The redundant space there makes the option inoperative.
2017-07-28 08:42:56 -05:00
Juan Mejia
7497595797
fixing a minor typo "aboout" instead of about ( #3842 )
2017-07-28 08:41:49 -05:00
Rick Anderson
dd619e81da
Update model.md
2017-07-27 18:23:00 -07:00
Rick Anderson
329ae66fc4
Update index.md ( #3838 )
2017-07-27 18:08:59 -07:00
Ffloriel
55e1422923
Modified enforcing-ssl ( #3837 )
...
* Modified enforcing-ssl
- change hard to understand sentence
- highlight line 7 (line 6 is an empty line)
* Update enforcing-ssl.md
2017-07-27 17:18:38 -07:00