Commit Graph

178 Commits (1570038c174a56509d425a1a5bbf55125de2716b)

Author SHA1 Message Date
Luke Latham 8f820a653f Remove link to "Quick Guide" 2017-10-12 12:35:34 -05:00
rayden84 df24806334 use null-coalescing operator
use null-coalescing operator for the repo properties
2017-10-04 21:09:16 +02:00
Scott Addie cbbb7a8071 Merge pull request #4363 from guardrex/guardrex/mvc-model-validation-update
Add Required note to model validation topic
2017-09-28 11:45:38 -05:00
Maira Wenzel 1cc41a106b fix typo 2017-09-26 22:53:34 -07:00
Scott Addie 9d02e7cc08 Merge pull request #4401 from mairaw/patch-2
fixing url formatting
2017-09-25 20:11:07 -05:00
Maira Wenzel 6c9ff4023d fixing url formatting 2017-09-25 17:19:04 -07:00
Maira Wenzel d111fbbb45 fix typo 2017-09-25 17:15:09 -07:00
Luke Latham 11d5aacbda Add Required note to model validation topic
Fixes #1928
2017-09-22 21:29:11 -05:00
Melinda Schmitz 8bd45d3daa Update implementing-the-repository-and-unit-of-work-patterns-in-an-asp-net-mvc-application.md 2017-09-22 14:29:58 -05:00
Scott Addie 55759ae80e Merge pull request #4351 from guardrex/guardrex/fix-auth-topic
Update Create an MVC 5 App auth topic
2017-09-21 21:38:39 -05:00
Scott Addie 78d2817834 Merge pull request #4347 from guardrex/guardrex/fix-keywords
Trim keywords of keyword metadata
2017-09-21 20:21:38 -05:00
Rachel Appel ef9784dd75 meta updates (#4353) 2017-09-21 15:59:18 -04:00
Luke Latham dd3b4e1ba5 Update Create an MVC 5 App auth topic
Fixes #4348
2017-09-21 12:59:28 -05:00
Luke Latham 18d1878f00 Trim keywords of keyword metadata
Patch 3
2017-09-21 02:22:29 -05:00
Scott Addie 9bde6f00c7 Merge pull request #4339 from badersur/patch-1
Fix a typo
2017-09-20 09:12:39 -05:00
Bader Nasser Al-Hashmi d8a2a198d2 Fix a typo 2017-09-20 17:48:29 +04:00
Luke Latham d157e2ec7a Kill BOM and add end newlines 2017-09-20 02:36:55 -05:00
Luke Latham 53e19c9bfa Update windowsazure.com links (#4323)
* Update windowsazure.com links

Fixes #4178

Updates

Updates

Updates

* Remove one link

* Link update
2017-09-19 12:56:27 -05:00
Bader Nasser Al-Hashmi 12f2df92b1 minor tweaks (#4309)
* minor tweaks

* incorporate feedback from @scottaddie

* Remove ASP.NET Core tutorial from MVC 5 recommended resources
2017-09-18 21:56:42 -05:00
Bader Nasser Al-Hashmi 0a3f215b4f Update sample2.xml (#4316) 2017-09-18 12:07:06 -05:00
Bader Nasser Al-Hashmi 990f07508d Fix typo (#4314) 2017-09-18 10:44:33 -05:00
Isaac Levin 195b2b3314 Update Azure Section per #4177 (#4276)
* Update Azure Section per #4177

* Updates to Azure Section

* Minor tweaks

* Fix links

* Fix more links

* Fix casing issues

* Tweak verbiage

* Change subscription verbiage

* Fix spelling mistakes
2017-09-15 16:15:51 -05:00
Bader Nasser Al-Hashmi a633d5727f Remove references to retired Facebook birthday app (#4279) 2017-09-13 13:37:05 -05:00
Bader Nasser Al-Hashmi 2bc597f4c6 Fix title (#4280) 2017-09-13 13:35:35 -05:00
Bader Nasser Al-Hashmi a3a79df708 Add a space (#4272) 2017-09-13 10:19:10 -05:00
Maira Wenzel 88d79e0af3 fix typo (#4179) 2017-09-05 09:22:23 -05:00
Rick Anderson 3fbd938e13 What's in a scaffolded Razor Page? (#3857)
* What's in a scaffoled Razor Page?

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* Add missing hyphen

* Change code snippet types to cshtml
2017-08-05 09:54:40 -04:00
Terri Morton 5d65e3df02 Removing broken install links (#3817)
Install links broken for 3 MVC pages, because they had been JavaScript
popups on the original www.asp.net website. We still do not have the
ability to add these links, so removing them and leaving the standalone
installer links.
2017-07-27 09:15:57 -07:00
Terri Morton 195438749a Removing broken install link (#3816)
Install links broken for 3 MVC pages, because they had been JavaScript popups on the original www.asp.net website. We still do not have the ability to add these links, so removing them and leaving the standalone installer links.
2017-07-25 12:24:08 -05:00
Navid Khalili fb775f0348 Change Google Developers Console Section (#3677)
* Change Google Developers Console Section

Since Google Developers Console Interface has been changed we need to update this section.

* Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md

* Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md

* Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md
2017-07-23 16:32:09 -07:00
tsahi 8fc06a5455 fix link to Jerrie Pelser's blog (#3742)
the next link is also broken, and redirects to a page on docs, but it looks like it's not a copy of the original document, so I didn't fix it. The original text needs to be found, or the reference to it should be fixed.
2017-07-17 07:56:29 -06:00
Srikar Tadiparthi 7dbf22b8bb Update sample3.cshtml (#3732)
Added Bootstrap table class to the above code snippet that was missing.
2017-07-15 11:25:28 -06:00
Rick Anderson 75ebbfde2b Update getting-started.md (#3533)
* Update getting-started.md

* Update getting-started.md

* Update getting-started.md
2017-06-21 12:49:00 -07:00
Scott Addie 7860f0e757 Fixes #3504 2017-06-16 12:07:08 -05:00
cjonghyun ff0d3edf8a Create adding-a-new-field.md (#3487) 2017-06-12 16:34:12 -07:00
Jon Seaman 324551420f Fix spelling error (#3458) 2017-06-02 14:04:00 -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
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
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 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
Lex Li ee3268e090 Fixed a typo. (#3184) 2017-04-07 16:04:33 -10:00
Andre Price 75326b917d Update dockerfile in aspmvc deployment (#3160)
Fix dockerfile example to work with latest microsoft/aspnet version.

This is the minimal change, there are other ways to get the content in the correct place. The latest aspnet docs use a `site_root` argument when creating the image. See https://github.com/Microsoft/aspnet-docker/blob/master/4.6.2/sample/Dockerfile
2017-04-05 16:40:47 -10:00
Lucas O'Neil 83a1f1c711 Update adding-a-view.md (#3154)
Spelling mistake
2017-04-03 14:48:25 -10:00
Andy Pasic 0d3169c8fe Inserted UID (#3075)
* Inserted UID

* fixing toc.md
2017-03-27 15:35:25 -10:00