Commit Graph

1224 Commits (4d185ba1d9cc10d8f6a8ea7a0642016344580024)

Author SHA1 Message Date
j3rm 4d185ba1d9 Update handlers.rst
CustomWebHookHandler  should be MyWebHookHandler
2016-03-09 16:02:59 -08:00
Sourabh Shirhatti f03a4bc565 Add license 2016-03-09 10:29:18 -08:00
Steve Smith c85bc46c67 Fixed typo. 2016-03-09 11:50:46 -05:00
Steve Smith 4d9bcc45d1 Routing article 2016-03-09 08:42:39 -05:00
Johnny Cucerzan 51a4f5c687 Fixed typo.
Fixed typo from 'have a change to ...' to 'have a chance to ...'.
2016-03-07 09:52:15 -08:00
Johnny Cucerzan 90996bab76 Fixed typo.
The wrong method name "AuthorizeSync" is specified in the code explanation, instead of "AuthorizeAsync".
2016-03-06 15:54:22 +13:00
mperdeck 65dbc46833 New "Migrating HTTP Modules to Middleware" article 2016-03-03 14:37:11 -08:00
Aleksandar Nikolić 0c3d55a075 Update nano-server.rst
Minor typos fixed.
2016-03-03 12:24:19 -08:00
Sourabh Shirhatti 79ce94a678 Added linux production guidance 2016-03-03 11:52:57 -08:00
danroth27 7d7827b58e Remove mvc project from travis 2016-03-02 11:19:53 -08:00
danroth27 88130df2c5 Remove mvc sphinx project files and intersphinx links 2016-03-02 11:19:51 -08:00
danroth27 59fa370bb6 Merge mvc migration topics into aspnet migration section 2016-03-02 11:19:50 -08:00
danroth27 5fd2f9468a Merge mvc getting started samples and tutorials into aspnet project 2016-03-02 11:19:48 -08:00
danroth27 1d7eba32bc Remove unnecessary areas link 2016-03-02 11:19:46 -08:00
danroth27 4137d0b3e7 Create new aspnet caching node and merge in mvc content 2016-03-02 11:19:45 -08:00
danroth27 0b1ce0e4f0 Remove mvc security node and merge context with aspnet security node 2016-03-02 11:19:44 -08:00
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