Tom Dykstra
3809557a76
Merge pull request #3467 from aspnet/master
...
Update live with current master
2017-06-06 12:05:07 -07:00
Botond Bertalan
8a4b8db394
Typo fixed ( #3466 )
...
sentitive changed to sensitive
2017-06-06 09:13:03 -07:00
Tom Dykstra
f2b60dd0e9
Merge pull request #3461 from aspnet/master
...
Update live with current master
2017-06-03 12:05:05 -07:00
Jon Seaman
324551420f
Fix spelling error ( #3458 )
2017-06-02 14:04:00 -07:00
Tom Dykstra
a73d4ddad7
Merge pull request #3451 from aspnet/master
...
Update live with current master
2017-06-01 17:09:57 -07:00
thebaker4
4a8c19bf5c
Removal of apostrophe from "API's" ( #3450 )
2017-06-01 17:05:09 -07:00
Tom Dykstra
1e735315da
Merge pull request #3434 from aspnet/master
...
Update live with current master
2017-05-30 14:38:42 -07:00
joan xie
8c0824a3ee
Update aspnet-mvc-4-custom-action-filters.md ( #3415 )
...
* Update aspnet-mvc-4-custom-action-filters.md
Fix parameter type mismatch
* Update aspnet-mvc-4-custom-action-filters.md
Fix missing subject
2017-05-30 12:38:26 -07:00
foreverlearner
ed8bf7cd83
Update sample4.cs ( #3428 )
2017-05-30 12:13:26 -07:00
foreverlearner
ea1a5337a2
Update sample2.cs ( #3429 )
2017-05-30 12:12:45 -07:00
Terri Morton
25f0b32426
Merge pull request #3422 from aspnet/master
...
Updating page title
2017-05-26 15:54:12 -04:00
Terri Morton
21efed8220
Updating page title
...
Changed "ASP.NET Razor Pages" to "ASP.NET Web Pages"
2017-05-26 15:50:58 -04:00
Tom Dykstra
d1830a87ea
Merge pull request #3408 from aspnet/master
2017-05-24 16:09:47 -07:00
Andrii Bratanin
4d0944b037
Mitigate possible race condition in MessageHandler1 ( #3402 )
...
MSDN description of DelegatingHandler Class says:
"Any instance members are not guaranteed to be thread safe"
https://msdn.microsoft.com/en-us/library/system.net.http.delegatinghandler(v=vs.118).aspx
2017-05-23 18:14:52 -07:00
Tom Dykstra
0f1b965636
Merge pull request #3377 from aspnet/master
...
Update live with current master
2017-05-23 09:58:56 -07:00
Matteo Tammaccaro
857f6fa9ba
Updated ( #3375 )
...
* Updated
Added note about adding Entity Framework via nuget
* Update adding-a-model.md
2017-05-18 18:32:41 -10:00
biancaghiurutan
1713d67a67
Corrected link markup ( #3383 )
...
* Corrected link markup
Corrected markup for `@Html.AntiForgeryToken` link.
* Update xsrfcsrf-prevention-in-aspnet-mvc-and-web-pages.md
2017-05-18 18:29:46 -10: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
056a62752e
Merge pull request #3370 from aspnet/master
...
Update live with current master
2017-05-16 12:06:20 -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
Tom Dykstra
333d7651dd
Merge pull request #3359 from aspnet/master
...
Update live with current master
2017-05-12 12:05:12 -07:00
Tom Dykstra
99653f1e32
fix link ( #3358 )
...
Add an optional extended description…
2017-05-12 10:00:04 -07:00
Ganesan Arunachalam
304c18e590
Changed HTML to HTTP ( #3346 )
2017-05-11 14:13:18 -10:00
Tom Dykstra
e184804f01
Merge pull request #3339 from aspnet/master
...
Update live with current master
2017-05-10 12:05:18 -07:00
Mike Wasson
fa84a12d5c
Fix typo ( #3323 )
2017-05-09 09:51:30 -10:00
Tom Dykstra
3e13650c3f
Merge pull request #3322 from aspnet/master
...
Update live with current master
2017-05-06 12:05:11 -07: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
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
Tom Dykstra
cab0cea03c
Merge pull request #3316 from aspnet/master
...
Update live with current master
2017-05-05 12:05:13 -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
1bf2857243
Merge pull request #3302 from aspnet/master
...
Update live with current master
2017-05-03 12:07:14 -07:00
Terri Morton
277cd8d036
Update form-basics.md
...
Fixing hyperlink to Introduction to Displaying Data Using ASP.NET Web Pages
2017-05-02 21:44:37 -04:00
Abdelkrim from Brussels
e2ebab3ad4
missing space character between `Main` `RunAsync` ( #3296 )
2017-05-02 09:34:07 -10:00
Mark Amery
615ea975de
Fix typo ('datbase' instead of 'database') ( #3282 )
2017-04-30 16:09:56 -10:00
natalya-k
f97a3a2593
Update sample10.cshtml ( #3272 )
...
A redundant </head> tag was removed.
2017-04-25 14:28:23 -10:00
Saikava
291611fdae
Update creating-api-help-pages.md ( #3217 )
2017-04-13 08:04:32 -10:00
kscelfo
7a1b8d6141
Update handling-concurrency-with-the-entity-framework-in-an-asp-net-web-application.md ( #3193 )
...
Changing year from 999 to 1999 in description of result.
2017-04-11 14:39:41 -07:00
María Inés Parnisari
307f46dfb7
SignalR demo: updated script references to the latest versions ( #3192 )
...
* SignalR demo: updated script references to the latest versions
* Update sample3.html
2017-04-11 08:58:42 -10:00
Chase Holdren
ff7c3379f6
Update tutorial-your-first-web-api.md ( #3201 )
2017-04-11 08:56:39 -10:00
Tom Dykstra
a25988d46e
retire outdated article ( #3200 )
2017-04-10 16:51:16 -10:00
Samir Patel
b2ec4b952a
Fixing multiple issues with content ( #3181 )
2017-04-07 16:07:10 -10:00
Quan Mai
32b6b561b2
Remove dead link ( #3182 )
...
Domain name is for sale
2017-04-07 16:05:54 -10:00
Lex Li
ee3268e090
Fixed a typo. ( #3184 )
2017-04-07 16:04:33 -10:00