Commit Graph

768 Commits (69e2acf135430ee588f524a08189f40d4c2d1e52)

Author SHA1 Message Date
Dave Brock 85fc3fd4d2 Remove Windows-dependent wording (#9206) 2018-10-29 15:13:44 -10:00
Dave Brock 93186d9c3d Model fixes for VS Code document (#9266)
Fixes #8897 (this error tip was instructions for VS, not VS Code)
Fixes #8896 (no longer needed; see my comment in the issue)
Fixes #8766 (updates to document resolve this issue)
Fixes #8466 
Fixes #7232 
Fixes #7233
2018-10-29 15:03:45 -10:00
Rick Anderson 8523625611
remove PDFs (#9312)
Part of #9182
2018-10-29 14:54:58 -10:00
Titu BG c824a8f947 Added a link to the YouTube version of the tutorial (#9300) 2018-10-29 13:44:45 -10:00
Danilo Dantas f53fb7d199 Providing a "Build an ASP.NET app in Azure" updated tutorial link (#9284) 2018-10-29 07:45:41 -05:00
Tom Dykstra b6ba3d220c Table of Contents reorg (#9133)
* overview

* whats new to end

* fix migration node

* split fundamentals, move to end

* glob & loc, get started

* security node name

* security section

* azure, client-side, host

* several more sections

* redistribute tutorials

* proofread fixes

* move how to download section

* index files delete and redirect

* fix errors

* reorder some nodes

* scott feedback, flatten main tutorials node

* fix missed feedback items + other issues

* unflatten tutorials node

* move 'how to download'

* more tutorials node tweaks

* standardize view sample links

* db --> DB

* fix build error

* remove link from a parent node

* streamline node names

* xref links

* typos

* typo

* typos and revert some xref links

* scott feedback

* scott feedback

* feedback

* change node name

* safe storage-->protect
2018-10-26 18:34:40 -10:00
Sean Killeen c42c6770cc Update sample to reflect .NET Core 2.1 out of the box (#9260)
* Update sample to reflect .NET Core 2.1 out of the box

In support of https://github.com/aspnet/Docs/issues/8558

* Update line highlights for 2.1 sample

* Update _Layout21.cshtml
2018-10-26 17:38:48 -10:00
Luke Latham 5704de168e Implicit versioning of the All package (#9223)
Fixes #9219 

@JunTaoLuo Dan calls out the implicit versioning "for 2.1 SDK or later;" however, we don't usually version the doc content by SDK release. We might need to say something for this update in the passage that I'm adding to the All topic (*aspnetcore/fundamentals/metapackage.md*) about which SDK version this applies to. I don't know if that's something that you would like to do or what version to call out.

I also remove the version from the samples. We also assume that devs are using the latest SDK with our samples.
2018-10-25 15:16:50 -10:00
Rick Anderson 57b456a9b2
Update signalr.md (#9187)
* Update signalr.md

* Update signalr.md
2018-10-25 13:14:21 -10:00
Dave Brock 66119b9a1d Changed to reflect default json file (#9215)
While going through [this topic](https://docs.microsoft.com/en-us/aspnet/core/tutorials/razor-pages-vsc/model?view=aspnetcore-2.1), I noticed that the *appsettings.json* file that is shipped with the template is different now. I updated it. With the change, the highlighted lines do not change - a nice surprise.
2018-10-25 14:19:06 -05:00
Dave Brock 2b5cc52e27 Search improvements for RP version (#9120)
I moved the new model props at the top, so that we could include the `SearchString` before moving on to other parts of the document.

Fixes #8001
2018-10-24 14:27:48 -10:00
Luke Latham 995514ffcb Update All package ref content (#9203)
Fixes #5314
2018-10-24 11:22:14 -10:00
Luke Latham 7120a2f985
Azure Apps troubleshooting title change (#9199) 2018-10-24 14:26:16 -05:00
Rahul Bansal 68146c76a2 Update site.js (#9192)
Fixes #9150  

The result from getData function (in site.js) gets cached so after Add, Edit and Delete operations it shows the same data in the HTML table. So its better to add "cache:false" option to ajax call inside the getData function.
2018-10-24 14:08:28 -05:00
Dave Brock 55c8bfb23b Added "Next" to "Search" button (#9118)
I noticed the "Next" button in this tutorial was not prefaced with `Next:` like the rest of the tutorials. This massive pull request resolves this.
2018-10-19 14:27:56 -05:00
Dave Brock 00260436ce Search enhancements (#9101)
* casing fixes

* image refresh

* updates for #8000

* Update search3.md
2018-10-18 13:40:26 -10:00
Dave Brock 5faa50e2ff Casing fixes (#9065)
Forgot a couple casing issues from the issue the other day.
2018-10-17 13:50:20 -05:00
Scott Addie 2ef24f316b Retire the Bootstrap doc (#9054)
Fixes https://github.com/aspnet/Docs/issues/3567
Fixes https://github.com/aspnet/Docs/issues/3544
Fixes https://github.com/aspnet/Docs/issues/8375

Per Dan Roth, retire the doc and redirect to the official Bootstrap site.
2018-10-16 17:17:16 -10:00
Dave Brock 64bbba1514 Fixed `get` issue in tag helper example (#9062)
* casing fixes

* image refresh
2018-10-16 14:25:31 -10:00
Dave Brock 42c65ca477 typo fixes (#9058) 2018-10-16 13:52:52 -05:00
Dave Brock 65f9701d4a Updated help reference (#9048) 2018-10-15 17:01:02 -10:00
Dave Brock fe3712ffc7 casing fixes (#9004)
Sorry for all the commits/reverts on the #8038 issue - I had my changes accidentally in the branch for another change and didn't want to leave it there.

Fixes #8038
2018-10-15 09:16:49 -10:00
Kenn Jacobsen 235a9a2c89 Updates to the razor pages tutorial (#8953) 2018-10-11 06:17:07 -05:00
Rick Anderson 1b0872744d
Update web-api-vsc.md (#8965) 2018-10-10 17:33:32 -10:00
Luke Latham 8e6dd4a7f4 Drop version from App package (#8881)
Addresses #8579 

I might be getting the hang of **_find and replace_** now. 😝

This doesn't touch a couple that ref 2.2.0. I'll tidy those up on https://github.com/aspnet/Docs/issues/8518 after 2.2 RTM.
2018-10-06 17:10:28 -10:00
Tom Dykstra 77471a229d
Apply content model guidelines to SignalR tutorial (#8817) 2018-10-03 13:04:56 -07:00
Tom Dykstra e5670756e3 Change to code style where italics wasn't working (#8829)
Fixes #8823
2018-10-03 13:08:04 -05:00
Dave Brock 5e190547ea Cosmetic changes for multiple files (#8764)
As I was preparing to rewrite a Razor Pages topic, I came across some minor cosmetic things while running through the Razor Pages tutorial. Since they were a bunch of little things, I thought I would group it into one request. As I'm fairly new at this, if you would like me to do it a different way in the future, just let me know.

Changes of note (all others were cosmetic and not worth discussing):
* `aspnetcore/includes/RP/razor-pages-start.md`: Moved description of `_ViewStart.cshtml` after `_ViewImports.cshtml` because that is how it is displayed in Visual Studio. Also added a short description of the `Privacy` page.
* `aspnetcore/tutorials/razor-pages/model/_static/conan.png`: Updated screenshot to contain `ReleaseDate` label and not `Release Date.` The display annotation is not discussed until later in the tutorial.
* `...als/razor-pages/razor-pages-start/sample/RazorPagesMovie21/Data/RazorPagesMovieContext.cs`: Removed unused usings and also removed the unnecessary FQNs. Same for the other code samples in this pull request.

Fixes #7252
2018-10-01 11:51:52 -10:00
Dave Brock e2c39164a9 Added using for clarity (#8743)
Visual Studio does not recognize the query without using the `Microsoft.Linq` namespace, which isn't specified in the document.
2018-09-28 15:31:25 -10:00
Tom Dykstra 934fdbb87f Retire duplicate doc - pub to Azure using CLI (#8747)
Fixes #8723
2018-09-28 10:33:08 -10:00
Evan Ogas 6c1c25a490 Use forward slashes for destination path (#8734)
I don't have a way of testing this on Windows atm, but most of the other examples use forward slashes, so I assume this is correct on all platforms.  Backslashes fail on MacOS, creating a directory called "wwwrootlibsignalr".
2018-09-27 09:38:19 -05:00
Rick Anderson c9bd31f145
Update validation.md (#8692)
* Update validation.md

Fixes #8687 
This link is much better as it doesn't involve SQL Server.

* Update validation.md
2018-09-25 15:53:56 -10:00
Rick Anderson 59e92baee9
Update details.md (#8693)
Also fixes  #8687
2018-09-25 15:53:36 -10:00
Tom Dykstra a26d3b82d2 update meta description (#8697)
@Rick-Anderson here's a suggestion for the meta description.
2018-09-25 12:17:54 -10:00
Rick Anderson cfb79e6975
Update razor-pages-start.md (#8691)
Keyword update.
2018-09-24 15:45:59 -10:00
Rico Suter 2e19966947 Fix snippets in NSwag tutorial (#8656)
Fixes the used snippets in the NSwag tutorial (currently the imports are missing and the configure snippet is used twice).
2018-09-21 12:16:54 -05:00
Rico Suter d6ab352542 Use API Explorer based NSwag generator and middlewares (#8572)
- Upgrade NSwag (samples) and use new API Explorer based generators (the reflection based generators are deprecated soon)
- Some text improvements
- Change "Open API" to "OpenAPI" (correct name)
- Use new Swagger UI 3 in samples

[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/getting-started-with-nswag?view=aspnetcore-2.1&branch=pr-en-us-8572&tabs=visual-studio%2Cvisual-studio-xml)
2018-09-20 11:32:52 -05:00
Luke Latham e5ed43144a
Remove webapp alias notice (#8629) 2018-09-19 23:03:52 -05:00
Luke Latham 190c62af0c Add blank lines around versioning lines (#8548)
Fixes #8540 

Now, I'm off to buy some J&J stock ... the parent company of a popular eye care product! 😣
2018-09-16 09:14:07 -10:00
Jason Card bdc589cf39
Adding line breaks
Hi @Rick-Anderson, cc @nokura 
Could you please help to review this PR and help to merge live?
I've added line breaks before moniker and code snippets as they are not rendered correctly for localized live pages.
2018-09-14 10:36:57 -07:00
Luke Latham 46f41d4774
Update All and App package versions (#8513) 2018-09-13 11:39:23 -05:00
Luke Latham 1a0f79a8fe
Update All/App package version (#8489) 2018-09-11 08:53:03 -05:00
Joel Rodrigues d10fb0f151 Fixed port number (#8470) 2018-09-08 20:53:19 -05:00
Rick Anderson 8f5b00318c
Update model.md (#8416)
Fixes #8305
2018-09-05 10:02:23 -07:00
Rick Anderson 87ae68a8e0
Update model.md 2018-09-05 09:41:45 -07:00
Tom Dykstra 0139937c5b Use LibMan in SignalR tutorial (#8370)
Fixes #8155
2018-09-04 11:45:15 -07:00
Rick Anderson d866f870e7
Update new-field.md 2018-08-29 12:59:25 -07:00
Alec eb839ba7fb Add SQLite Nuget Package (#8290)
Resolution for issue: #7752
Verified on .Net Core 2.1.302
2018-08-27 12:11:45 -07:00
Tom Dykstra cec215e284 SignalR tutorial: add npm link in procedural section (#8278)
Fixes #7643 which was already closed but had another comment added.
2018-08-25 15:08:22 -07:00
Rick Anderson 5680ab839e
Doc F7 (#8226)
* Doc F7

* Doc F7

* Doc F7

* Doc F7
2018-08-22 14:52:05 -07:00
Luke Latham 2c7f11f3af Move SetCompatibilityVersion into an MVC subtopic (#8196)
Escape an underscore

Escape more underscores

And another one
2018-08-21 12:57:06 -07:00
Scott Addie 987293130a
Specify target framework of .NET Core in SignalR tutorial (#8181)
Addresses discussion in https://github.com/aspnet/Docs/pull/8145 and a few minor problems.
2018-08-20 12:16:41 -05:00
Scott Addie acdee00f33
Treat middleware name as proper noun (#8172)
Related to https://github.com/aspnet/Docs/pull/8171
2018-08-20 11:06:25 -05:00
Scott Addie 8e7a46ff2b
Add instruction to install static files package (#8171)
Fixes https://github.com/aspnet/Docs/issues/8099
2018-08-20 10:55:19 -05:00
Rick Anderson 0db247d72f
Explain why you can't delete all items (#8090)
* Explain why you can't delete all items

* Update getTodoItems.md
2018-08-14 18:17:03 -07:00
Tom Dykstra faf499f6e8
add vs mac (#8029) 2018-08-10 13:20:10 -07:00
Tom Dykstra f3611264ae
correct expected output from npm install (#8017) 2018-08-09 14:51:00 -07:00
Rick Anderson 708c8e49c8
Remove Windows from VS name (#7997) 2018-08-08 18:56:56 -07:00
Tom Dykstra 889fb39f69
minor corrections (#7994) 2018-08-08 15:38:21 -07:00
Scott Addie def41ab9ec
Fix checked checkbox logic (#7993) 2018-08-08 15:38:58 -05:00
Tom Dykstra 64f6ae1bd9
edit pass and update SignalR tutorial for 2.1 (#7920) 2018-08-08 12:14:06 -07:00
Rick Anderson 65782303dc
Pages/_Layout.cshtml to Pages/Shared/_Layout.cshtml (#7905)
* Pages/_Layout.cshtml to Pages/Shared/_Layout.cshtml

* Pages/_Layout.cshtml to Pages/Shared/_Layout.cshtml
2018-07-31 18:29:21 -06:00
Scott Addie 03b58a4b72
Add instruction to add Version attribute (#7872)
Addresses https://github.com/aspnet/Docs/issues/7866

The 2.1 project template doesn't add the `Version` attribute, but the sample app includes it (as it should). This PR tells the reader to add the attribute.
2018-07-30 11:50:47 -05:00
Matt Millican 0364c7eea6 Add recommendation and example for ignoring XML doc warnings per class (#7849)
Fixes #7795 - Add recommendation for ignoring XML doc warnings for certain classes in Swagger documentation

[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/getting-started-with-swashbuckle?view=aspnetcore-2.1&branch=pr-en-us-7849&tabs=visual-studio%2Cvisual-studio-xml#xml-comments)
2018-07-30 11:19:42 -05:00
Beth Massi 83e516cf6a Update free Azure account link (#7836) 2018-07-26 18:34:28 -05:00
Kirk Munro 0ed1fbf92d Updated link to follow-up tutorial (#7701)
The current follow-up tutorial link takes users to an MVC tutorial based on ASP.NET Core 2.0. This tutorial is based on Razor Pages and ASP.NET Core 2.1. I think it makes more sense for the recommended follow-up tutorial to continue building on the knowledge learned here about Razor Pages, so I updated the link to take users to [Razor Pages with Entity Framework Core in ASP.NET Core - Tutorial 1 of 8](https://docs.microsoft.com/en-us/aspnet/core/data/ef-rp/intro) instead.
2018-07-23 09:53:28 -06:00
Rick Anderson 80f879edfc
Update validation.md (#7756) 2018-07-23 09:50:35 -06:00
BrennanConroy 03097f0676 Fix samples link for signalr webpack doc (#7693) 2018-07-19 11:15:37 -05:00
Tom Dykstra 93a040a359 add note explaining what npm is (#7655) 2018-07-16 16:14:12 -06:00
Scott Addie cb24febfda
Update author metadata fields to Tom (#7652)
Updates the `ms.author` and `author` metadata fields to Tom's user ID.
2018-07-16 15:09:39 -05:00
Benjamin Summerton ca3a064691 Mention `wwwroot` when copying over signalr.js (#7634) 2018-07-15 17:52:05 -05:00
Rutger Storm 9f6a146c14 Fix links pointing to dev branch to point to master branch (#7606) 2018-07-13 15:33:06 -06:00
Luke Latham e07174d2c8 Move RP tutorial file uploads into its own topic (#7576) 2018-07-11 15:45:11 -06:00
Rick Anderson 4f26642438
Update RazorPagesMovieContext.cs (#7574) 2018-07-11 15:03:09 -06:00
Luke Latham 34b33e245b Add version to App package references (#7551)
Fixes #7532
2018-07-10 22:43:09 -05:00
Luke Latham 2059dd8b41
Add CRLF to the last line of MD topics (#7509) 2018-07-08 21:48:10 -05:00
Matt Morse 850284bb2d Fixed simple grammar error. (#7514) 2018-07-07 20:12:45 -05:00
Scott Addie f021114dfa Emphasize the need for using statements in RP tutorial 2018-07-06 13:58:20 -05:00
Rick Anderson 5b6c9d40e4
Update sql.md (#7471) 2018-07-05 12:04:00 -06:00
Rick Anderson 7033e2069f
Update working-with-sql.md (#7468) 2018-07-05 11:22:18 -06:00
Scott Addie 51779789b5 Specify VS 2017 version required for .NET Core 2.1 2018-07-05 10:24:44 -05:00
Luke Latham b22f9605b2
RP tutorial file uploads 2.1 update (#7427) 2018-07-03 11:24:03 -05:00
Mauricio de los Santos 9f69c20cc9 CC61585: Adding title on !include statement (#7415)
Hello, @rick-anderson,
This proposed file change comes from https://github.com/aspnet/Docs.ja-jp/pull/66/files
Could you review this contribution and help to merge if agreed?

Many thanks in advance.
2018-07-03 08:57:21 -05:00
Nate Barbettini fb03fdfabf Minor corrections to SignalR tutorial (#7403) 2018-07-02 10:30:45 -04:00
Scott Addie 56d27bc05a
Merge pull request #7379 from aspnet/scottaddie/rp-shared-folder
Use pre-2.1 include when 2.0 version is selected
2018-07-01 11:45:08 -05:00
Scott Addie a132261ac3 Add new SignalR tutorial link to Tutorials landing page 2018-06-29 15:43:17 -05:00
Scott Addie 788f3eb9a5
[WIP] Updates to web API help pages tutorial for XML doc gen (#7385)
Updates to web API help pages tutorial for XML doc gen
2018-06-29 15:20:48 -05:00
Scott Addie 5154472446 Use pre-2.1 include when 2.0 version is selected 2018-06-29 12:25:55 -05:00
Scott Addie a1b872ee65
Add tutorial explaining SignalR with Webpack and TypeScript (#7285)
Fixes https://github.com/aspnet/Docs/issues/6965

Extends a contribution from @ssougnez into a full tutorial.

[Internal Review Page](https://review.docs.microsoft.com/aspnet/core/tutorials/signalr-typescript-webpack?view=aspnetcore-2.1&branch=pr-en-us-7285)
2018-06-29 12:17:28 -05:00
Luke Latham 11c266b525 Update property validation descriptions (#7323) 2018-06-27 08:08:43 -07:00
Scott Addie caf17c7e69
Convert Prerequisites heading to H2 2018-06-26 14:46:21 -05:00
Rick Anderson d682a0bac7
Explain DbContext in RP intro (#7259)
* Explain DbContext in RP intro

* work

* work

* work

* Razor Pages DbContext patch (#7280)

* Razor Pages DbContext patch

* Remove querystring from API ref link
2018-06-25 08:32:42 -07:00
Rachel Appel 9748372107 Code and prose are same for VS and vscode now (#7271)
* made code and prose same for VS and vscode

* update the download sample link
2018-06-25 09:42:25 -05:00
Luke Latham 397f2d1933 Fix tutorial titles and inlcudes
Updates
2018-06-25 09:32:03 -05:00
Luke Latham 6d2c6fed29
Delete lingering script (#7266) 2018-06-24 13:11:25 -05:00
Rick Anderson 9ffac8d54f
Update model.md (#7249) 2018-06-22 13:13:05 -07:00
Scott Addie 4bad6f3978
Update web API sample apps to 2.1 RTM implicit packageref (#7245)
Addresses https://github.com/aspnet/Docs/issues/7239
2018-06-22 12:52:25 -05:00
Scott Addie fd13c68dd8
Metadata updates to ASP.NET Core tutorials (#7193)
Addresses #6541
2018-06-20 14:25:03 -05:00
Scott Addie 645d057bbb
Metadata updates for the Razor Pages docs (#7127)
* Metadata updates for the Razor Pages docs

* Update sample download links

* Change uid values

* Remove unnecessary redirection rule

* Fix date metadata warnings

* Add redirect entries

* Fix invalid link after rebase
2018-06-19 15:06:11 -05:00
Scott Addie 667dd5e85a
Relocate SignalR Get Started doc to Tutorials ToC node (#7117)
* Relocate SignalR Get Started doc to Tutorials ToC node

* Add redirect entry

* Update SignalR tutorial ToC link title

* React to feedback
2018-06-18 15:39:53 -05:00
Christopher Dorst 8a9e7d74e0 Add Required attribute to Field/Rating properties (#7101) 2018-06-18 08:11:44 -07:00
Isaac Levin 85088a0c48 5411 Update dotnet watch doc (#6966)
Fixes #5411

This PR adds additional info to 

https://docs.microsoft.com/en-us/aspnet/core/tutorials/dotnet-watch?view=aspnetcore-2.1

[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/dotnet-watch?branch=pr-en-us-6966&view=aspnetcore-2.1)
2018-06-11 16:19:52 -05:00
Luke Latham 097972cff6
Add webapp alias notice (#6939) 2018-06-08 20:02:20 -05:00
Luke Latham 536091facc Update RP tutorial sample Rating validation (#6957) 2018-06-08 13:09:58 -10:00
Gordon Hogenson 5d544297f9 Remove H1 here because it's in the include (#6800) 2018-06-01 13:33:59 -10:00
Scott Addie 06d5f6cfb5
Fix Swashbuckle tutorial for 1.x apps (#6761)
Addresses https://github.com/aspnet/Docs/issues/6686 (still need to address deployment concerns)
Addresses https://github.com/aspnet/Docs/issues/5495

**Changes**
- Update 2.1 sample app from RC1 to RTM
- Simplify sample app download link markup

[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/getting-started-with-swashbuckle?view=aspnetcore-1.1&branch=pr-en-us-6761#add-and-configure-swagger-middleware)
2018-05-31 20:32:30 -05:00
Scott Addie 20f3b60901
Update dotnet watch doc for 2.1 (#6756)
Fixes https://github.com/aspnet/Docs/issues/6681

[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/dotnet-watch?view=aspnetcore-2.1&branch=pr-en-us-6756)
2018-05-31 15:09:51 -05:00
Rick Anderson eed4555989
Update working-with-sql.md (#6747)
* Update working-with-sql.md

* Update working-with-sql.md
2018-05-31 07:22:49 -10:00
Luke Latham 64035933b6 Pub to Azure with CLI updates (#6715)
@scottaddie I didn't see your additional comments on #6694 until after I merged it. This makes the updates you requested and a few more. However, I don't have time for a very through review/update of this topic right now. I'm 🏃 😅 work'in those samps forward.
2018-05-31 09:46:45 -05:00
Rick Anderson 783c91708a
Update intro to MVC to 2.1 (#6708)
* WIP: Update intro to MVC to 2.1

* WIP: Update intro to MVC to 2.1

* work

* SQL

* controller methods

* validation

* details and delete

* clean up

* clean up
2018-05-30 20:01:13 -10:00
Rick Anderson 4fb17bfe28
Update da1.md (#6719) 2018-05-30 19:38:54 -10:00
Luke Latham 8aa1b0815c
Use 'webapp' alias for RP template (#6694) 2018-05-30 14:48:08 -05:00
Rick Anderson 5a827d6d4f
fix movie (#6695) 2018-05-30 08:19:33 -10:00
Rick Anderson 335b8f845f
Update RP intro to 2.1 (#6562)
* WIP: Update RP intro to 2.1

* work

* work

* wrk

* wrk

* wrk

* wrk

* wrk

* work

* work

* Scaffolded Razor Pages  PART 3

* Scaffolded Razor Pages  PART 3

* localDB

* localDB

* localDB

* work

* work

* work

* validation

* clean up

* clean up

* clean up

* clean up

* clean up

* clean up

* work
2018-05-30 07:54:53 -10:00
Rick Anderson ae2499d47f
Update model.md (#6485)
* Update model.md

* Update model.md
2018-05-18 09:28:07 -10:00
Luke Latham 8e8824e0d2 Link ConfigureServices text to app startup content (#6480) 2018-05-18 07:24:37 -10:00
Scott Addie 7d10c9d88b
Add Internet Explorer note to Windows web API tutorial (#6466)
* Add note regarding IE download of JSON output

* Change verbiage
2018-05-17 16:34:09 -05:00
wooleyra 4a6c13dd8a Capitalize search string 'Ghost' in URL segment (#6421)
Since the searching method in SQLite is case-sensative, the example should pass the search string in the correct case.
2018-05-14 18:17:22 -10:00
Scott Addie 8d723932c2 Simplify 2.1 metapackage reference (#6389) 2018-05-12 07:56:38 -10:00
BusyCoding a32fbb4351 EF Migrations vs. Swashbuckle (#6380)
* Update Startup.cs

This sample causes a FileNotFoundException with Entity Framework Core Migrations - i.e. when executing "dotnet ef migrations add new", the GetEntryAssembly call returns "ef", and "ef.xml" does not exist in the build folder.

* Update Startup.cs

This sample causes a FileNotFoundException with Entity Framework Core Migrations - i.e. when executing "dotnet ef migrations add new", the GetEntryAssembly call returns "ef", and "ef.xml" does not exist in the build folder.
2018-05-12 08:19:20 -05:00
Luke Latham 49e38929e5
Revert tab controls (#6350) 2018-05-10 19:58:40 -05:00
Scott Addie 31be69874d Add sample app download links to help page tutorials (#6319) 2018-05-09 11:25:09 -10:00
Scott Addie 99b4ad3d1c
Update Swagger tutorials for 2.1 (#6193)
* Update Swagger tutorials for 2.1

* Improve PMC instructions

* Verbiage tweaks

* Fix code highlighting in NSwag tutorial

* Remove unnecessary screenshots

* Apply 2.1 moniker to Swashbuckle tutorial

* Replace line numbers with region name

* NSwag 2.1 sample app updates

* Update Data annotations section of NSwag doc

* Add tip to NSwag doc

* Minor tweaks

* NSwag doc updates

* Fix API ref links

* Add section for adding API info

* Add sentence to Customize section

* Convert H2 heading to H3

* React to feedback
2018-05-09 14:54:24 -05:00
Rick Anderson 9cf30af1c0
Update validation.md (#6311) 2018-05-09 07:56:45 -10:00
Scott Addie 6e8e06c7c0
Web API tutorial 2.1 versioning cleanup (#6271)
* Web API tutorial 2.1 versioning cleanup

* Upgrade metapackage to 2.1 RC1

* Expand upon explanation of JSON

* Update dates in metadata
2018-05-08 08:25:08 -05:00
user135711 cf25bdf210 missing db vscode api (#6266) 2018-05-08 07:12:42 -05:00
Rick Anderson 1ab1a48874
remove not for production (#6256)
* remove not for production

* 2.1 preview notice removal patch (#6258)
2018-05-07 12:35:47 -10:00
Luke Latham 7048bb8fbf API link updates (#6149)
* API link updates

Updates

One more!

Fix bookmark

Mo updates

More updates

Updates

Updates

* Update action-return-types.md

* Update index.md

* Update concurrency.md

* Update intro.md

* Update localization.md

* Update search.md
2018-05-02 14:45:06 -05:00
Scott Addie c32e2a15c2 Add 2.1 preview notice to Web API tutorials (#6156) 2018-05-01 14:52:34 -10:00
Scott Addie 4354bbc791
Remove unnecessary screenshots from VS Web API tutorial (#6154) 2018-05-01 14:22:02 -05:00
Scott Addie d377a5f126
Add 2.1 Web API VS tutorial screenshot (#6151) 2018-05-01 10:48:09 -05:00
Scott Addie bb4be4768b
Update Web API tutorials for 2.1 (#6088)
* Update Web API tutorials for 2.1

* 3 --> three

* Fix line highlighting

* Fix Acrolinx errors

* Replace .html extension with .js

* JavaScript code samples cleanup

* Code sample cleanup

* Replace incorrect VS Code download link

* Update old screenshot

* Apply version zones

* Add more versioning zones

* Adjust csproj sample includes

* Add API ref links

* Verbiage tweaks

* Verbiage tweaks

* Update Next steps section

* Apply zoned versioning to macOS tutorial

* Simplify controllers

* Adjust models notes

* Code refactorings

* Restore named route verbiage

* Tweak named route verbiage in macOS tutorial

* Update old screenshot

* Simplify instructions

* Remove Required attributes

* Remove unused imports

* Update old screenshot

* Update Postman screenshots

* Delete unused screenshot

* Update verbiage

* Update verbiage in Windows tutorial

* Separate JS from HTML

* Make JS code snippets more manageable

* Small tweaks to macOS tutorial

* Remove unused screenshot

* React to feedback
2018-04-27 16:54:40 -05:00
ccclxv 2537942221 fix title (#6090) 2018-04-26 07:32:36 -05:00
Mohamed Elshawaf 1f452a3ab1 Add accessors to properties (#6076) 2018-04-25 11:10:27 -05:00
Luke Latham 6ec568f6bb
Expand content on physical file upload in RP tutorial (#6051) 2018-04-24 13:13:19 -05:00
Luke Latham 8d9b5c3743 Remove Nano Server topic (#6065) 2018-04-23 13:34:59 -10:00
Rick Anderson 3014d6590e
Update add controller for VS changes (#6037) 2018-04-19 14:04:48 -10:00
Rick Anderson e85e1e660d
Fix UI change in MVC tutorial (#5995) 2018-04-16 13:58:56 -10:00
Rick Anderson 49c6b9132a
Update index.md (#5954) 2018-04-12 08:43:45 -10:00
Luke Latham 711f29f2a2 React to hosting bundle installer name change (#5950) 2018-04-11 18:14:36 -10:00
Scott Addie af6281acc8
Merge pull request #5920 from aspnet/scottaddie/conceptual-versioning-aspnetcore
Conceptual versioning configuration
2018-04-10 21:52:29 -05:00
Isaac Levin 991dceca53 Calling the Web API with Javascript and jQuery 3463 (#5914)
* 3463 include creation and add

* Update index.md

* Update index.md

* update sample to use ToDo

* Adjust titles

* Verbiage tweaks

* Verbiage tweaks

* Tweaks

* Change snippet type from html to javascript

* Shorten title

* More verbiage tweaks

* Reformat code snippet
2018-04-10 17:42:43 -05:00
Rick Anderson a85db9b6e9 Verion monikers to RP (#5930) 2018-04-10 17:06:39 -05:00
Thibaan Latheef 51c76c9829 Updated with NET Core SDK 2.0 commands (#5886)
* Updated with NET Core SDK 2.0  commands

* Quick UE pass
2018-04-05 10:46:20 -04:00
Rick Anderson 1832723bd1
CI Update (#5878) 2018-04-04 13:51:35 -10:00
Scott Addie b2cdf7ff05
Relocate advanced MVC docs to Web API TOC (#5859) 2018-04-02 15:22:30 -04:00
kalch d4f6aad433 Fix spelling Model.md (#5848) 2018-04-02 15:23:18 +02:00
Rick Anderson 1e7badc723
fix filters snippet (#5814) 2018-03-27 13:14:23 -10:00
Scott Addie f8571ffada
Update Web API tutorial's Swashbuckle dependency to 2.x (#5803)
* Update tutorial to Swashbuckle 2.x

* Update the Customize the UI instructions

* React to Acrolinx feedback
2018-03-26 15:50:15 -05:00
Rico Suter 01552df34c Upgrade to latest Microsoft.AspNetCore.All and NSwag.AspNetCore (#5774) 2018-03-22 09:24:02 -05:00
Rick Anderson 358fdc6790
Merge branch 'live' into master 2018-03-21 14:21:36 -10:00
Luke Latham bdb6d7cafc Title, description, and H1 updates (4) (#5745)
* Title, description, and H1 updates (4)

* Updates

* Updates

* Drop gerunds and update link text

* Update

* Update next.md

* Update routing.md
2018-03-21 14:18:35 -10:00
Scott Addie a7fcd3725f
Update live with current master (#5758)
* Include file for ASP.NET Core 2.1 (#5702)

* Create 2.1.md

* Update 2.1.md

* Title, description, and H1 updates (3) (#5717)

* Refactor stdout logging warning (#5724)

* Add link to App Service troubleshooting topic (#5722)

* Prereqs tuneup (#5721)

Updates

* Updated http-cookies.md (#5744)

fixed inclues => includes

* changed image to vertical orientation for readability (#5747)

* Get CDN content links on HTTPS protocol (#5736)

* Update cookie sharing topic (#5723)

* Fixed type (#5748)

* Update highlight on dependency-injection.md (#5749)

Currently the highlight is mapping the operation of GetAveragePriority on the incorrect line:

[Statistics_Service.png](https://postimg.org/image/5m0gjw6bf/)

The correction is to highlight the previous line.

* Web API persistent DB (#5741)

* Update next.md

* Minor edits

* Replace gerund in doc title

* Update TodoController2.cs (#5755)

* Describe culture fallback (#5756)

* Describe culture fallback

* Culture fallback patch (#5757)
2018-03-20 21:25:09 -05:00
Rick Anderson 14a6048aa1
Update TodoController2.cs (#5755) 2018-03-20 13:14:58 -10:00
Luke Latham e90ee95e78 Prereqs tuneup (#5721)
Updates
2018-03-19 18:04:00 -10:00
Luke Latham fb8b81aa6a Add link to App Service troubleshooting topic (#5722) 2018-03-19 18:01:06 -10:00
Luke Latham f7e92a3e67 Title, description, and H1 updates (3) (#5717) 2018-03-19 13:40:34 -10:00
Luke Latham b4816ac7a3
Hosting bundle installer + SDK/runtime links update (#5710) 2018-03-15 19:52:25 -07:00
Scott Addie d0fb08ac83 Convert Mac to macOS (#5709) 2018-03-15 09:48:55 -10:00
Scott Addie 25c5672bf1
Fix metadata in Web API help pages docs (#5706) 2018-03-15 13:31:33 -05:00
Luke Latham 6b0cf1247f Title, description, and H1 updates (2) (#5697)
Updates
2018-03-14 16:51:34 -10:00
Scott Addie 307c4da0ff
Update Xamarin links to new location (#5681) 2018-03-13 15:30:54 -05:00
Rick Anderson 1ae44ae2ad
Update razor-pages-start.md (#5672) 2018-03-13 08:26:34 -10:00
Scott Addie a8e45c9d59
Restore instructions for suppressing XML comment warnings (#5662) 2018-03-12 13:50:51 -05:00
Luke Latham 16a6c2029a Surface the intro topic in the RP tutorial (#5652)
* Surface the intro topic in the RP tutorial

* Fix topic title

* Few more title updates

* Refactor title

* Title correction
2018-03-11 21:57:36 -05:00
Scott Addie df482aff25
Convert h1 to h2 2018-03-09 21:39:18 -06:00
Scott Addie 4821ff6a2c
Wire up new Swagger docs to TOC (#5644) 2018-03-09 17:28:07 -06:00
Rico Suter b57b0cb67d [WIP] Changed Web Api Help Pages using Swagger, added sub pages for NSwag & Swashbuckle (#5622)
Changed Web Api Help Pages using Swagger, added sub pages for NSwag & Swashbuckle
2018-03-09 17:12:20 -06:00
Justin James 757aa85046 Core First Web API template selection update to match Visual Studio dialogs (#5633)
* update: new project instructions to match dialog

* update: template options image to match current dialog

* update: image size to 786x513
2018-03-08 17:48:07 -10:00
Rick Anderson 4199f20ba5
Update adding-model.md (#5628) 2018-03-07 17:23:59 -10:00
Steve Smith 8065d49666 Remove extra 'the' (#5603) 2018-03-06 13:19:45 -06:00
Daya Adianto 2d1215d9c7 Consistent use of IList in Movie page model (#5594) 2018-03-03 02:29:30 -06:00
Luke Latham af3096253c
Title, description, and H1 updates (1) (#5574) 2018-03-01 15:21:56 -06:00
MauriceNino f51489f305 Spelling fix (#5576)
'depoyment' -> 'deployment'
2018-03-01 09:37:47 -06:00
Luke Latham 5b1f08fa19
Add Azure Apps preview release note (#5570) 2018-02-27 23:18:58 -06:00
Luke Latham 9ecc69974e Servers > ANCM update (#5538)
* Servers > ANCM update

* React to feedback

* React to feedback

* The missing "to" 👽

* React to feedback

* React to feedback
2018-02-27 19:34:22 -06:00
Luke Latham eee39c63b4 Link .NET Core tools docs where mentioned (#5548) 2018-02-24 10:10:22 -06:00
Luke Latham f047169540 Drop [Main] from snippet references (#5547) 2018-02-24 10:08:11 -06:00
Maira Wenzel af19a01b65 add hyphen to title (#5529) 2018-02-21 18:33:39 -06:00
Luke Latham 89f996ca26
Remove double linkbutton RP tutorial (#5426) 2018-02-10 12:47:52 -06:00
Mikael Mengistu 668c181e03 Update Microsoft.DotNet.Watcher.Tools to 2.0.0 (#5429) 2018-02-09 20:41:33 -06:00
Luke Latham 73ab341a67
RP tutorial series launch and 'this' links (#5427) 2018-02-09 18:12:29 -06:00
Antoine Griffard 8c88569cbb Typo in razor-pages/search.md (#5415) 2018-02-09 10:44:53 -06:00
Scott Addie f48a87e02c Add note about warning suppression (#5347) 2018-02-02 12:33:23 -10:00
Rick Anderson 2988352d05
recommend RP over MVC (#5344)
* recommend RP over MVC

* recommend RP over MVC
2018-02-02 11:50:07 -10:00
Rick Anderson b97dfdf3f0
fix range - highlighting (#5337) 2018-02-02 09:16:49 -10:00
Luke Latham ac761bea7d
Add content for saving to disk and Azure blob storage (#5244) 2018-01-30 16:07:13 -06:00
Rick Anderson 1a9e722358
Extend RP tutorial to Mac and VSC (#5303)
* Extend RP tutorial to Mac and VSC

* work

* work

* work

* work

* work

* work
2018-01-29 21:29:50 -10:00
Luke Latham abbe642741 Organize metadata (#5296)
Updates
2018-01-29 09:21:31 -06:00
Luke Latham 8e33d0e94e Remove redirected topic files (#5299)
Updates
2018-01-29 09:15:04 -06:00
Luke Latham fa24342f38 Remove smart quotes (#5294) 2018-01-28 15:49:15 -06:00
Luke Latham 9d53ba5eea Remove code-behind from RP terminology (#5290)
Updates
2018-01-27 10:22:43 -10:00
Rick Anderson eb645e4e35
VSC and mac versions of intro to RP (#5286)
* VSC and mac versions of intro to RP

* fix

* TOC

* TOC

* TOC
2018-01-26 18:33:42 -10:00
Rick Anderson 277e3aa13e
Update start-mvc.md (#5274)
fix include rendering - consider RP
2018-01-25 17:00:38 -10:00
Rick Anderson ac98da9d7a
Update model.md 2018-01-25 16:47:33 -10:00
Rick Anderson b167872231
[WIP] Mac version of getting started with RP (#5266)
Mac version of getting started with RP
2018-01-24 18:48:15 -10:00
Rick Anderson f0e2205a3b
Update adding-model.md 2018-01-24 13:34:27 -10:00
Luke Latham 313486d76f Taming the savage contraction issue (#5216)
* Form contractions

* Revert two contractions

* Additional reversions

* Additional reversions

* Additional revisions

* Additional revisions

* React to feedback
2018-01-24 09:27:24 -06:00
Rick Anderson 4f25401ba0 connect xplat to TOC (#5255) 2018-01-24 12:00:27 +01:00
Luke Latham 1dd1a7fc8a
Remove localization segment from links (#5254) 2018-01-23 19:12:57 -06:00