danroth27
fd92c58c10
Remove Frameworks node and add mvc to aspnet TOC.
2016-03-02 11:19:43 -08:00
danroth27
7e14f6113e
Move mvc folder under aspnet
2016-03-02 11:19:41 -08:00
Barry Dorrans
db5332b3aa
Make it clearer Data Protection always needs configuring.
...
Update hosting doc, common warning now an include
kets -> keys
2016-03-01 18:01:46 -08:00
EdoVanAsseldonk
274fb6e2b9
Fix statement to copy application to nano server
...
The previous statement copied the application to the destination in an incorrect way and so the destination wouldn't contain the approot folder.
2016-03-01 21:37:14 +01:00
Zhiliang Xu
76ed88e6a1
Fix a typo: valuse -> values
2016-03-01 21:23:21 +08:00
Sourabh Shirhatti
321423fce2
Fix casing for date of birth
2016-02-29 10:47:58 -08:00
smelons
7f6f2cdadc
Fix AddAuthorization syntax
2016-02-29 10:41:15 -08:00
Steve Smith
728307ae80
Fix Typo
...
Service -> Services
2016-02-29 09:03:42 -08:00
RachelAppel
046776223b
Model binding
...
Modifications to prose/samples based on feedback
modifications
modifications to sample, added custom attributes
revisions based on feedback
revisions based on update
modifications from feedback
sample code changes
final round of modifications
final final commit
final final final mods
oops
really finaly version
2016-02-26 16:29:03 -08:00
James Oliver
68c918254c
Replaced reference to Configuration.Get
...
Configuration.Get isn't used in the ConfigureServices method as described in the tutorial. Updated it to show that Configuration["Data:DefaultConnection:ConnectionString"] is what is used now to retrieve the connection string.
2016-02-25 10:20:15 -08:00
James Oliver
78fa6c561d
Added note to not change the authentication method when creating project
2016-02-25 10:20:15 -08:00
Scott Hanselman
95b48c3887
Copyright year
2016-02-24 22:56:31 -08:00
danroth27
d1cff85fec
Clarify that the CORS middleware needs to be added before any endpoints in the request pipeline
2016-02-24 22:34:41 -08:00
Leon Cullens
8f5d002724
Update cors.rst.
...
Add explanation that app.UseCors must be called before app.UseMvc.
2016-02-22 23:41:08 +01:00
Aftab Ansari
c34c26ce98
Update index.rst
...
ASP.NET Hosting Providers
2016-02-22 12:47:48 -08:00
Jimmy Hannon
29c3d17dde
Update policies.rst
2016-02-22 11:50:19 -08:00
Aftab Ansari
960601c04f
Update angular.rst
...
Angular 1.5.0 final release has happened couple of days ago.
2016-02-22 11:48:37 -08:00
Aftab Ansari
dcb618dcd9
Update angular.rst
...
Statement Corrected.
Add missing the
2016-02-22 11:47:00 -08:00
Aftab Ansari
4f8e29fc03
Update bundling-and-minification.rst
...
It should be either package or plugin.
2016-02-22 11:43:14 -08:00
Aftab Ansari
f8a15b71a2
Update index.rst
...
Typo Error Corrected.
2016-02-22 11:42:02 -08:00
dotnetdoktor
b52765c43f
Update servers.rst
...
typo: Additonally->Additionally
2016-02-22 11:40:46 -08:00
Sourabh Shirhatti
aedc10fbcd
Fix broken author links
2016-02-19 15:16:09 -08:00
danroth27
532bf3e5ff
Clean up order of Fundamentals
2016-02-17 23:23:32 -08:00
danroth27
144d414682
Remove WebSockets article
2016-02-17 23:12:22 -08:00
danroth27
fdd6e29d16
Rename File System article to File Providers
2016-02-17 23:10:54 -08:00
danroth27
4baaca9d7a
Remove HTTP Abstractions article
2016-02-17 23:04:30 -08:00
Stuart Dobson
6c568ef25d
Update using-gulp.rst
...
minor edit to clarify which tab to click on the project properties page.
2016-02-17 21:30:05 -08:00
Aftab Ansari
2af2b4f0be
Update using-grunt.rst
...
All are grunt package/plugin which runs under NodeJs.
2016-02-17 21:25:03 -08:00
Sourabh Shirhatti
8bf2d1b63d
Nano Server tutorial initial upload
...
Drop Devops workflow
Respond to feedback
More feedback
2016-02-17 16:41:24 -08:00
Aftab Ansari
72b521d091
Update bundling-and-minification.rst
...
It should be either package or plugin not task
2016-02-17 08:53:35 -08:00
Stuart Dobson
7c58062e9f
Update Startup.cs
...
Simplify environment check with IsDevelopment extension method
2016-02-17 12:08:02 +11:00
Daniel Roth
adc48727d8
Use gender neutral language
...
Addresses https://github.com/aspnet/Docs/issues/745
2016-02-16 15:05:45 -08:00
Daniel Roth
6846f3da46
Fix DI sample link.
2016-02-16 14:50:58 -08:00
Daniel Roth
51daa9eaea
Updated main TOC topic order
...
Addresses https://github.com/aspnet/docs/issues/981
2016-02-16 12:42:14 -08:00
Aftab Ansari
c268935adc
Update using-gulp.rst
...
Statement corrected.
2016-02-16 12:53:37 +05:30
Daniel Roth
a49e89762b
Add bundling and minification article
2016-02-12 11:09:46 -08:00
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
Steve Smith
67e6c6ad95
DI in Views
2016-02-09 15:25:34 -05: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
ef1ae8eabc
Fix tablet CSS
2016-02-09 10:15:30 -08:00
Sourabh Shirhatti
82ae01c479
Fix broken link
2016-02-08 18:15:30 -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
Robert Haken
5a4e5e9bb9
TagHelpers authoring - SetContent() => SetHtmlContent()
...
to prevent unwanted encoding of HTML elements
2016-02-08 16:55:52 -08:00
danroth27
f3fc3da67d
Add missing paren
2016-02-08 16:50:44 -08:00
Robert Haken [MVP ASP.NET/IIS]
01375eec3c
Proper start tag syntax
2016-02-08 16:47:50 -08:00