Commit Graph

1446 Commits (b68f111c8dac16b6a204cb6782117bcdeabd1b3a)

Author SHA1 Message Date
SimpleSamples 99fdcc3fac Update create-the-project.md (#6120)
* Update create-the-project.md

Four months ago, in January, someone asked where the Models folder is at and the answer was to change the authentication. I assume the instructions should have that information and apparently it has been missing since the beginning. For VS 2017 I think the "Create Project" button is now an "OK" button but I don't know if my update about that is relevant.

* Verbiage tweaks
2018-05-01 12:28:12 -05:00
任跃兵 aec18545f8 Update scaleout-with-windows-azure-service-bus.md (#6110) 2018-04-27 18:50:35 -10:00
Drakeor 41ca510728 Typo Correcting (#6092)
Corrected typo that caused entire bottom of page to appear incorrectly
2018-04-26 14:29:55 -04:00
markospowellos 7fc6a234c1 Rename location to GeoPoint (#6079) 2018-04-25 11:07:12 -05:00
Rick Anderson a083c35b50
Update calling-a-web-api-from-a-net-client.md (#6060) 2018-04-23 11:22:33 -10:00
hmmwhatsthisdo be06529c09 Update build-restful-apis-with-aspnet-web-api.md (#6046)
Fixed improperly-formatted link within note-box in build-restful-apis-with-aspnet-web-api.md
2018-04-21 11:17:48 -05:00
Rachel Appel 75f7a2cd3e
update SignalR .NET supported versions to add Windows Server 2016 (#6014) 2018-04-18 12:29:19 -04:00
jasonruz 1c259dd2a3 Update sample2.xml (#6000)
Fix case of ClientID attribute in web.config example.
2018-04-17 09:32:25 -05:00
Zhiliang Xu 31bf869567 Fix the typo "Namesapce" in the image for scaleout with service bus (#5987) 2018-04-16 09:24:06 -05:00
Rick Anderson 0439561514
Merge branch 'live' into master 2018-04-10 09:16:52 -10:00
yishengjin1413 bfbb115343 fix codesnippet in table && bookmark not found (#5903) 2018-04-09 15:51:47 -10:00
Scott Addie f8852267f4
Update live with current master (#5898)
* Update azure-apps-preview-notice.md (#5857)

* Link to .NET Core CLI publish command doc (#5864)

* Link to .NET Core CLI publish command doc

* Verbiage tweak

* fix typo (#5866)

* Update intro.md (#5869)

`classnameID` (where `classname` is the name of the class, such as `Student`) as the primary key. In `classnameID`, `classname` is the name of the class, such as `Student` in

* Update view-components.md (#5872)

altering range of code displayed to remove hanging closing } and closing table tag

* C13511:  Spaces should be replaced to avoid localization problems (#5871)

Hello, @rick-anderson, 

Localization team has reported source content issue that causes localized version to have broken format compared to en-us version.  

Please, help to check my proposed file change into the article and help to merge if you agree with fix. If not, please, let me know either if you would like me to fix it in another way within this PR, if you prefer to fix it in another PR or if I should close this PR as by-design. In case of using another PR, please, let me know of your PR number, so we can confirm and close this PR. 

Many thanks in advance.

* CI Update (#5878)

* Recommended language change (#5883)

* Updated with NET Core SDK 2.0  commands (#5886)

* Updated with NET Core SDK 2.0  commands

* Quick UE pass

* Prevent javascript injection. (#5885)

* Troubleshoot SDK warnings (#5880)

* WIP Troubleshoot SDK warnings

* Work

* work

* Address Gauntlet warning in ms.date value

* Adjust H2 title casing and spacing

* Quick UE pass

* Update Configuration doc to use double underscores instead of colons for hierarchical config keys (4968) (#5876)

* changes to configuration doc

* fixes for scott

* change for Dan

* Update index.md

* Code fence double underscore and add missing period

* Eliminate unnecessary sentence

* Missing npm task runner extension (#5893)

* Revert "Missing npm task runner extension (#5893)" (#5894)

This reverts commit a90faebff2.

* Note about task runner explorer option (#5895)

* Note about task runner explorer option

The gulp file has to be in the root directory or in the directory with package.json not in any subdirectory.

* verbiage tweaks

* added anchored link (#5896)
2018-04-06 14:08:38 -04:00
Rick Anderson 1832723bd1
CI Update (#5878) 2018-04-04 13:51:35 -10:00
Caro Caserio dcc67f18a8 C13511: Spaces should be replaced to avoid localization problems (#5871)
Hello, @rick-anderson, 

Localization team has reported source content issue that causes localized version to have broken format compared to en-us version.  

Please, help to check my proposed file change into the article and help to merge if you agree with fix. If not, please, let me know either if you would like me to fix it in another way within this PR, if you prefer to fix it in another PR or if I should close this PR as by-design. In case of using another PR, please, let me know of your PR number, so we can confirm and close this PR. 

Many thanks in advance.
2018-04-04 10:28:18 -10:00
Rick Anderson 76d796f962
Merge to live april 2nd (#5856)
* SignalR Core Hubs (#5639)

* Rachelap/hubs mod (#5838)

* code enhancement js

* code lines change

* Add warning to CDN to verify backup. (#5833)

* Add warning to CDN to verify backup.

* Update overview.md

* Antiforgery requests topic update (#5762)

* Fixed Indent (#5843)

* Update text and link (#5845)

* await added (#5851)

* Typo corrected. (#5849)

* Fix spelling Model.md (#5848)

* Update partial-tag-helper.md (#5852)

Corrected language syntax of ProductModel from cshtml to csharp.

* fix (#5853)

* Azure preview site extension (#5841)

* Azure preview site extension

* missing files

* delete warning banner

* Update index.md

* warn about CDN fallback (#5837)

* warn about CDN fallback

* CDN fallback patch - verbiage tweaks (#5854)

* Delete Blazor preview notice (#5846)

This file has been moved to the aspnet/Blazor.Docs repo: https://github.com/aspnet/Blazor.Docs/blob/master/docs/includes/blazor-preview-notice.md
2018-04-02 08:39:33 -10:00
Rick Anderson c1ae5e9e8d
warn about CDN fallback (#5837)
* warn about CDN fallback

* CDN fallback patch - verbiage tweaks (#5854)
2018-04-02 08:00:45 -10:00
Scott Addie 5aac6d23e4
Update live with current master (#5855)
* SignalR Core Hubs (#5639)

* Rachelap/hubs mod (#5838)

* code enhancement js

* code lines change

* Add warning to CDN to verify backup. (#5833)

* Add warning to CDN to verify backup.

* Update overview.md

* Antiforgery requests topic update (#5762)

* Fixed Indent (#5843)

* Update text and link (#5845)

* await added (#5851)

* Typo corrected. (#5849)

* Fix spelling Model.md (#5848)

* Update partial-tag-helper.md (#5852)

Corrected language syntax of ProductModel from cshtml to csharp.
2018-04-02 11:59:14 -04:00
Tieson Trowbridge 8f65aef836 Update text and link (#5845) 2018-03-31 21:45:18 -07:00
Rick Anderson df48ba6323
March 30 merge to live (#5839)
* SignalR Core Hubs (#5639)

* Rachelap/hubs mod (#5838)

* code enhancement js

* code lines change

* Add warning to CDN to verify backup. (#5833)

* Add warning to CDN to verify backup.

* Update overview.md
2018-03-30 09:10:16 -10:00
Rick Anderson 7a90fc0d2e
Add warning to CDN to verify backup. (#5833)
* Add warning to CDN to verify backup.

* Update overview.md
2018-03-30 08:28:36 -10:00
Scott Addie 5ab5c5f4bf
Update live with current master (#5822)
* Update getting-started-with-owin-and-katana.md (#5811)

* MVC filters don't apply to RP (#5816)

* MVC filters don't apply to RP

* Update filters.md

* Update filters.md

* Update filters.md

* Add PFX file to URL rewriting sample (#5817)

* added link (#5819)

* Remove unnecessary leading space in code snippet
2018-03-28 13:02:10 -04:00
joe-bolton 1dda06bcb8 Update getting-started-with-owin-and-katana.md (#5811) 2018-03-27 20:27:26 -05:00
Amadeusz Sadowski dd39a45ba9 Typo fix in REST API Attribute routing guide (#5809) 2018-03-27 09:18:38 -07:00
Rachel Appel f1c00e659f includes/signalr-updated-version Create include to drive traffic from SignalR to SignalR Core #5700 (#5761)
* Create include showing signalr core version docs location

* Update signalr-updated-version.md
2018-03-23 13:14:21 -10:00
Tom Dykstra 1ad521a2a4
undo previous commit (#5787) 2018-03-23 08:55:16 -07:00
Caio Melo 7e3f755cd1 Typo fix on specifying-the-master-page-programmatically-cs.md (#5779)
Corrected the typo error on line #137 (Alternate.master)
2018-03-22 15:13:23 -05:00
Timmy Kokke df2386e509 Update mvc5.md (#5759)
Removed dead link.
2018-03-21 16:37:32 +01:00
Philip Stratford 6b7b322ff3 Fixed type (#5748) 2018-03-20 12:00:58 -07:00
Luke Latham fd653e519b
Get CDN content links on HTTPS protocol (#5736) 2018-03-20 11:32:41 -07:00
Sharif Mamun 4260c164dc Updated http-cookies.md (#5744)
fixed inclues => includes
2018-03-19 18:18:55 -10:00
Luke Latham 6b0cf1247f Title, description, and H1 updates (2) (#5697)
Updates
2018-03-14 16:51:34 -10:00
JP Hellemons e00c04e47b Add bootstrap 4.0.0 (#5670) 2018-03-13 08:11:38 -07:00
Rick Anderson 88824f6f5d
Merge branch 'live' into master 2018-03-09 13:50:57 -10:00
Luke Latham ba231b3f52 Fix samples and links (#5642)
* Fix samples and links

* Update

* Update

* Update
2018-03-09 09:05:01 -06:00
Scott Addie 6fa5461405
Update live with current master (#5630)
* Draft signalr core intro (#5559)

* Draft signalr core intro

* mods from feedback

* acrolinx mods

* acrolinx updates

* feedback mods

* feedback mods

* Remove .NET Framework support verbiage (#5619)

* Update migrations.md

* Update adding-model.md (#5628)

* Update sample2.cs (#5629)

Missing semicolon

* Convert headings to sentence case
2018-03-08 09:47:27 -06:00
Adrien Sambres 319f3aee2c Update sample2.cs (#5629)
Missing semicolon
2018-03-08 09:07:40 -06:00
Rick Anderson 53ee14b9c8
Merge pull request #5625 from aspnet/master
Push to live 3-7
2018-03-07 14:39:13 -10:00
Rick Anderson c6bcbeb2a7
Update overview.md (#5614) 2018-03-06 18:14:07 -10:00
Scott Addie 3fe3a50d4e
Update live with current master (#5609)
* Iterating the PendingRequirements collection and calling Succeed on an element modifies the collection throwing an InvalidOperationException https://github.com/aspnet/Security/issues/1375 (#5587)

* Sentence case the SignalR get started title (#5600)

* Remove extra 'the' (#5604)

* Remove extra 'the' (#5603)

* Forgot Right Parentheses (#5608)

* add ms.topic metadata value (#5602)

for task 1199273
2018-03-06 15:17:05 -06:00
v-savila dc2e95158b add ms.topic metadata value (#5602)
for task 1199273
2018-03-06 13:25:00 -06:00
Jesse Hufstetler aa5fd3f4fc Forgot Right Parentheses (#5608) 2018-03-06 13:21:45 -06:00
Steve Smith 6fdce5371b Remove extra 'the' (#5604) 2018-03-06 13:18:52 -06:00
Rick Anderson df6f36f69c
Merge pull request #5597 from aspnet/master
Push to live 3-5-19
2018-03-05 11:55:36 -10:00
the-wazz 614e9971db Update introduction-to-signalr.md (#5592)
Updated link to Stack Overflow.
2018-03-02 20:50:28 -06:00
Rick Anderson 7ac15eaae2
Merge pull request #5580 from aspnet/master
Push to live 3-1-18
2018-03-01 12:55:04 -10:00
Tieson Trowbridge 70fbff9625 Corrects spelling of individual (#5572) 2018-02-28 20:40:00 -06:00
Rick Anderson cf7b0f4ac4
Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and… (#5556)
* Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md

* Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md

* Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md
2018-02-27 16:38:17 -10:00
Daya Adianto a3eb11457c Fix two typos in adding-a-new-field.md file (#5557)
* Fix typo in adding-a-new-field.md

* Fix typo in adding-a-new-field.md
2018-02-27 09:24:09 -06:00
Tom Dane 4333e66aee Fix typo: thime -> time (#5553) 2018-02-26 09:28:08 -06:00
Luke Latham f143ccef48 Fix links to Web Camps Training Kits (#5545)
* Fix links to Web Camps Training Kits

* Update notes, links, bylines, and h1 headers
2018-02-24 21:10:26 -06:00