Commit Graph

333 Commits (2ce14057e1c49534b731375764a75e527a1946c4)

Author SHA1 Message Date
Steve Smith 2ce14057e1 Updated tests to use better ManualResetEvent pattern. 2015-12-11 11:51:21 -05:00
Steve Smith 5eb4335f5c Updated to RC1
Fixes #290
2015-12-10 15:49:00 -05:00
RachelAppel f2ad7b6973 Merge branch '1.0.0-rc1' of https://github.com/aspnet/Docs into 1.0.0-rc1 2015-12-10 12:48:03 -05:00
Steve Smith 35a378c8a0 Add In-Memory Caching article 2015-12-10 09:43:12 -08:00
John Rowley 581e1fc634 Update AppState to rc1 2015-12-10 12:41:40 -05:00
Rick Anderson 8ed92fd3b9 mac RC1 updates and text clean up 2015-12-10 09:23:59 -08:00
John Rowley 5c65fbd0b4 Slay deadwood inside of middleware.rst 2015-12-10 07:48:33 -08:00
John Rowley ca9feb6233 Added a link to webdeploy article in publishing to iis 2015-12-10 07:43:31 -08:00
John Rowley af9a78748a Fix link to nuget in conceptual overview 2015-12-09 17:11:07 -08:00
Gui||aume dee2e5c7eb Update installing-on-linux.rst
On CentOS 7.1, Kestrel refuse to start with /usr/lib64/libuv.so.1 simlink :  System.DllNotFoundException: libuv

It works with /usr/lib64/libuv.so.
2015-12-09 16:56:51 -08:00
Damien Pontifex 7c3e0ea4fa EF 6 configuration with ASP.NET 5
added authors and code block for config

Article started based on aticle by @pgrudzien12 for #633

Added dependency injection and configuration in code for asp.net 5
to replace web/app.config configuration

fixed minor formatting problems and typos, changed author sequnece, added Summary and Resources sections

fixed hyperlinks

moving migration note into own section and renaming title

reviewed ef6 article

