Erik Reitan
aafa0cb397
Add links to articles on azure.com
2016-02-12 09:18:18 -08:00
twentytwokhz
6e539d5843
Updated ASP.NET 5 application definition
...
Added line containing static 'Main' method which is now needed as a suitable entry point
2016-02-11 12:12:01 +02:00
Rowan Miller
9c3b1f2cbf
🐛 Fix link to EF docs
2016-02-10 11:53:02 -08:00
Daniel Roth
beb05ac3e1
Remove mention of WCF hosting from servers article
2016-02-09 21:04:32 -08:00
Sourabh Shirhatti
5a83b75e8a
Add Azure web app to publishing TOC
...
Remove related resources
2016-02-09 11:08:23 -08:00
Sourabh Shirhatti
511279893d
Notice about the rename
2016-02-09 11:07:16 -08:00
Sourabh Shirhatti
a978f2df64
Update identity links
2016-02-08 18:15:28 -08:00
Marcellus Miles
65dae0bdfe
fixing broken links
2016-02-08 18:15:27 -08:00
Matt Ellis
df8b3a18ba
Be more explicit about platforms
...
The binary versions of DNX that we provide for RC1 and RC1 Update one
have tightly coupled dependencies with versions of the libraries that
ship in Ubuntu 14.04 and CentOS 7. Other distros (or even other versions
of CentOS and Ubuntu) are unlikely to work out of the box.
Update the wording to be a little more clear about this.
2016-02-05 09:30:33 -08:00
Sourabh Shirhatti
8740d39c35
Add helpfulness.js since CDN has updated
2016-02-03 10:03:56 -08:00
Sourabh Shirhatti
69970b0804
Rollback helpfulness.js till CDN picks up new CSS
...
This reverts commit 572a411692
.
New CSS
2016-02-02 14:44:26 -08:00
Sourabh Shirhatti
572a411692
Revert "Add helpfulness API"
...
This reverts commit 66162957a7
.
2016-02-02 11:24:53 -08:00
Sourabh Shirhatti
66162957a7
Add helpfulness API
2016-02-02 10:47:51 -08:00
Sourabh Shirhatti
ae9b438a51
Revert "Rev CSS versions"
...
This reverts commit 84201401fc
.
2016-02-02 10:32:07 -08:00
Sourabh Shirhatti
84201401fc
Rev CSS versions
2016-02-02 10:17:02 -08:00
Daniel Roth
025c080af1
Update diagnostics.rst
2016-02-01 16:34:09 -08:00
Sergey Guryev
195ce02086
Updating the SecretManager package name
...
Here is the manual for installing the SecretManager http://docs.asp.net/en/latest/security/app-secrets.html#installing-the-secret-manager-tool
Here is the issue about the old name and NullReferenceException: https://github.com/aspnet/UserSecrets/issues/34
2016-02-01 16:28:51 -08:00
Sourabh Shirhatti
207f7168a8
Revert "Add helpfulness API"
...
This reverts commit d18b541428
.
2016-02-01 16:11:10 -08:00
mscommunities
d18b541428
Add helpfulness API
...
Updating link and background colors to match new asp.net design
Clipping body in mobile view
Updating helpfulness to use new api
Using new api for helpfulness
Using https endpoint for api call
Rev'ng the version querystring on static assets
Resolve merge conflict
2016-02-01 15:58:22 -08:00
Léonard Labat
03e7fd6d91
Update OWIN article to RC1
2016-02-01 15:53:02 -08:00
Zhiliang Xu
343d9d7721
Fix the line numbers of code snippets
...
Fix the line numbers of code snippets when referencing to dependency-injection/sample/src/DependencyInjectionSample/Startup.cs
2016-01-30 16:41:09 -08:00
Aalaap Ghag
9bd92e3004
Grammar fix
...
Small grammar fix.
2016-01-30 11:16:32 +05:30
Sourabh Shirhatti
e24e01d988
Revert "Add helpfulness"
...
This reverts commit 630dd48429
.
2016-01-27 13:57:05 -08:00
mscommunities
630dd48429
Add helpfulness
...
Updating link and background colors
Updating link and background colors to match new asp.net design
helpfulness.js
XHR: http -> https
2016-01-27 13:34:50 -08:00
danroth27
cd2b93ccd1
Add Show Comments button
2016-01-26 21:12:03 -08:00
Erik Reitan
d730b9c5d3
Adding Continuous Pub topic - erikre
2016-01-25 13:49:36 -08:00
Sourabh Shirhatti
d1af913924
Update servers article to rc1
...
Link to milestone rather than commit
Remove dependencies
Respond to feedback
Whitespace trim
UE revision
UE revision
More UE changes
2016-01-25 12:56:39 -08:00
Johnwii.Chang
eeea2b0b98
Update views.rst
...
Origin: href="@Url.Action("Edit", "Document", new {id= Model.Id})"">Edit</a></p>
Extra " was typed in this document. Delete it already.
2016-01-25 10:30:41 -08:00
chao-zhou
391a4a75f1
"webroot" location is wrong.
...
In RC, "webroot" attrbiute is moved into hosting.json
2016-01-25 10:23:20 -08:00
danroth27
d36b3642a1
Add missing whitespace
2016-01-25 10:20:59 -08:00
chao-zhou
a836f78ebe
Simplify lambda expression.
...
Origin: next=> async context =>
Current: async (context, next) =>
2016-01-25 10:19:27 -08:00
Scott Addie
e4c993fe4b
Update Bootstrap screenshot in Getting Started section
2016-01-21 22:20:24 -06:00
Pawel Kadluczka
65d495299d
Update iis-with-msdeploy.rst
...
you're -> your
2016-01-20 17:21:07 -08:00
joescars
f842678edd
Update config.json to appsettings.json
...
Update config.json to appsettings.json
2016-01-19 22:58:32 -08:00
Ankit
ce5d712e2e
Changed links to corresponding master branches.
2016-01-19 22:52:39 -08:00
Jared Thirsk
92b6146de9
Correct IOptions<T>.Options propery is now Value
2016-01-19 22:49:05 -08:00
John Reilly
a93cfe3512
Update using-gulp.rst
...
Clarified that the Task Runner Explorer was not the only way to kick off gulp tasks when working in ASP.Net 5.
Added note about *project.json* stages not being triggered when building in Visual Studio by default
2016-01-19 22:14:41 -08:00
Steve Smith
fc9d0fbb64
Fixing up sample
2016-01-16 13:55:32 -05:00
Steve Smith
aaf24fb600
Updated wording and recommendations
2016-01-16 13:39:40 -05:00
Daniel Roth
fbc0c8b3d9
Add link to API reference docs.
2016-01-15 22:49:24 -08:00
Sourabh Shirhatti
faa1369527
Fix typo in 'navigate'
2016-01-15 11:01:27 -08:00
vmh32
06c6b65211
Update policies.rst
...
Missing closing parenthesis in code
2016-01-15 10:54:52 -08:00
Steve Smith
e3096d64a2
Distributed Cache
2016-01-14 14:42:20 -05:00
Daniel Roth
e733ff8537
Removing API link temporarily
2016-01-14 11:12:34 -08:00
danroth27
26f52fb819
Enable api links in aspnet project
2016-01-13 21:58:09 -08:00
danroth27
3a2beac2e8
Add API ref docs
2016-01-13 21:57:52 -08:00
Steve Smith
e0f046ef59
Text edits in response to @rick-anderson feedback.
2016-01-13 16:50:42 -05:00
Jeff Widmer
e897b0c282
config.json is named appsettings.json
2016-01-12 11:49:58 -08:00
Jeff Widmer
00e0d2ffe8
Typo - Statup.cs to Startup.cs
2016-01-12 11:42:16 -08:00
Sourabh Shirhatti
291222738f
Hosting Docs
...
Adress initial comments
PlatformHandler -> Platform Handler
Fix casing of 'web sites'
Underline too short
Fix typos in servicing doc
Add note about unlocking handlers
Note about issue with dnu publish
Escape the '\' char
Add intro and reorder
Move servicing up
Move web.config into new file + small fixes
Data protection
Update hosting doc overview
x.509 data protection
Add the X.509 content later
Respond to UE feedback
2016-01-12 11:19:40 -08:00
John Rowley
48d44f95af
Added How Web Publishing In Visual Studio Works
2016-01-11 14:22:30 -08:00
Thai Phan
803e1fb68d
Update version of libuv from 1.4.2 to 1.8.0
2016-01-11 14:16:30 -08:00
Erik Reitan
babce7241a
Update your-first-aspnet-application.rst
...
Fixing one link and updating the format of two others.
2016-01-06 11:01:04 -08:00
Balamurugan Chirtsabesan
d522c691b3
Update Configuration article for RC1
...
Update link to sample
Update Configuration sample code to RC1
Update Configuration article to RC1
2016-01-06 10:55:14 -08:00
Zhiliang Xu
0af85156c1
Fix minor syntax error: can issues => can issue
2016-01-06 10:26:31 -08:00
Rick Anderson
5f2f371de0
Update replacing-machinekey.rst
...
disambiguate 4.5+ from 5.X
2016-01-05 11:06:49 -10:00
Mike Wasson
3bba391c99
Fix link to sample
2016-01-05 10:13:16 -08:00
Kevin Pilch-Bisson
c631d98feb
Fix typo (period to comma)
2016-01-05 10:12:09 -08:00
RachelAppel
d4b2c06777
Merge branch '1.0.0-rc1'
2015-12-30 20:03:01 -05:00
Erik Reitan
721e21a295
erikre - Updating ASPNET 5 - First app topic
2015-12-30 19:59:25 -05:00
RachelAppel
a7d49a96ef
Merge branch '1.0.0-rc1'
2015-12-29 15:47:18 -05:00
Robert Foster
a3a13d5574
Update sociallogins.rst
...
Added note to install the Microsoft.AspNet.Authentication.Facebook package as it's not installed by default.
2015-12-29 15:44:49 -05:00
RachelAppel
4711424a85
Merge branch '1.0.0-rc1'
2015-12-29 15:42:15 -05:00
Leonardo Braga
c6bc6bfd28
Changed `dnx restore` to `dnu restore`
...
Fixed the actual underlying command executed by the editor, since `dnx restore` doesn't exist.
2015-12-29 15:40:52 -05:00
RachelAppel
9d9a869ce1
Merge branch '1.0.0-rc1'
2015-12-29 12:57:00 -05:00
John Reilly
ad715e95df
Update static-files.rst
...
Fix typo in filename
2015-12-29 12:54:44 -05:00
Scott Addie
9fadf62fe1
Convert hard-coded link to Sphinx relative link
2015-12-28 12:41:01 -06:00
Scott Addie
84a5562cb2
Use correct code block type for bower.json
2015-12-28 12:27:08 -06:00
Zhiliang Xu
f49a2c6e82
Update your-first-aspnet-application.rst
2015-12-28 12:17:36 -06:00
Scott Addie
49c6d4ff00
Convert to using Sphinx-style relative links
...
Apply new labels to ASP.NET docs to support Sphinx links
2015-12-28 12:05:39 -06:00
jamesjfoster
dba4d5224a
Update static-files.rst
...
Fixed misspelling of DirectoryBrowserOptions in directory browsing code.
2015-12-23 11:06:27 -08:00
Nicholas P Nelson
8436f688c2
Fix typo in CookieAuthentication article
2015-12-23 09:33:04 -05:00
Barry Dorrans
8d47b40619
Added example on how to call into operational requirement.
2015-12-22 11:11:04 -08:00
John Rowley
6f0efc60c0
Fix install sass command
2015-12-21 13:54:15 -08:00
Greg Lincoln
ae94418d5a
Update AutoFac example in DI article for RC1.
2015-12-21 13:53:28 -08:00
Scott Addie
da4170e596
Update casing of NPM node name
2015-12-21 13:52:38 -08:00
Scott Addie
21d8f6efaa
Rename variable in Getting Started section
2015-12-21 13:51:51 -08:00
Sourabh Shirhatti
c7592efc06
Update aspnet.inv and fix broken links
2015-12-21 12:08:10 -08:00
Barry Dorrans
bcc486f506
Add new section on DI and update the old DI syntax to the new syntax.
...
Removing namespaces to make the samples easier.
2015-12-21 11:40:28 -05:00
Scott Addie
e2d2508601
Change Angular 2.0 alpha reference to beta
2015-12-21 11:35:46 -05:00
Alaa Masoud
106c21b7e0
Removed duplicate word
2015-12-17 17:36:11 +03:00
Steve Smith
776d2b9603
Updated to RC1
...
Responded to feedback. Fixes #725
2015-12-16 18:14:55 -08:00
Sourabh Shirhatti
650973ef7c
Add contributing to ASP.NET link
2015-12-16 18:10:28 -08:00
danroth27
aad5f720a9
Clean up the Working with Data index
2015-12-14 23:59:04 -08:00
danroth27
b74d5c2db5
Rename cookie authentication file
2015-12-14 21:24:49 -08:00
danroth27
86a8440fbf
Fix typo
2015-12-14 21:22:31 -08:00
Barry Dorrans
43e2d26c02
Add using cookie middleware without identity
2015-12-14 21:19:13 -08:00
John Rowley
3b8bdd268a
Update logging to rc1
2015-12-14 17:55:43 -08:00
Steve Smith
9c25526b09
Responding to feedback.
2015-12-14 17:53:32 -08:00
danroth27
aeb1647faf
Use common contribute.txt for all projects
2015-12-14 16:59:03 -08:00
danroth27
a5860bafdd
Property injection is not supported by default
2015-12-14 16:31:52 -08:00
John Rowley
9276c3b78c
Update Cors Example to RC1
2015-12-14 13:23:55 -08:00
Scott Addie
e704aad858
Fix minor mistakes in Yeoman doc
2015-12-14 13:20:26 -08:00
Scott Addie
ea2a6b05ff
Update Angular doc and sample code to RC1
2015-12-14 13:13:35 -08:00
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