Commit Graph

1812 Commits (1ae7ae3899c24df7a15149ab751b3aaba1fa61be)

Author SHA1 Message Date
Aftab Ansari 8280ff0f65 middleware fix (#1711) 2016-07-25 11:01:39 -07:00
Aftab Ansari 3b842126ae ID parameter corrected to Id (#1714) 2016-07-25 11:01:21 -07:00
Aftab Ansari 6d28aac839 Output Corrected (#1717)
* Output Corrected

* typo corrected
2016-07-25 11:00:26 -07:00
Aftab Ansari 46a1f69c38 QueryString---->query string. (#1719)
Add an optional extended description…
2016-07-25 10:59:37 -07:00
Rick Anderson 4591d1a64c lower case ref labels (#1708) 2016-07-22 17:14:21 -07:00
Rick Anderson ebf118576a added page link to sections (#1707) 2016-07-22 17:05:10 -07:00
Rick Anderson 1403343b74 all lc on label (#1703)
.. _strongly-typed-models-keyword-label:
2016-07-21 18:32:28 -07:00
Nicholas Blumhardt 7326259199 Add available logging providers (#1699) 2016-07-21 12:06:12 -07:00
Dong Liu f6d4f54ab0 Fix logging console log image. (#1701) 2016-07-21 11:44:21 -07:00
Rick Anderson 3d270642cc delete unused directory (#1700) 2016-07-21 10:48:29 -07:00
Rick Anderson afc4d8532f missing ); (#1698) 2016-07-20 17:49:00 -07:00
muybn bf8d1ec1c9 see line #18 (#1697)
In **Solution Explorer**, right-click **Controllers > Add > New Item...**

should be:
In **Solution Explorer**, right-click **Controllers > Add > New Item... > MVC Controller Class**

then image below that should be changed
2016-07-20 14:15:04 -07:00
Robert Phipps afd7844708 Update entity-framework-6.rst (#1687)
Hi,

I couldn't get this demo to work unless I added this underscore (source http://bleedingnedge.com/2015/11/01/entity-framework-6-with-asp-net-5/) otherwise I got the error "Cannot convert lambda expression to type 'Type' because it is not a delegate type"

I'm not sure whether this is supposed to happen?

Cheers,
Rob
2016-07-18 16:00:50 -07:00
Luke Latham 96adf7b7c4 Refactor self-closing span elements (#1692)
Refactor self-closing span elements

Refactor self-closing span elements

Refactor self-closing span elements

Refactor self-closing span elements
2016-07-18 14:15:34 -07:00
Luke Latham ac9d76748e Add missing validation span element closing tags (#1693) 2016-07-18 14:14:43 -07:00
Daniel Roth f5584257f4 Remove Mono (#1688) 2016-07-15 13:49:24 -07:00
Daniel Roth 99521639f7 Update Download-Dotnet.ps1
Fix path to .NET Core binaries
2016-07-15 13:33:53 -07:00
Daniel Roth 757722e419 Clarify guidance for using Kestrel (#1686)
* Clarify guidance for using Kestrel

Eventually we will have a complete discussion of Kestrel and ASP.NET hosting (#929), but adding a warning to the Servers doc for now.

* Doc cleanup

* Update servers.rst
2016-07-15 13:05:47 -07:00
Wayne Koorts 891f0399f1 Fix broken supervisor configuration. (#1646) 2016-07-15 13:01:13 -07:00
Derek b7c231160e Update configuration.rst (#1669)
- Make it a little more obvious that `IConfigureOptions<TOptions>` can be implemented in order to configure some options using things from the service container.
- Correct the reference to the extension method used to register an instance of `IConfigureOptions<TOptions>`.
- Fix a grammatical error.
2016-07-15 12:53:22 -07:00
Daniel Roth 592d0b4f69 Fixes #1648 (#1685) 2016-07-15 10:51:50 -07:00
Niclas Lindqvist e7cd67c6de Fixed Markdown formatting (#1684)
Added spaces to Controller Helper Methods: Redirect paragraph
2016-07-15 08:05:55 -07:00
Rick Anderson 577ab1d454 Update intro.rst (#1683) 2016-07-14 17:17:51 -07:00
Rick Anderson 3c69cbc102 fix lineno in Validation (#1682) 2016-07-14 14:43:03 -07:00
Rick Anderson 2ef4cf9bcb add link (#1675)
to Strongly typed models and the @model keyword
2016-07-13 20:29:36 -07:00
Rick Anderson 00254ae17a Update model-binding.rst (#1670) 2016-07-13 18:51:23 -07:00
jonathandotchin 5a0e826101 Swap CreatedAtAction for CreatedAtRoute (#1671)
`GetTodo` is the route name so we should use `CreatedAtRoute`.
The tutorial also mention using `CreatedAtRoute`
2016-07-13 18:50:48 -07:00
jonathandotchin 5456bed4d5 Change id to numTimes to match output (#1672)
Add an optional extended description…
2016-07-13 18:50:15 -07:00
Rick Anderson 7ed006b0a0 fixes #1665 (#1667)
* fixes #1665

* fix link
2016-07-13 09:27:08 -07:00
Kiran Challa c398c53ac9 Add note about multiple [FromBody] parameters in ModelBinding (#1662)
* Add note about multiple [FromBody] parameters in ModelBinding

* word smith

* word smith
2016-07-12 18:37:57 -07:00
Zeke Lu 169da99c89 several minor fixes (#1656) 2016-07-12 16:44:19 -07:00
shwld c1a340f911 modify using package. (#1654) 2016-07-12 13:32:29 -07:00
Nithin Shenoy 2a32bb314e Fixing typo in project.json settings (#1660)
The modifications that are needed for the `tools` and `scripts` sections of *project.json* no longer has a stray `}` to make it easier for folks who are copy and pasting.
2016-07-12 13:29:22 -07:00
Daniel Roth 9c691918bc Remove doc from TOC that doesn't exist (#1664) 2016-07-12 13:28:55 -07:00
Damien Pontifex f80c3093bc VSTS CI docs article
fix bullet formatting
2016-07-12 12:12:57 -04:00
Rick Anderson e309375496 remove how to cust pub (#1650)
Add an optional extended description…
2016-07-11 13:03:05 -07:00
Colin Dabritz df35e36289 Added changed line emphasis. (#1653)
Default dotnet new mac has ConsoleApplication as namespace, highlights change.
2016-07-11 12:42:36 -07:00
Troy Dai b121a9b57c Fix configuration sample (#1649) 2016-07-10 11:39:11 -06:00
Chad Wach 7c3e766b79 Response location missing My prefix (#1647) 2016-07-09 14:29:40 -06:00
Tom Dykstra 9b26354dd3 add instruction to clear "host in the cloud" (#1644) 2016-07-08 16:56:48 -06:00
Zeke Lu 3d9d51b5ff correct the code line numbers in http-modules.rst (#1640) 2016-07-08 13:29:33 -06:00
Tom Dykstra 83c5a46a77 Fix typo (#1638) 2016-07-08 13:28:12 -06:00
Luke Latham fc7e506f0e Update common error (#1639) 2016-07-08 13:27:44 -06:00
Zeke Lu 9d52cbae8c fix the un-fixed merge conflict (#1641)
The merge conflict is not fixed when merging the PR #1613
2016-07-08 13:27:30 -06:00
Luke Latham f071627ac1 Update for RTM ANCM common errors (#1635)
* Update for RTM ANCM common errors

* Add access violation to a common error outcome
2016-07-07 14:49:05 -06:00
Luke Latham ade9c3f335 Repair hosting bundle link and minor updates (#1637) 2016-07-07 14:48:43 -06:00
Rick Anderson 4f42dbd198 Ryan updates/rick UE edit (#1636) 2016-07-07 14:47:40 -06:00
Nate Barbettini b6ad1de59e Update policies.rst (#1634)
Return value must match method signature
2016-07-07 14:47:19 -06:00
ivano scifoni 84b13c10d9 sql-cache tool and update sample version (#1594)
* Upddate document, added sql-cache tool.
Update sample to version 1.0.0

Document sql-cache tool #1412

* rename opt to options
rename conf to options
Fix identation
Change the version to 1.0.0-preview2-final
2016-07-07 14:39:29 -06:00
RachelAppel 59471b0b1a merges 2016-07-07 16:27:48 -04:00