Asad
fcc66a8db9
Update roles.rst
...
removed double you word
2016-03-14 13:26:45 -07:00
leek20
8db3df2c04
Update routing.rst
2016-03-14 14:08:50 -04:00
Steve Smith
7d17a324d7
Merge branch 'ardalis/testing-controller-logic' of https://github.com/aspnet/Docs
2016-03-13 14:39:24 -04:00
Steve Smith
29130330da
Finished all controller unit tests
2016-03-13 14:35:38 -04:00
Steve Smith
82fe3ad532
Added another test.
2016-03-12 00:01:22 -05:00
Steve Smith
06d923fd05
Adding tests
2016-03-11 23:52:42 -05:00
danroth27
2fd4130ee5
Update screenshots and minor text cleanup
2016-03-11 15:09:56 -08:00
Steve Smith
28cf1cc340
Ideas page is working
2016-03-11 17:29:36 -05:00
whytheday
70b2a362d9
Fixed link to PasswordHasher.
2016-03-11 13:18:37 -08:00
Steve Smith
33cf1b700b
Working on sample
2016-03-11 16:10:47 -05:00
Steve Smith
dc7232f695
Sample initial version
2016-03-11 12:19:09 -05:00
Steve Smith
9f69ef5707
Initial progress
2016-03-11 11:47:12 -05:00
Martín Coll
7901bfe456
Fix a typo
...
Probably a typo from copy and pasting from other examples. We are already in the context of the lambda.
2016-03-10 14:41:22 -08:00
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
Konstantin Mischev
69e290980c
Renaming Framework 5 to Core
2016-03-03 15:48:09 +01:00
danroth27
3a8af3937a
Merge branch 'master' into dev
2016-03-02 17:52:48 -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