Commit Graph

1730 Commits (201f6900658188ba50e05e036308010c2b97b006)

Author SHA1 Message Date
Brandon 201f690065 fixed typo 'until' typed twice (#1836) 2016-09-01 14:41:52 -04:00
AndY HARPIANTO 76288254df add link to mac tutorial (#1835) 2016-09-01 12:39:54 -04:00
Shayne Boyer deeb06d0ef add link to mac tutorial (#1832) 2016-08-31 14:12:32 -04:00
Shayne Boyer c4b7de52f7 add rss link to template (#1833) 2016-08-31 14:10:07 -04:00
Luke Latham e4d1125410 Update aspnet-core-module.rst (#1826)
Fixes #1816

* Fix minor grammatical issues.
* Add the explanation and workaround for IIS Shared Configuration.
2016-08-31 11:13:16 -04:00
Shayne Boyer c507eb18df remove mobile views (#1819) 2016-08-30 17:04:30 -04:00
Michiel Staessen 6c919c8a86 Changed values from bold to code & fix typo (#1821)
* Changed values from bold to code

Sphinx doc treats ``--`` as a long dash. This might cause errors/confusion for people copy-pasting...

* Fix typo
2016-08-30 17:03:30 -04:00
Edward Brey 66d2be487f Removed unreachable code for sending with SendGrid (#1824)
`new SendGrid.Web(credentials)` can throw an exception, but it can't evaluate to null.
2016-08-30 17:02:46 -04:00
Barry Dorrans 268bbef8d6 Add XSS documentation (#1804)
* Add XSS documentation

Addresses #90

* Remove HTML from razor code blocks.

* Take feedback into account.

* Even more feedback magiced in

* Final feedback acted upon
2016-08-23 18:13:35 -04:00
Shayne Boyer de0ebd7f4f add flags for warnings as errors. (#1809) 2016-08-23 16:46:48 -04:00
Scott Addie 3ecaaac3bb Remove extra colon from Sections heading in Web API doc (#1807) 2016-08-23 08:34:16 -04:00
Scott Addie 31e216333f Convert Scott Addie author link from HTTP to HTTPS (#1808) 2016-08-23 08:33:45 -04:00
Nicholas d517d5f327 Edit linux deployment doc. (#1802)
* Update nginx.conf

* Update linuxproduction.rst

* Update linuxproduction.rst
2016-08-22 15:31:25 -04:00
Shayne Boyer c79e410892 fixing links (#1803) 2016-08-22 14:39:11 -04:00
Scott Addie a1f9a163ef Update Web API migration doc to RTM (#1790)
* Update Web API migration doc to RTM

* Change lex language to none for Startup.cs code sample
2016-08-22 13:26:42 -04:00
Xing Zheng cf436db022 fix typo in documents (#1801)
fix typo in documents
2016-08-22 06:43:16 -07:00
domaindrivendev ec28c0e899 Updates to reflect changes introduced by Swashbuckle 6.0.0-beta902 (#1794)
Thanks!
2016-08-21 07:07:47 -04:00
Tom Dykstra 16ea69eb24 add Tom Dykstra to authors list (#1796) 2016-08-19 12:10:43 -04:00
Travis Illig 0e2aec4ae2 Updates to Autofac references, samples for RTM (#1793) 2016-08-18 08:50:04 -04:00
Shayne Boyer 485088ec34 Cors update (#1789)
* rtm samples update

* warning removed, code blocks, literal includes updated

* cleanup, remove user files

* include path issue

* simplify setup sentence, remove code block
2016-08-17 19:17:49 -04:00
Rick Anderson 4e03ea0a12 remove Razor reserved words escaped (#1792) 2016-08-17 14:25:40 -04:00
Steve Smith 3d16a4629e MVC Overview (#1774)
* Initial outline

* Re-ordering section to be in M-V-C order.

* Responding to Feedback

* Last tweaks
2016-08-16 21:45:15 -04:00
Michiel Staessen eb78ebddc5 Update LoginPartial to VS template (#1784)
The templates are updated and the extension method GetUserName(this IIdentity) does not seem to be available anymore
2016-08-16 16:41:55 -04:00
Daniel Roth 3b9b464014 Adding missing period 2016-08-16 12:49:17 -07:00
Miguel Pinto e65ed05620 Update index.rst (#1777)
Improved the description of the AddEnvironmentVariables prefix parameter.

The prefix is being removed from the environment variable names and it was not mentioned anywhere. You had to guess...
2016-08-16 12:46:57 -07:00
Rick Anderson 1176419f9e update authors (#1787)
Add an optional extended description…
2016-08-15 13:19:18 -07:00
Shayne Boyer dd573e730b Webapi Swagger Tutorial (#1768)
* structure

* wip, intial description and code examples

* 'space'

* screenshots and getting started

* basic complete, annotations started

* rename var, comment code

* complete through DataAnnotations

* customizing ui src

* custom html src complete - simple

* custom ui complete

* summary

* fix indent issue

* indentation issues

* editing changes

* adding .vscode user exclusions

* remove .vscode folder

* user files

* spell check

* reword testing method section

* added download link to intro

* edits for final review

* fix punctuation in controller

* add red boxes to swagger-ui image

* minor edits :shipit:
2016-08-15 11:07:28 -07:00
Scott Addie 038914f193 Update Fundamentals DI doc and sample to RTM (#1781)
* Update Fundamentals DI doc and sample to RTM

* Revert literal block type to javascript
2016-08-15 11:04:07 -07:00
Tom Dykstra f87edb31b1 fix broken link (#1785)
/cc @Rick-Anderson
2016-08-15 10:57:45 -07:00
Dody Gunawinata 3cd0ef7b22 Fix a typo (#1783)
vaule -> value
2016-08-15 09:25:23 -04:00
Luke Latham a397200b6b Add sub-app config and common error entry (#1778)
* Add sub-app config and common error entry

Fixes https://github.com/aspnet/Docs/issues/1764

* Code-block correction

* React to feedback
2016-08-12 17:38:56 -07:00
Rick Anderson 52dbf1cc03 updated areas (#1779) 2016-08-12 16:04:56 -04:00
Aftab Ansari 29bac2f18c Output Correction (#1775) 2016-08-11 19:09:16 -07:00
Rick Anderson edbf7b8adc style as code (#1776) 2016-08-11 18:37:18 -07:00
Luke Latham 636ec46dd1 Update error-handling.rst (#1772)
Fixes https://github.com/aspnet/Docs/issues/1721
2016-08-11 15:53:05 -07:00
Luke Latham 5bbcb50bab Minor language update (#1773)
A dev on Slack said that "application’s assets" didn't translate well into their language. This change modifies the expression and includes a link to the Directory Structure doc.
2016-08-11 14:56:00 -07:00
Borislav Kosharov 267f3fde7f Fixed view folder Todo to match controller name (#1763)
* fix view folder Todo to match controller name

* fixed reference in .rst file
2016-08-10 09:32:08 -07:00
M. Shawn Dillon aac3229993 Correct misspelling in 2nd paragraph (#1769)
Change 'seemlessly' to 'seamlessly'.
2016-08-09 11:06:04 -07:00
Luis Palacios 365a3a1788 Update app-state.rst (#1758)
The aap.UseSession(); must go before the UseMvc(), but this is not mention anywhere in the docs, i think is best to be explicit about this, wasted a few hours until i find out
2016-08-08 09:47:18 -07:00
Rick Anderson 0dba098c15 first draft of Web-API (#1755)
* first draft

* final

* tom.D feedback

* <name>

* fix build
2016-08-08 09:45:45 -07:00
Rick Anderson dfeed1154e snippet (#1766) 2016-08-06 20:35:38 -07:00
Rick Anderson 05a0789c2c snippet fix (#1762) 2016-08-04 19:01:45 -07:00
Rick Anderson 53d326f20b snip (#1761) 2016-08-04 18:09:18 -07:00
Rick Anderson 0926aa1f4c snippet (#1760) 2016-08-04 16:23:03 -07:00
Sandra Aldana Abad 8f421d8287 removing OP files from this branch 2016-08-03 14:11:36 -07:00
saldana 538a038891 Initialize open publishing repository: https://github.com/aspnet/Docs of branch master 2016-08-03 19:24:22 +00:00
Steve Smith b657ed9748 Fundamentals/Hosting (#1702) 2016-08-03 09:26:00 -04:00
James Orr f2b658a9e1 correct a typo (move -> movie) (#1753) 2016-08-02 21:41:38 -07:00
James Orr 4824603da5 corrected a typo (genre's -> genre) (#1754) 2016-08-02 15:56:12 -07:00
Aftab Ansari 996c82383a Ng15 patch (#1728)
* ng15 component patch

* Sample code update

* referenced filename corrected

* Tabbing Corrected

* Tabbing Corrected

* Wordings Corrected
2016-08-02 15:54:33 -07:00