Commit Graph

1805 Commits (684ad426002cb78df8d7f4e91bb46aec779b67ea)

Author SHA1 Message Date
saldana 684ad42600 Initialize open publishing repository: https://github.com/aspnet/Docs of branch master 2016-10-28 19:14:22 +00:00
Daniel Roth 5693706555 Move toc.yml under aspnet folder 2016-10-28 11:02:19 -07:00
Daniel Roth f9a2097cfc Move hub index.md to aspnet folder 2016-10-28 11:01:30 -07:00
Daniel Roth db586d9489 Remove stub aspnet/index.md file 2016-10-28 11:01:04 -07:00
Daniel Roth d1460f281c Remove old docfx.json file 2016-10-28 11:00:44 -07:00
Daniel Roth ebef7e9fe1 Remove stale NuGet.config 2016-10-28 10:49:12 -07:00
Daniel Roth 10dadc4a90 Move webhooks under aspnet 2016-10-28 10:48:57 -07:00
Daniel Roth be89a2c810 Remove travis temporarily 2016-10-28 10:36:01 -07:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00
Daniel Roth 835823a309 Update CONTRIBUTING.md to point to .NET Core CONTRIBUTING.md 2016-10-28 10:31:00 -07:00
Daniel Roth 1405cd6d45 Remove sphinx content 2016-10-28 10:29:02 -07:00
bradygaster 49ed328210 Initialize open publishing repository: https://github.com/aspnet/Docs of branch master 2016-10-27 04:44:38 +00:00
Rick Anderson bf22fbe17e Temp closed to PR's and /// (#1996) 2016-10-21 14:19:17 -10:00
Damien Pontifex b6908a7eea Noting to skip first time package restore on hosted servers for vsts ci build (#1961)
Credit to @DarqueWarrior
http://donovanbrown.com/post/2016/08/28/Stop-wasting-time-during-NET-Core-builds
2016-10-16 11:07:22 -10:00
Shaun Luttin 23883783e6 (typo) Add missing words. (#1958)
Add an optional extended description…
2016-10-12 14:28:33 -10:00
Shayne Boyer 3b884b28cf Update for gulp document (#1954)
* update gulp doc

* address change requests
2016-10-11 09:51:56 -10:00
Shayne Boyer 44068cfca4 Startup Environments (#1956)
* Fixes #1561

* Edits requested
2016-10-11 09:50:58 -10:00
Adrien Torris dc3443abe0 Add user's unique email policy configuration (#1955)
* Add user's unique email policy configuration

* Add user's unique email policy configuration

I think it can be hepful because a lot of projects need this user email's policy.

* Update identity.rst
2016-10-11 09:50:31 -10:00
Tanato Cartaxo fa921c38e6 Update lib references (#1952)
Updated Library references to not bound with a specific version.

When tools/references are updated (like Microsoft.Extensions.Configuration.UserSecrets was updated to 1.0.0) the documentation turns outdated
2016-10-10 08:22:25 -10:00
Brent Coney 3ae38a2944 Adding note about added "textInput" binding. (#1953) 2016-10-10 08:22:12 -10:00
Shayne Boyer 1e994ae45e Typo
``[Produces("application/json"]`` => ``[Produces("application/json")]``
2016-10-10 13:51:33 -04:00
Daniel Roth 73d178de62 Remove responsive design topic (#1951) 2016-10-06 14:08:46 -07:00
Daniel Roth 0a324fd0b1 Remove output caching from TOC (#1946)
* Remove output caching from TOC

I believe this topic is covered by the response caching topic.

* Remove output caching article
2016-10-05 15:03:17 -07:00
Luke Latham a58ed69df4 Add common error to Publishing to IIS (#1943)
Fixes #1932

I added it to the end, however, the Commons Errors section will get better organized when I get to the big doc overhaul. I intend to sort/group them by browser response error code when the time comes.
2016-10-04 21:28:39 -07:00
Luke Latham a97b5c3023 Add location information to ANCM hosting doc (#1944)
* Add location information to ANCM hosting doc

Fixes #1931 ... also updated capitalization of "h" of `applicationhost.config` to `applicationHost.config`.

Adds ANCM module, schema, and `applicationHost.config` locations to the doc for easy dev reference.

All credit to @jhkimnew for excellent post at https://github.com/aspnet/Home/issues/1583#issuecomment-249754022

* Minor update

Consistency: `IIS Express` (with space) is better than `IISExpress`.
2016-10-04 21:27:41 -07:00
Steve Smith 8ff5876928 Updating and fixing issues with testing controllers article and sample (#1920)
Add an optional extended description…
2016-10-04 12:59:20 -07:00
Rick Anderson b4986fb216 Update policies.rst (#1941)
* Update policies.rst

* Update policies.rst

* Update policies.rst
2016-10-04 11:04:43 -07:00
Tanato Cartaxo 53bf567221 Updated references in Identity Migration Doc (#1921)
* Updated references in Identity Migration

Updated references in Identity Migration to use the final namespaces of components:

.. code-block:: c#
        "Microsoft.AspNetCore.Identity.EntityFrameworkCore":  "1.0.0",
        "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0",

Removed workaround to assure that database is created in Entity Framework

* Removed lib version reference

Removed specific version reference for libs and updated text for better reading.
2016-10-04 09:00:04 -07:00
Tim Hess 44b7b40ee3 Update servers.rst (#1942)
typo fix
2016-10-03 17:40:21 -04:00
Jonathan 2d4a8551db Added information about OWIN environment (#1930) 2016-10-03 13:18:56 -07:00
Adrien Torris 6413155675 Add identity configuration example (#1939)
* Add identity configuration example

Add an example about how to configure some basic stuff about ASP.NET Core Identity (password policy, cookie, lockout, ...)

* Add identity configuration example

Add an example of identity configuration in startup class
2016-10-03 11:11:16 -07:00
ROY 4b9fc8d68e Updsate index.rst (#1918) 2016-10-03 11:07:36 -07:00
Dan Clarke 18e42fd3d9 Fixed typo (#1937) 2016-10-01 17:27:34 -04:00
Luke Latham 093cc68e1b Update iis.rst (#1926)
Update link to latest VC++ redist.
2016-09-29 13:32:41 -07:00
Stephen Halter 868c661c73 Update servers docs from RC1 to RTM (Part 2) (#1919)
* Update ServersDemo for 1.0.0

* Update servers docs from RC1 to RTM
2016-09-27 21:32:32 -07:00
Thomas Ardal 34333d3196 Fixed link to elmah.io (#1924)
The link to the elmah.io package pointed to the old package from before the rename from framework.logging to extensions.logging.
2016-09-27 10:39:19 -04:00
Carsten Schelp d9a5a60166 Update startup.rst, trying to make one sentence more readable. (#1911)
* Update startup.rst

I noticed that I had to read that sencence five times before coming to terms with it. I hope that my suggestion helps to make it more readable.

* Delete obsolete passage about DI

As @RickAnderson suggests, I just delete the passage that is trying to explain Dependency Injection in one sentence (and fails). He's right: all the info about Dependency Injection is available through the DI-link in the first sentence of that paragraph.
2016-09-23 12:26:05 -07:00
Tom Dykstra 216cf12a4d add readme and add mvc to title (#1914) 2016-09-23 09:48:05 -07:00
Steve Smith 545f7341e6 File Providers (#1855) 2016-09-22 20:20:46 -04:00
Scott Addie 896f588f0b Update MVC migration doc to RTM (#1901) 2016-09-22 11:46:15 -07:00
caradong 889c6c42c7 Outdated git repo link for ui customization (#1907)
Using the index.html at the current to customize UI is not working. The current swagger ui for .net core should be 
https://github.com/domaindrivendev/Ahoy/tree/master/test/WebSites/CustomizedUi/wwwroot/swagger/ui
2016-09-21 14:15:34 -04:00
Steve Smith 867bfae21a Native Apps APIs (#1837)
APIs for native mobile apps.
2016-09-20 22:53:39 -04:00
Shayne Boyer 31673e5274 add link to Azure AD index for B2C example (#1905)
Add an optional extended description…
2016-09-20 10:17:33 -07:00
James Orr b54e6457dd missing space in text (#1906) 2016-09-20 10:16:59 -07:00
andrewlock 6b3a5868ab Fix broken code sample (#1899)
The return value of `HandleRequirementAsync` should be outside the if statement
The context parameter type has been renamed from `AuthorizationContext` to `AuthorizationHandlerContext`
2016-09-19 14:38:38 -04:00
Shayne Boyer b3146f24d6 Bower.rst update (#1876)
* bower update

* samples added

* semver message update

* whitespace

* removing whitespace

* removed sample

* whitespace

* remove bower samples

* fix bundle samples

* fixing nits

* new line
2016-09-19 09:45:38 -04:00
Ivaylo Kenov 26de2f0e84 Fixed broken link to Entity Framework sample (#1896) 2016-09-18 07:22:13 -07:00
Tom Dykstra 406ff0d3cc initial draft of EF MVC tutorial series 2016-09-16 18:53:54 -07:00
Tom Dykstra ae6160f4ef initial (#1892) 2016-09-16 14:41:41 -07:00
Tom Dykstra 6ea637ae9d remove TraceSource (#1886) 2016-09-16 14:22:06 -07:00