Tom Dykstra
9049def785
add link to project.json docs ( #3372 )
2017-05-17 06:21:37 -07:00
Anh Vuong
31995b4e4f
Update action-results.md ( #3371 )
...
line 96: Corrected spelling for ApiController (previous version is ApiConroller)
2017-05-16 18:04:52 -10:00
Tom Dykstra
86f323d5c7
typo ( #3368 )
2017-05-16 08:58:07 -07:00
fareszekri
39939f6f27
minor fixes in the partial code of update & delete definition ( #3362 )
...
* Update sample9.cs
updated method definition Task<Product> as it should return product Task<Product>
* Update sample10.cs
Updating definition to return status code (Task<HttpStatusCode>)
2017-05-15 11:17:15 -10:00
Dale Gardner
184fe30215
fix several extensions and syntax highlighting on snippets ( #3360 )
2017-05-15 11:15:39 -10:00
Aftab Ansari
b8b5fca28c
With VS2017 and dotnet 1.0 installation genrator needs to have latest installation ( #3363 )
2017-05-15 09:51:45 -10:00
Tom Dykstra
b29dd4b85c
add community.md to toc ( #3355 )
...
* add community.md to toc
* add community.md
2017-05-15 11:16:58 -07:00
Aftab Ansari
1e29dc1ed7
Razore File Extension corrected ( #3361 )
2017-05-15 07:45:12 -10:00
Tom Dykstra
e0a1968476
fix link ( #3356 )
...
Add an optional extended description…
2017-05-12 10:01:56 -07:00
Tom Dykstra
99653f1e32
fix link ( #3358 )
...
Add an optional extended description…
2017-05-12 10:00:04 -07:00
Tom Dykstra
ac604a70d0
fix link ( #3357 )
2017-05-12 09:50:22 -07:00
Rick Anderson
f2a1e2354f
Update routing.md
2017-05-11 14:28:46 -10:00
Adrien Torris
f28d490726
Extend middleware code sample to display var decla ( #3347 )
...
Extend Localization middleware code sample to display the declaration of the variable 'supportedCultures'
2017-05-11 14:16:23 -10:00
Ganesan Arunachalam
304c18e590
Changed HTML to HTTP ( #3346 )
2017-05-11 14:13:18 -10:00
Rick Anderson
011c021ffc
macOS VS Web API tutorial ( #3345 )
...
* done
* bold
* fix
* feedback
* more fixes
2017-05-11 12:04:57 -10:00
Tom Dykstra
4351d13c9c
remove instructions left over from 1.0 ( #3344 )
2017-05-10 18:52:17 -07:00
Tom Dykstra
4aa9032226
add custom model binding ( #3343 )
2017-05-10 14:03:18 -10:00
Tom Dykstra
84ef999f35
remove outdated MVC 5 text ( #3342 )
2017-05-10 14:01:07 -10:00
Rick Anderson
b21575c59e
Update index.md
2017-05-10 10:20:03 -10:00
Rick Anderson
3519b67600
remove bad links ( #3340 )
2017-05-10 13:19:04 -07:00
Rick Anderson
1cc0ee1387
Razor Pages initial draft ( #3335 )
...
* Razor Pages initial draft
* c
* acrolynx
* rename file, add to toc
* Ryan feedback
* quick proofread
2017-05-10 08:31:01 -10:00
Tom Dykstra
356f5f89be
Fix bug in edit/create code ( #3330 )
...
* correct errors in edit/create code
* add line of code missed in earlier commit
* fix highlighting
2017-05-10 11:28:28 -07:00
Tom Dykstra
5270dad17c
fix links ( #3334 )
2017-05-10 10:09:50 -07:00
Daniel Roth
31da7b21f4
Add dev https doc ( #3337 )
2017-05-10 10:08:24 -07:00
Brandon Pugh
822081930b
Fix link url ( #3283 )
...
Seemed to be pointing to the wrong domain.
2017-05-09 18:10:52 -10:00
Rick Anderson
94b493d89c
Update adding-model3.md ( #3321 )
2017-05-09 10:18:11 -10:00
Mike Wasson
fa84a12d5c
Fix typo ( #3323 )
2017-05-09 09:51:30 -10:00
Jonathan
58c0e3784c
Update web-api-help-pages-using-swagger.md ( #3325 )
...
Use HTTPS. Prefer IANA-assigned example.com domain.
2017-05-09 09:50:40 -10:00
Steven Volckaert
194ad97f94
Updating line 78: Correcting French punctuation. ( #3331 )
...
In French, a space is required both before and after all two- (or more) part punctuation marks and symbols, including the exclamation mark "!". See https://www.thoughtco.com/how-to-use-french-punctuation-4086509 for more information.
2017-05-09 09:49:28 -10:00
Kévin Chalet
14a94acf1a
Update community.md to include AspNet.Security.OpenIdConnect.Server ( #3329 )
2017-05-08 14:38:14 -07:00
Sayed Ibrahim Hashimi
8639b3b36e
Add page for OSS auth options ( #3314 )
...
* Add page for OSS auth options
In the One ASP.NET dialog we are adding a link for users to learn more about OSS auth options.
I'm working with @danroth27 on the content here.
2017-05-08 12:52:40 -07:00
Steve Smith
f032613ffa
fixing build errors ( #3326 )
2017-05-08 09:36:20 -07:00
Aftab Ansari
9077d46233
Small Correction ( #3324 )
2017-05-08 06:01:40 -07:00
Aftab Ansari
d5e959a7c3
It should be W3School not CodeSchool ( #3291 )
...
* It should be W3School not CodeSchool
* Update angular.md
* Update angular.md
2017-05-06 08:51:49 -10:00
natalya-k
4d2c2b1d44
Update sample5.cs ( #3298 )
...
A path to the log file should specify the root directory in case an exception was thrown from a subdirectory of the application.
2017-05-06 08:49:13 -10:00
natalya-k
79773e5760
Redundant HTML-tag ( #3299 )
...
A redundant </head> tag was removed.
2017-05-06 08:47:57 -10:00
natalya-k
60a581c38c
Markup fixes ( #3300 )
...
Markup of the code blocks was fixed ("Programming the Calendar Control" section).
2017-05-06 08:46:38 -10:00
Sturla Thorvaldsson
85c9ac0f40
Change to how the container is Disposed ( #3306 )
...
I came across this when using Sonarlint and got this warning (a Major one ). http://www.sonarlint.org/visualstudio/rules/index.html#version=5.10.0.1344&ruleId=S3881
Btw. this is my first ever pull request, hope its valid :-)
2017-05-06 08:45:32 -10:00
Sébastien Ros
39ce057520
Update configuration.md ( #3307 )
...
* Update configuration.md
* Update configuration.md
2017-05-06 08:43:43 -10:00
natalya-k
edeca3e679
Note markup fix ( #3309 )
...
Note markup was fixed.
2017-05-06 08:39:51 -10:00
natalya-k
ee5b7ca343
HTML attributes fix ( #3311 )
...
Some HTML attributes were added.
2017-05-06 08:37:23 -10:00
Srikar Tadiparthi
512e1a30ae
Update adding-a-view.md ( #3320 )
...
* Update adding-a-view.md
* Update adding-a-view.md
2017-05-06 08:31:47 -10:00
biancaghiurutan
1d98b6aaf8
Highlighted an issue when sorting is not working. ( #3318 )
...
* Highlighted an issue when sorting is not working.
Sorting will not work in the filtered list for which a form using POST was used.
* reword slightly
2017-05-05 18:11:12 -07:00
biancaghiurutan
4ca2c4a58d
Corrected mark up and capitalisation issues ( #3319 )
...
Add an optional extended description…
2017-05-05 17:58:02 -07:00
Rick Anderson
84e32a6d75
Update tutorial list to mention Web API ( #3304 )
...
* Update index.md
* Update index.md
* Update index.md
* Update index.md
* combine web api paragraphs
2017-05-05 12:44:57 -10:00
Tom Dykstra
bcd64dfb8d
highlight department in course.cs ( #3317 )
2017-05-05 12:12:53 -07:00
Tom Dykstra
797db96de2
fix link ( #3315 )
2017-05-05 11:54:39 -07:00
ChrisSfanos
ddeed4c6cd
Update overview.md ( #3312 )
...
Added new version of jquery.SignalR-2-2-2
2017-05-05 07:23:11 -10:00
Tom Dykstra
64c0686921
fix DbContext namespace ( #3313 )
2017-05-05 09:03:49 -07:00
Tom Dykstra
e1c8ca9fe8
add PMC text ( #3303 )
...
* add PMC text
* Update intro.md
* reword PMC line
2017-05-04 15:09:22 -07:00