changes from PR feedback
2015-12-09 16:33:09 -08:00
RachelAppel ca8d1bd1ad Merge branch '1.0.0-rc1' 2015-12-09 15:07:06 -05:00
John Rowley e5ce7de739 Doc for publishing to IIS with MSDeploy 2015-12-09 14:58:22 -05:00
Brock Allen 2745ff021a Update roles.rst 2015-12-09 14:31:23 -05:00
Barry Dorrans 61fac0cbe1 Change broken doc links are file moves to will always work ref links 2015-12-09 11:14:53 -08:00
Christos Matskas ca468dd1e9 Fixed ambiguous wording
Fixed wording as discusses on issue #759
2015-12-09 12:51:00 -05:00
Steve Smith dab1d36839 Clarify Config Source Ordering Effects
Fixes #303
2015-12-09 08:03:34 -05:00
Barry Dorrans c90cdcb231 Add Authz documentation and cleanup authn to its own section 2015-12-08 12:24:37 -08:00
Bradley Grainger d2c49844a7 Add instructions to run `dnu restore`. Fixes #719 2015-12-08 13:46:46 -05:00
Sourabh Shirhatti c7e32e4d5b Update dnx version in testing sample 2015-12-07 12:43:49 -08:00
John Rowley 4d3ffd7fd5 Update Integration Test to RC1 2015-12-07 12:43:46 -08:00
John Rowley 5ee0295cba Updated the unittests doc sample project to rc1 2015-12-07 12:23:01 -08:00
Sourabh Shirhatti 0ca4ed005a Console logger supports scopes in rc1 2015-12-07 12:11:55 -08:00
SychevIgor ff52b01882 Update logging.rst
Links to source code on a GitHub updated to current version rc1.
And fix for pull request https://github.com/aspnet/Docs/pull/695/
2015-12-07 12:07:38 -08:00
John Rowley a483f4b76e Update Diagnostics Demo project to rc1 2015-12-07 14:40:41 -05:00
Scott Addie b5525268ba Fix broken Environment Tag Helper link
Link to new label in MVC index page
2015-12-04 19:04:57 -08:00
David Lechner 98fe30958c console app folder name is important
Make it clear that the name of the console app directory is important. It must match the target of the command in the sample code.
2015-12-04 17:48:49 -05:00
RachelAppel 95bc4e1839 Merge branch '1.0.0-rc1' of http://github.com/aspnet/docs into 1.0.0-rc1 2015-12-04 17:43:39 -05:00
lkubis 5f7f62d006 Removed closing round bracket 2015-12-04 17:42:11 -05:00
danroth27 b13980bca7 Clarify that xplat .NET Core is available for Windows, Mac and Linux 2015-12-04 14:12:47 -08:00
Erik Reitan 401ae5e8e5 Update choosing-the-right-dotnet.rst
Addressing the following issue:
.NET Core for Mac & Linux not production ready? #681
2015-12-04 14:05:49 -08:00
Scott Addie 7811b5944b Finish RC1 updates and fix mistakes in Using Gulp 2015-12-04 16:43:38 -05:00
pottereric e9a36dd88a Don't show suggest a specific AppId
The instructions suggest that the user use the same AppId as the one shown in the screenshots. I practice, they will have their own AppId.
2015-12-04 16:24:48 -05:00
danroth27 91ce86a2bf Add links to EF getting started docs 2015-12-04 08:48:18 -08:00
danroth27 89ac8d3a4e Add Mono installation instructions to Mac installation instructions 2015-12-03 22:58:10 -08:00
Erik Reitan 5259974076 Update to topic - Understanding ASP.NET 5 Web Apps 2015-12-03 22:16:25 -08:00
Scott Addie c90a0b5b16 Update Bower article for RC1 2015-12-03 19:04:12 -05:00
Matt Mazzola 51afe05b6d Correct line numbers intended to reference service registration with different life cycles.
The articles was incorrect referencing a portion of Startup.cs from lines 88-91 which was unrelated about development settings. The intention was to show the portion of Startup.cs on lines 66-71 where the services are registered with different life cycles (transient, scoped, singleton, and instance).
2015-12-03 18:27:10 -05:00
Sourabh Shirhatti 9e4302feaa Stop hard-coding version #
Hide version # in MVC project
2015-12-02 17:12:29 -08:00
Matt Ridgway 0adfdf1384 Link to sample was wrong
GitHub returned 404
2015-12-02 16:24:59 -05:00
RachelAppel 029c05602d Merge branch '1.0.0-rc1' of http://github.com/aspnet/Docs into 1.0.0-rc1 2015-12-02 15:15:44 -05:00
SychevIgor 1c99a50561 Update unit-testing.rst
Link to beta8 is out-of-date. Current release is rc1
2015-12-02 15:11:41 -05:00
Jenya Y 3bd609ba9f Fixed link to "glob patterns" 2015-12-02 11:50:04 -08:00
Scott Addie d40b6a568f Remove extraneous single quote 2015-12-02 14:42:01 -05:00
Cameron Watters ed2adab8fe Update tutorial to reflect latest generator-aspnet output 2015-12-02 11:30:45 -08:00
Scott Addie 8390f40ca4 Fix typo in Understanding ASP.NET 5 Web Apps 2015-12-02 14:05:49 -05:00
Chris Dufour a6d251b740 Update app-secrets.rst
Update the UserSecrets package names to new names
2015-12-02 10:56:11 -08:00
Roman Pavlov a19bf41f3a Update middleware.rst
Update link to middleware sample code.
2015-12-02 10:46:11 -08:00
Tim Murphy 0a8fa00869 Update angular.rst
Fix spelling mistake
2015-12-02 10:40:36 -08:00
Roman Pavlov 7bb5307971 Update environments.rst
Update link to environments sample. Fixes #674
2015-12-02 10:35:13 -08:00