Commit Graph

1079 Commits (58ba2b6a2aafde886ccbe3fd3960c188734fbff9)

Author SHA1 Message Date
Rick Anderson 58ba2b6a2a Fix build (#3526) 2017-06-20 15:37:36 -07:00
Rick Anderson ab0c9a7123 fix scaffold tools (#3521) 2017-06-20 12:48:03 -07:00
Rick Anderson 826daa6d97 update tools (#3520) 2017-06-20 09:58:57 -07:00
Rick Anderson 5b0f01ce3d Test build (#3518) 2017-06-20 08:30:39 -07:00
Rick Anderson d8cd3fee1d Update web-api-vsc.md (#3517) 2017-06-20 08:21:28 -07:00
Rick Anderson 9137aa516d Update request-features.md (#3515)
* Update request-features.md

* Update request-features.md
2017-06-19 19:54:07 -07:00
Scott Addie 7b8cb1e211 Replace "dotnet CLI" with ".NET Core CLI" in description metadata 2017-06-19 20:53:15 -05:00
Scott Addie 9ad3891c8f Add missing comma and remove extra comma 2017-06-19 20:38:04 -05:00
Rick Anderson 81f3461327 Update environments.md (#3516) 2017-06-19 17:53:28 -07:00
Rick Anderson 6c39e14bef WIP:Mac version of Intro to MVC part 2 (#3514)
* Mac version of Intro to MVC part 2

* work

* work

* work

* work
2017-06-19 16:47:27 -07:00
Rick Anderson 3a0a6a8a3c Update error-handling.md (#3508) 2017-06-19 15:07:29 -07:00
Luke Latham f3e57cd7f9 Update versions in bundle install command (#3494) 2017-06-19 12:00:09 -07:00
Rick Anderson 7ee7356ecb Update accconfirm.md (#3510)
* Update accconfirm.md

* Update accconfirm.md
2017-06-19 08:49:17 -07:00
Christopher Kimbell 60f5417f4e Spelling mistake in 'ConfigureServices' 2017-06-19 09:37:11 +02:00
Rick Anderson d50c49ef9b Update our Intro page - #1 article (#3497)
* Create index.md

* Create index.md

* Create index.md

* Update index.md
2017-06-17 09:43:54 -07:00
Rick Anderson 06e2020f93 Intro to MVC on Mac (#3414)
* WIP: Intro to MVC on Mac

* work

* work

* work

* work

* work

* work
2017-06-16 14:40:44 -07:00
Scott Addie e4c55ce6f2 Change 'full .NET Framework' references to '.NET Framework' 2017-06-16 08:42:44 -05:00
Rick Anderson fbd5089b1f Update authoring.md 2017-06-15 18:58:50 -07:00
Scott Addie a487653ddc Tweak Yeoman subgenerator command casing to match PR #3498 2017-06-15 13:54:18 -05:00
Aftab Ansari 6f74ab0f30 yeoman generator name correction (#3498) 2017-06-15 09:11:58 -07:00
Scott Addie 6ca21a6741 Convert ASP.NET MVC Core references to ASP.NET Core MVC 2017-06-15 09:42:55 -05:00
Scott Addie eaeda320e0 Update doc to use official name of ASP.NET Core MVC 2017-06-15 09:32:46 -05:00
Scott Addie a6c647c73a Remove trailing double quote from FontAwesome link tag 2017-06-14 14:39:51 -05:00
Scott Addie 28ae19182f Add missing letter to Bower doc's description metadata 2017-06-13 15:05:29 -05:00
Rick Anderson 916bc7bb4f Create using-gulp.md (#3482) 2017-06-13 10:04:06 -07:00
Luke Latham 91b0ba09a4 Add line+link for setting AppPool envvar setting (#3488) 2017-06-13 10:03:50 -07:00
Rick Anderson cf6fe1568a Create secure-data.md (#3490) 2017-06-12 16:39:19 -07:00
Stephen Daudell 908e9ce369 Added a missing word to routing.md (#3485)
"Routes must configured..." to "Routes must be configured..."
2017-06-12 09:34:29 -04:00
Jon Galloway 2871979b98 Changes to code block language hints
Package Manager should be PowerShell, not bash. Differences between JavaScript and JSON language blocks are pretty minor, but might as well update while getting the bash->PowerShell one.
2017-06-11 22:19:02 +02:00
sintetico82 9ba4f0ed27 Extra information in DataAnnotations localization (#3480)
* Extra information in DataAnnotations localization

Add information about the use of SharedResources class in Data Annotation

* Create localization.md
2017-06-09 10:11:23 -07:00
mwessner dd4fdf8fe8 Fix typo (#3479)
Minor typographical error in the first sentence of 'Token replacement in route templates ([controller], [action], [area])' segment fixed.
2017-06-09 08:30:56 -07:00
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
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
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
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
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
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