Commit Graph

33 Commits (7baaeb390c59361f6168269a8da2587037b71069)

Author SHA1 Message Date
Rachel Appel ef9784dd75 meta updates (#4353) 2017-09-21 15:59:18 -04: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 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
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
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
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
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
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
David 6f26b346d7 Update with spelling correction (#3042)
Fixed a simple spelling error in the warning box in the Update the Create Page section of implementing-basic-crud-functionality-with-the-entity-framework-in-asp-net-mvc-application.md.
2017-03-23 07:01:12 -07:00
james1293 4145aae04d Include sample17.cshtml instead of inline code (#2988)
Meant to do this originally, oops!
2017-03-16 14:42:32 -10:00
james1293 40fd242c7d Fix explanation: setting a default selected option (#2973)
* Fix explanation: setting a default selected option

The current doc treats the second parameter of @Html.DropDownList() as a way to set the default selected option. It gives an example of choosing "Comedy" by default. In fact, the given example creates a second entry that says "Comedy" but has an empty value. I provided a correct example.

* Fix code: setting a default selected option

See commit note on /Docs/aspnet/mvc/overview/getting-started/introduction/adding-search.md
2017-03-15 11:35:29 -10:00
Rick Anderson f0a65b95e3 Download PDF to see better view (#2915) 2017-03-08 08:41:12 -08:00
Anuraj ac1302c8cc Space added between words (#2840)
Space added between - The .Net type forrowversion is a byte array.
2017-02-26 07:52:10 -05:00
a-iafrate 6b193e952e Wrong highlight lines on sample9.cshtml (#2781) 2017-02-16 12:58:13 -10:00
Tom Dykstra f17356bcdb merge aspnetmigration to master (#2668)
* Initial aspnet migration

* Updating legacy urls

* Clearing .gitignore file

Clearing .gitignore file because this isnt a normal .net application
where we want to strip away debug files, etc. We want to include
everything under these folders.

* Updating webhooks toc reference

* Removing header debug links

* Updating webhooks toc

* Updating double quotes in metadata to use single quotes

* Moving all code blocks to external files

* Updating newlines for step-by-step

* Fixing indent problem on some code blocks

* Fixing newlines in alt attribute for images; Fixing some missing code block references

* Resyncing with live content

* Refreshing content from production

* Trying to get pdf to generate for our aspnetmigration branch

* Update .openpublishing.publish.config.json

* Refresh from prod; Removing some legacy urls for pages that shouldnt have it

* Updating index pages and removing legacy urls

* Updating warning and caution notes

* Removing downloads

* remove aspnet from exclude list (#2549)

* First pass at language detection

* Updating author and adding in msc.type

* Updating code blocks

* Updating note styles

* Fixing note styles

* Updating docfx.json file to allow pdfs and gifs

* Fixing note stylings for bold notes

* Updating docfx.json to allow exe, zip and wmv files

* Fixing note styles with period; Fixing downloads links

* Fixing code blocks for razor cs and vb

* Fixing more downloads links; Fixing a few code blocks

* Removing   html entity

* Fixing some more note stylings

* Syncing with prod

* Fixing issues with content

* Rebuilding toc file

* Adding back in files accidentally deleted

* Fixing some security notes

* Fixing some note styles

* Updating unknown code blocks

* Updating article

* Fixing link

* Fixing link

* Fixing link

* Fixing invalid characters

* preliminary toc changes

* update toc

* fix toc folder with only one link

* Fixing extra heading

* Fixing articles

* Reworking ajax pages

* Fixing encoding issues

* Updating markup in articles

* Fixing space

* Fixing spacing issues with links

* Fixing note styles

* Fixing inline note styles

* Fixing missing image

* Adding space

* Rolling back gitignore file and adding a new one for /aspnet

* Fixing some code blocks

* Updating code block language

* Renaming file

* Updating code language

* Fixing code blocks

* Fixing code blocks

* Fixing spaces before 'using'

* Fixing cs to js

* Changing Note type

* Updating broken reference

* Replacing headings with bolds under notes/tips, etc

* Fixing markdown for pipes

* Another attempted to fix pipe characters

* Fixing markdown for pipes

* remove text about being thread-safe (#2630)

* Fixing spacing issue with list

* Trying to fix pipe issue

* new how to choose doc

* move choose doc to core folder

* add api ref

* fix link

* Adding in ms.assetid

* Removing \ufeff

* fix link

* link to mvc intro instead of webhooks

* add scenarios

* put core first, vertical orientation for scenarios

* reorganize toc, make overview work like core version

* fix yaml

* fix broken links

* Adding space

* add download link

* tweak tables

* eliminate images

* eliminate images 2

* tweak scenario section headings

* add link to core in asp.net overview

* Removing gears

* Updating table

* Updating code block languages

* fix urls (#2663)

* Removing embedded in-article TOC from top of articles

* fix urls (#2666)

* fix urls

* fix urls

* Removing embedded in-article TOC from top of articles

* Revert "Removing embedded in-article TOC from top of articles"

This reverts commit ff1c3ccdf1.

* Revert "Removing embedded in-article TOC from top of articles"

This reverts commit 17c37c726d.
2017-02-03 11:40:22 -10:00