Daniel Roth
19551bc319
Fix more highlighting
2017-09-23 13:04:47 -07:00
Daniel Roth
e2fe518cda
Fix line highlighting to highlight rating field
2017-09-23 13:01:04 -07:00
Luke Latham
11d5aacbda
Add Required note to model validation topic
...
Fixes #1928
2017-09-22 21:29:11 -05:00
Rachel Appel
e6bcd56a4b
meta updates ( #4359 )
2017-09-22 08:36:43 -04:00
Rachel Appel
31491176e9
meta updates ( #4358 )
2017-09-22 08:29:50 -04:00
Scott Addie
eed99e5a8e
Merge branch 'master' into guardrex/resp-caching-update
2017-09-21 21:42:42 -05:00
Luke Latham
18d1878f00
Trim keywords of keyword metadata
...
Patch 3
2017-09-21 02:22:29 -05:00
Luke Latham
ffc0d0d20f
Response Caching topic enhancements
...
Updates
2017-09-20 16:59:48 -05:00
Scott Addie
e1ec11beb0
Merge pull request #4336 from guardrex/guardrex/kill-the-bom
...
Kill BOM and add end newlines
2017-09-20 09:11:19 -05:00
Luke Latham
d157e2ec7a
Kill BOM and add end newlines
2017-09-20 02:36:55 -05:00
Scott Addie
efd8b8f5a9
Fix invalid ms.date metadata values
2017-09-19 13:44:04 -05:00
Scott Addie
9a7e7c586c
Fix invalid ms.date metadata value
2017-09-19 13:35:11 -05:00
Luke Latham
8c11a14d05
Last two link patches ( #4329 )
2017-09-19 12:55:55 -05:00
Rachel Appel
53eee1d613
meta update ( #4330 )
2017-09-19 13:50:21 -04:00
Scott Addie
4d9c6d47bd
Fix invalid ms.date value
2017-09-18 16:21:34 -05:00
Luke Latham
ad01283f29
Update SDK install info/script for Nano Server tutorial ( #4234 )
...
* Update SDK install info/script for Nano Server tutorial
Fixes #4233
I use the word "fixes" lightly, since I know this works in my AppVeyor
script but haven't actually done it on a real Nano Server.
* Update script link
* Small language fix
2017-09-18 15:15:14 -05:00
Scott Addie
5f43301fa7
Add missing uid to metadata ( #4315 )
2017-09-18 11:04:32 -05:00
Rachel Appel
42a48de471
metadata updates ( #4311 )
2017-09-18 14:26:29 +01:00
Poulad
98ecb0f1ba
Update web-api-help-pages-using-swagger.md ( #4304 )
2017-09-15 21:58:02 -05:00
Rachel Appel
3fece4e286
update meta ( #4301 )
2017-09-15 17:40:19 +01:00
Rachel Appel
d022d4b967
change msdn sub label ( #4275 )
2017-09-13 10:06:52 -05:00
Scott Addie
c496ec8d54
Adjust highlighting in code sample
2017-09-12 21:29:11 -05:00
hgirish
f303a45764
Update new-field.md ( #4264 )
2017-09-12 14:55:31 -05:00
jackiebecker
2e61e287e2
Update adding-model.md ( #4235 )
...
* Update adding-model.md
Error is raised when Install-Package command is run when package already exists in project. Provided details for how to check if package is already installed.
* Minor edits
2017-09-12 09:23:30 -05:00
Isaac Levin
854c07c430
Remove Deadlinks in aspnetcore section of repo ( #4241 )
...
* Create mvc2.md
Added temp file to house doc requested in #3809
* Initial outline of document
* Added Note for Special Tooling (VS 2017 Preview 3)
Will remove when Preview 3 is updated into Release
* Added Porting Link
* Added Core DI Sample
* added DI Section
* Added Storing Configuration Settings Section
* Adding Custom Settings samples
* part of static content
* static content section
* .net standard section
* Adding Edit in VS 2017 Image
* Samples for Startup
* startup and csproj section
* update image reference
* Updates to Migration Doc
changes per @scottaddie
* Final round of changes
Please review
* Edits
* Fix invalid xref link
* More edits
* More edits
* More edits
* More edits
* More edits
* More edits
* Move Content to different directory
* Update Code Sample Links
* change sample location
* ::
* Update Sample Filenames
* Minor edit
* Remove extra space
* More edits
* Move Static Folder
* update reference to image
* Update mvc2.md
* Minor tweaks
* Changes to sample file
* Change copy for Configuration Section
* Fix code formatting
* Remove extra line feed
* Remove extra line feed
* Fix 3xx/4xx/5xx Status Codes in aspnetcore folder
* Take out locality references in urls:
* change MSDN urls to docs.microsoft if possible
* Update aspnet-core-module.md
* Update iis.md
* Remove localization from external links
2017-09-11 20:58:51 -05:00
Jonathan
7d0b33af00
Bumped version from 1.0 to 2.0 ( #4242 )
2017-09-11 10:18:40 -05:00
Scott Addie
6ece943781
Add a missing comma
2017-09-11 09:57:10 -05:00
Rachel Appel
0ba263d22b
Publish ASPNET Core to Azure ( #4240 )
...
* Publish ASPNET Core to Azure
* cleanup
* final
* italics
2017-09-11 16:53:42 +02:00
Luke Latham
6a7cb40282
Fix file path issues ( #4196 )
...
* Fix file path problems
Fixes #4192
Add one
* Revert TEMPs
2017-09-05 09:57:46 -05:00
Bader Nasser Al-Hashmi
2eb0d81e57
Add a note about missing `using` statement ( #4202 )
2017-09-05 09:21:04 -05:00
Bader Nasser Al-Hashmi
7c63421a6d
Call `UseMvc()` instead of `UseMvcWithDefaultRoute()` ( #4204 )
2017-09-05 08:54:25 -05:00
Scott Addie
85431318e8
2.0 updates to Swagger tutorial ( #4145 )
...
* 2.0 updates to Swagger tutorial
* More edits
* Add missing wwwroot folder
* More edits
* More edits
* Update code comment
* Move UseMvc call to last invocation
* Update property name in JSON sample
* Convert UseMvcWithDefaultRoute() to UseMvc()
* Add Startup2.cs
* Simplify the .csproj file
* Adopt new WebHost pattern in Program.cs
* walk through --> walkthrough
* Remove unused controller
* Update images
* Remove unused controller
* More edits
* Wordsmithing
* Provide more detail in UI customization text
* Modify JSON sample
* Add keywords
* Implement Rick's suggestions
* Add cross platform instructions
* Update image
* Convert 2 sentences into list
2017-09-01 15:24:18 -05:00
babakramak
a2fad7f70f
Update nano-server.md ( #4171 )
...
Following items edited:
Reset-IISServerManager -confirm:$false
$sm = Get-IISServerManager
2017-09-01 09:14:28 -05:00
Rick Anderson
87900dffec
Z/ra/acr ( #4168 )
...
* never
* Clean up RP
* work
* work
* work
2017-08-31 17:14:06 -07:00
Rick Anderson
cd991bc3b6
Update index.md ( #4154 )
2017-08-30 18:57:34 -07:00
Rick Anderson
809ca4fc37
Update first-web-api.md
2017-08-30 15:57:22 -07:00
Rick Anderson
d9ec19e545
macOS and Code version of intro to RP ( #4037 )
...
* macOS version of intro to RP
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* Changes to Razor Pages on macOS and VS Code (#4081 )
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* fix
* fix
* fix
* fix
2017-08-28 19:54:12 -04:00
Rick Anderson
d9e2c99c83
mac/xplat intro to mvc, update to 2.0 ( #4131 )
...
* mac/xplat intro to mvc, update to 2.0
* mac/xplat intro to mvc, update to 2.0
* fix
* fix
* fix
* fix
* fix
* fix
2017-08-28 16:30:32 -04:00
Rick Anderson
3273675dad
Update first-web-api-mac.md
2017-08-28 01:43:49 -04:00
Rick Anderson
82255a4cd9
fix API for V2 ( #4110 )
2017-08-25 15:16:18 -04:00
Luke Latham
f6333f838a
Fixes #4089
...
* Reverse tab order in topics with tabs (2.x first)
Fixes #4089
* Escape to the stars!
* Escape to the stars ... again!
2017-08-24 12:36:42 -05:00
Rick Anderson
e6a8f171f2
update to 2.0 SDK ( #4080 )
...
* update to 2.0 SDK
* fix
* fix
2017-08-23 17:27:35 -04:00
Bader Nasser Al-Hashmi
485f3e6768
Add missing asterisk ( #4064 )
2017-08-22 13:00:11 -05:00
Luke Latham
e18da1f314
Update for new hosting bundle installer link ( #4001 )
...
* Update for new hosting bundle installer link
Fixes #3997
Updates
* Remove ANCM-only install notes
2017-08-22 10:44:32 -04:00
Rick Anderson
6f54c8b8a3
fix comments in RP add model ( #4039 )
2017-08-18 21:08:08 -04:00
Rick Anderson
eb025f2166
V 2.0 of intro to MVC/SQL ( #4034 )
...
* V 2.0 of intro to MVC/SQL
* V 2.0 of intro to MVC/SQL
* V 2.0 of intro to MVC/SQL
* V 2.0 of intro to MVC/SQL
* V 2.0 of intro to MVC/SQL
2017-08-18 18:33:01 -04:00
Rick Anderson
5b5412bd0f
Update index.md
2017-08-18 16:50:10 -04:00
Rick Anderson
e832a9b9f4
Update new-field.md ( #4030 )
...
* Update new-field.md
* Update new-field.md
2017-08-18 14:08:47 -04:00
Rick Anderson
f2fb0b4528
Update da1.md ( #4016 )
...
* Update da1.md
* Update da1.md
2017-08-17 17:54:06 -04:00
Rick Anderson
cca03c0f0b
make all tabs conform ( #4014 )
2017-08-17 16:20:27 -04:00
Rick Anderson
ed7efd9f04
Update working-with-sql.md
2017-08-17 12:36:27 -04:00
Jaliya Udagedara
5f19f27933
Formatted code. ( #4006 )
2017-08-17 09:27:23 -05:00
Rick Anderson
e108b43eac
Update page.md ( #3993 )
2017-08-16 11:36:18 -04:00
Rick Anderson
fd36ec6d8f
fix namespace in RP intro ( #3982 )
...
* fix namespace in RP intro
* fix namespace in RP intro
2017-08-15 19:32:25 -04:00
Rick Anderson
9a22c64759
update Web API intro to v2.0 ( #3975 )
...
* update Web API intro to v2.0
* update Web API intro to v2.0
* update Web API intro to v2.0
* update Web API intro to v2.0
* update Web API intro to v2.0
* update Web API intro to v2.0
2017-08-15 16:02:52 -04:00
Rick Anderson
48b8a66f83
Update start-mvc.md ( #3972 )
2017-08-15 13:01:25 -04:00
Rick Anderson
1c68c515db
Update model.md
2017-08-14 18:28:05 -04:00
Rick Anderson
a484478403
Update working with SQL to 2.0 version ( #3957 )
2017-08-14 17:35:32 -04:00
Rick Anderson
ac1ec94f20
Intro to MVC-Update for 2.0 ( #3955 )
...
* Intro to MVC-Update for 2.0
* Intro to MVC-Update for 2.0
* Intro to MVC-Update for 2.0
2017-08-14 16:37:19 -04:00
Rick Anderson
297ee5d2f3
Fix tabs on intro to mVC ( #3949 )
...
* Fix tabs on intro to mVC
* work
2017-08-14 14:09:40 -04:00
Rick Anderson
99418666c7
2.0.0 RTW install links ( #3946 )
...
* 2.0.0 RTW install links
* 2.0.0 RTW install links
* work
* work
* work
* work
* work
2017-08-14 12:59:59 -04:00
Rick Anderson
8f5277871e
Razor Pages - Validation ( #3939 )
...
* Razor Pages - Validation
* Razor Pages - Validation
* Razor Pages - Validation
* Razor Pages - Validation
* Razor Pages - Validation
2017-08-13 15:47:26 -04:00
Luke Latham
0eb9916705
Document that deployment requires stopping the app ( #3928 )
...
* Document that deployment requires stopping the app
Fixes #3301
* React to feedback
2017-08-13 14:00:48 -04:00
Rick Anderson
6a695a380a
RP: Fix TOC ( #3937 )
2017-08-12 16:28:43 -04:00
Rick Anderson
ab99ef35dc
Update new-field.md ( #3936 )
2017-08-12 16:22:46 -04:00
Rick Anderson
ffac7e195b
Update start-mvc.md
2017-08-12 15:50:23 -04:00
Rick Anderson
65cbb04ece
Razor Pages Search ( #3925 )
...
* Razor Pages Search and new field
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
2017-08-12 15:31:37 -04:00
Rick Anderson
ccf6ef67e4
Razor Pages part 5 ( #3917 )
...
* WIP: Razor Pages part 5
* work
* work
* work
* work
* work
* work
* work
* work
2017-08-10 12:55:57 -04:00
Rick Anderson
17900fb977
WIP: RP SQL ( #3911 )
...
RP SQL
2017-08-08 13:02:15 -04:00
Scott Hanselman
23246b16d9
I needed to using Microsoft.EntityFrameworkCore also ( #3909 )
2017-08-08 10:42:18 -04:00
Rick Anderson
8b75ad2c67
Intro to MVC 2.0 ( #3881 )
...
* Intro to MVC 2.0
* work
2017-08-07 16:48:02 -04:00
Rick Anderson
85a099fd3d
validation script ( #3908 )
2017-08-07 16:15:49 -04:00
Péter Bozsó
3d79a4b545
Fix DELETE operation in TodoController ( #3898 )
...
By using First(), there's the opportunity for an uncaught exception when the endpoint is called with an ID not present in the database.
2017-08-06 18:15:25 -04:00
Rick Anderson
f8ca011f8c
Update model.md
2017-08-05 10:20:37 -04: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
Rick Anderson
a37752b18c
Update validation.md
2017-08-03 16:38:29 -04:00
Rick Anderson
5ec4ced904
Update adding-model.md ( #3856 )
...
* Update adding-model.md
* Update adding-model.md
* Update adding-model.md
2017-07-31 16:27:06 -07:00
Rick Anderson
dd619e81da
Update model.md
2017-07-27 18:23:00 -07:00
Rick Anderson
e4e74428d4
Update razor-pages-start.md
2017-07-27 17:09:03 -07:00
Rick Anderson
77df9f7881
Razor Pages part 2 ( #3830 )
...
* WIP: RP part 2
* work
* work
* work
* work
* work
* work
* work
2017-07-27 10:36:23 -07:00
Rick Anderson
81861eb61e
Intro to Razor Pages ( #3825 )
...
* Intro to Razor Pages
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
2017-07-26 09:42:18 -07:00
Rick Anderson
7656d93b93
Razor Pages recommended ( #3810 )
...
* Razor Pages recommended
* work
* work
2017-07-24 16:05:54 -07:00
Rick Anderson
2afe3c19fc
2.0 metapackage ( #3735 )
...
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* Minor tweaks to metapackage.md
* Convert "settings" to singular form
* Remove double quotes surrounding Microsoft.NET.Sdk.Web
* work
* work
* work
* work
* work
2017-07-18 15:44:34 -06:00
Scott Addie
0889f65a7c
Remove extra space in SQLite link title
2017-07-17 21:05:31 -05:00
Bader Nasser Al-Hashmi
ec471bf6f1
escape asterisk to look properly on ms-docs ( #3752 )
2017-07-17 15:56:21 -06:00
Rick Anderson
69117a3da3
fix bad link ( #3736 )
2017-07-15 13:25:23 -06:00
Rick Anderson
c23f9b383b
remove /en-us/ ( #3670 )
2017-07-10 12:20:50 -06:00
Rick Anderson
4d7898aa80
Update start-mvc.md ( #3678 )
...
* Update start-mvc.md
* Update start-mvc.md
2017-07-10 09:12:22 -06:00
Rick Anderson
08e14f2c35
Update first-web-api.md ( #3625 )
2017-07-06 08:58:54 -06:00
Rick Anderson
bda3034e54
Update first-web-api-mac.md ( #3626 )
2017-07-06 08:58:39 -06:00
Rick Anderson
8c254e1e20
Update web-api-vsc.md ( #3627 )
2017-07-06 08:58:17 -06:00
Luke Latham
e9fa4e1a2a
Update hosting bundle link ( #3640 )
2017-07-06 08:54:30 -06:00
Rick Anderson
e3ab7d41dc
connection string ( #3637 )
...
* connection string
* connection string
2017-07-05 16:26:07 -06:00
Rick Anderson
2225182397
remove | MS Docs ( #3612 )
2017-06-30 23:47:15 +00:00
Rick Anderson
9cf28eb0cb
Update adding-model.md ( #3605 )
...
* Update adding-model.md
* Update adding-model.md
2017-06-30 00:18:17 +00:00
Rick Anderson
9b908d2ff7
Update working-with-sql.md
2017-06-29 10:38:36 -07:00
Rick Anderson
fd6489be5c
MVC TOC ( #3572 )
...
* MVC TOC
* fo
* fo
* fo
* fo
* fo
2017-06-29 09:42:25 -07:00
Rick Anderson
6aa92b70c0
pmc ( #3584 )
2017-06-27 18:28:54 -07:00
Rick Anderson
b45ee5d9ef
move to PMC ( #3583 )
...
* move to PMC
* move to PMC
* move to PMC
* move to PMC
* move to PMC
2017-06-27 17:16:24 -07:00
Rick Anderson
9339f46920
Update adding-controller.md
2017-06-26 14:53:19 -07:00
Rick Anderson
043b40e06b
TOC fix ( #3568 )
...
* TOC fix
* TOC fix
* TOC fix
2017-06-26 11:45:35 -07:00
Rick Anderson
a1a9f9f074
Update index.md
2017-06-26 09:15:22 -07:00
Scott Addie
5868f618ac
Convert "a" to "an"
2017-06-23 16:25:45 -05:00
Scott Addie
0c3831da80
Change "a" to "an"
2017-06-23 09:08:01 -05:00
Scott Addie
79e9318f58
Replace semicolon with comma
2017-06-22 22:09:36 -05:00
Rick Anderson
4dce74e480
Mac validatin ( #3558 )
...
* Mac validatin
* Mac validatin
2017-06-22 19:37:45 -07:00
Rick Anderson
277d39f89c
part 7 intro to mvc on mac ( #3556 )
...
* part 7 intro to mvc on mac
* work
* work
2017-06-22 19:04:21 -07:00
Baptiste Pesquet
1acdc8ad3a
Correct case typo in title
2017-06-22 23:27:28 +02:00
Rick Anderson
02aa606eb6
mac vrsion of adding search ( #3537 )
...
* mac vrsion of adding search
* mac vrsion of adding search
* mac vrsion of adding search
* mac vrsion of adding search
2017-06-21 13:52:49 -07:00
Rick Anderson
4af991dfb4
Update adding-model.md ( #3531 )
2017-06-21 08:24:16 -07:00
Rick Anderson
a370c3e61c
mac6 ( #3529 )
2017-06-21 08:08:06 -07:00
Rick Anderson
369de838f4
mac SQL ( #3528 )
...
* mac SQL
* mac SQL
2017-06-20 17:32:24 -07:00
Rick Anderson
afacc7ee2b
Mvc mac 3/rick ( #3527 )
...
* fix
* fix
* fix
* fix
* fix
2017-06-20 17:02:03 -07:00
Rick Anderson
58ba2b6a2a
Fix build ( #3526 )
2017-06-20 15:37:36 -07:00
Rick Anderson
ab0c9a7123
fix scaffold tools ( #3521 )
2017-06-20 12:48:03 -07:00
Rick Anderson
826daa6d97
update tools ( #3520 )
2017-06-20 09:58:57 -07:00
Rick Anderson
d8cd3fee1d
Update web-api-vsc.md ( #3517 )
2017-06-20 08:21:28 -07:00
Scott Addie
7b8cb1e211
Replace "dotnet CLI" with ".NET Core CLI" in description metadata
2017-06-19 20:53:15 -05:00
Rick Anderson
6c39e14bef
WIP:Mac version of Intro to MVC part 2 ( #3514 )
...
* Mac version of Intro to MVC part 2
* work
* work
* work
* work
2017-06-19 16:47:27 -07:00
Rick Anderson
06e2020f93
Intro to MVC on Mac ( #3414 )
...
* WIP: Intro to MVC on Mac
* work
* work
* work
* work
* work
* work
2017-06-16 14:40:44 -07:00
Jon Galloway
2871979b98
Changes to code block language hints
...
Package Manager should be PowerShell, not bash. Differences between JavaScript and JSON language blocks are pretty minor, but might as well update while getting the bash->PowerShell one.
2017-06-11 22:19:02 +02:00
Tom Dykstra
c544e5acb2
set ms.topic to get-started-article ( #3442 )
...
* set ms.topic
* set ms.topic
2017-05-31 14:55:29 -07:00
Thawatchai Klinkliang
49de2ecfe1
Update TodoController.csc ( #3421 )
...
Parameter of _context.TodoItems.Update should be "todo" instead of "item"
2017-05-30 13:36:23 -07:00
Rick Anderson
c7bfcf5138
web API toc ( #3413 )
...
* web API toc
* fix
* fix
* fix
2017-05-30 12:38:50 -07:00
Tom Dykstra
c04b7f0272
explanations and includes in adding-model.md ( #3420 )
...
* issue 3112
* fix link
* fix formatting
* add link
2017-05-30 12:23:24 -07:00
Rick Anderson
90adc00b47
mac Prerequisites ( #3410 )
2017-05-24 21:03:31 -07:00
Rick Anderson
30f80837bf
Web API refactor and remove repository ( #3399 )
...
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
2017-05-24 13:48:25 -07:00
Rick Anderson
7115e244b4
Update index.md
2017-05-23 09:21:31 -10:00
Rick Anderson
b5f44bda45
Update index.md ( #3398 )
...
* Update index.md
* Update index.md
* Update index.md
* Update index.md
2017-05-23 12:08:06 -07:00
Rick Anderson
971b805d36
Update adding-model.md ( #3382 )
...
* Update adding-model.md
* Update adding-model.md
2017-05-18 08:36:30 -10:00
Rick Anderson
3bd2837d01
Update index.md
2017-05-17 10:36:26 -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
Brandon Pugh
822081930b
Fix link url ( #3283 )
...
Seemed to be pointing to the wrong domain.
2017-05-09 18:10:52 -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
Rick Anderson
fea3ca8c7f
Update working-with-sql.md
2017-05-01 21:11:44 -10:00
cdavid
ee279bd93c
Swashbuckle.AspNetCore is now v1.0 ( #3265 )
...
So we don't need to include preleases (or do -Pre) when installing the package.
2017-04-24 10:31:52 -10:00
Rick Anderson
608cbce992
Update adding-model.md ( #3258 )
2017-04-23 09:12:34 -07:00
Rick Anderson
6c295d2e0c
Remove references to Microsoft.DotNet.InternalAbstractions ( #3251 )
...
* Remove references to Microsoft.DotNet.InternalAbstractions
* update
2017-04-20 16:31:37 -10:00
Rick Anderson
5034dd22ee
Update new-field.md ( #3250 )
...
* Update new-field.md
* Update new-field.md
2017-04-20 16:25:47 -10:00
Rick Anderson
bca76e57c2
Update adding-model.md ( #3247 )
...
* Update adding-model.md
* Update adding-model.md
2017-04-19 15:17:24 -07:00
Rick Anderson
cb2e684d1e
Update adding-model.md ( #3245 )
2017-04-19 10:29:52 -10:00
Rick Anderson
d16097c1aa
Update MvcMovie.csproj ( #3246 )
2017-04-19 10:27:30 -10:00
Tom Dykstra
6c395cd9d5
note bug on Linux, misc minor updates ( #3241 )
2017-04-17 17:37:52 -10:00
Tom Dykstra
477488e513
EF clarifications in intro to MVC add model ( #3235 )
2017-04-15 13:10:18 -07:00
Rick Anderson
468e284107
Update new-field.md ( #3234 )
...
* Update new-field.md
* Update new-field.md
* Update new-field.md
2017-04-15 09:59:28 -10:00
Tom Dykstra
aa52a96557
exit --> exist ( #3231 )
...
Add an optional extended description…
2017-04-14 14:08:20 -07:00
Tom Dykstra
bfb904348a
minor fixes ( #3227 )
2017-04-14 07:46:51 -10:00
Rick Anderson
996d71d919
final xplat intro to mvc ( #3223 )
...
* final xplat intro to mvc
* Fix
2017-04-13 16:50:55 -07:00
Rick Anderson
f17152f762
validation xplat ( #3220 )
2017-04-13 12:01:09 -10:00
Rick Anderson
38f25bfebd
Update adding-model.md
2017-04-12 11:47:18 -10:00
Rick Anderson
21d01fd143
xplat intro 2 mvc - add a field ( #3197 )
...
* xplat intro 2 mvc - add a field
* fix
* fix
* drop db
* fix
* final fix
2017-04-12 09:55:13 -10:00
Rick Anderson
0889dc6d3d
xplat add a model ( #3210 )
2017-04-11 19:02:07 -10:00
Rick Anderson
7a9c2834cc
xplat intro 2 mvc - search ( #3196 )
...
* xplat intro 2 mvc - search
* fix
* fix
2017-04-09 14:52:07 -10:00
Rick Anderson
ccc070e501
Update working-with-sql.md
2017-04-09 12:19:19 -10:00
Rick Anderson
425ec37f48
xplat controller methods and views ( #3191 )
2017-04-08 15:51:01 -10:00
Rick Anderson
dafb6646cb
xplat version of working with SQL mvc intro ( #3190 )
2017-04-08 13:45:21 -10:00
Rick Anderson
2439951f78
Update adding-model.md
2017-04-08 10:21:16 -10:00
Rick Anderson
3e823d8dc2
Update working-with-sql.md
2017-04-07 22:12:33 -10:00
Rick Anderson
5642202c56
xpat- adding a model - intro to mvc ( #3185 )
...
* works on mac
* view
* clean
2017-04-07 17:45:50 -10:00
Tom Dykstra
33cc352805
Restructure deployment toc ( #3176 )
2017-04-07 13:11:19 -07:00
Rick Anderson
e9a1e30553
Update adding-model.md
2017-04-06 18:11:51 -10:00
Rick Anderson
042cd9bbb8
Update adding-model.md
2017-04-06 18:05:34 -10:00
Lincoln Pires
3c17473bae
updated the id type from string to long ( #3173 )
...
changed from ´public IActionResult GetById(string id)´ to ´public IActionResult GetById(long id)´ in line 189.
2017-04-06 15:32:54 -10:00
Fiyaz Bin Hasan
3d88dfb62e
Update dotnet-watch.md ( #3177 )
2017-04-06 11:38:57 -10:00
Alex
ffe8fca8ea
Fix typo and filename ( #3150 )
...
Simply changed from "a" to "an" in two places for fluidity and consistency. I also added the filename extension for `Startup` and made it italic.
2017-04-03 14:49:12 -10:00
Rick Anderson
cecfc4ddda
Update search.md ( #3152 )
2017-04-02 12:03:27 -10:00
Mike Jones
34c277c0f9
link and screenshot update for Visual Studio 2017 ( #3128 )
...
* link and screenshot update for Visual Studio 2017
* removed note
* Updated links to Server Hosting bundle
2017-04-01 11:33:45 -10:00
Neil Anderson
87be02644d
Include the New Controller png ( #3137 )
...
The 'Add a controller' section included a screenshot of the new project dialog when it should be the new controller dialog.
2017-04-01 11:30:30 -10:00
Neil Anderson
15c5234fa9
Fix parameter type typo ( #3138 )
...
To match the earlier code snippet ```string``` should be ```long```
2017-04-01 11:25:49 -10:00
Neil Anderson
37a91b1e99
Highlight the EntityFrameworkCore.InMemory line ( #3136 )
...
Line 12 refers to the Microsoft.AspNetCore.Mvc package, I believe the documentation intended to highlight the Microsoft.EntityFrameworkCore.InMemory line 14.
2017-04-01 09:48:04 -10:00
mihe
b10c6f745d
Added a brief HTTP Endpoint description ( #3141 )
...
HTTP endpoint is an ambiguous term, but I tried to clarify what the original writer meant in this case, as per comments requests.
2017-04-01 09:44:43 -10:00
Alex
e76940e097
Fix typos and consistency ( #3145 )
2017-04-01 09:04:30 -10:00
mihe
dd239c8974
Add clarification about the current Add > Controller ( #3142 )
...
* Add clarification about the current Add > Controller
Added clarification about the current Add > Controller process, which takes two steps and may create confusion about the outcome of the first step, and makes the reader question why the controller itself is not created.
* Update adding-model.md
* Update adding-model.md
2017-04-01 08:13:57 -10:00
Philipp Gillé
6e4bf8ed06
Fix typo ( #3143 )
2017-04-01 08:09:36 -10:00
Rick Anderson
8fa130a398
hide xplat version of add a model ( #3118 )
2017-03-30 17:57:00 -10:00
Rick Anderson
bb2f2a01c6
Update adding-model.md ( #3117 )
2017-03-30 17:41:07 -10:00
Rick Anderson
46652bc04f
Update adding-view.md
2017-03-30 17:02:30 -10:00
Rick Anderson
fbc5c3e584
Update index.md ( #3115 )
2017-03-30 17:01:14 -10:00
Rick Anderson
7fc79f215e
Ra/model xplat ( #3114 )
...
* xplat version of adding a model/intro to MVC
* clean up
* clean up
* clean up
2017-03-30 16:41:44 -10:00
Rick Anderson
dffdbaf436
part 3 ( #3103 )
2017-03-29 15:56:36 -10:00
Rick Anderson
d1e2f1ca3e
includes folder and first include ( #3099 )
...
* includes folder and first include
* fix
* fix
* remove all metadata
2017-03-29 14:07:30 -10:00
Rick Anderson
3516dcbe56
Ra/xplat intro 2 mvc ( #3090 )
...
* xplat intro to MVC
* xplat intro to MVC
* adding a controller
* TD feedback
2017-03-29 11:15:18 -10:00
Rick Anderson
120568d84a
Update web-api-vsc.md ( #3095 )
2017-03-29 10:43:58 -10:00
Rick Anderson
f01a62c938
Update first-web-api.md ( #3096 )
2017-03-29 10:43:46 -10:00
Rick Anderson
e379efabcf
Update web-api-vsc.md ( #3094 )
2017-03-29 07:41:36 -10:00
Yavor Slavchev
32d0d3dc75
Markdown mismatch ( #3092 )
...
'Use Postman to send a Create request' section has a markdown mismatch. Below the 'In the key-value editor, enter a Todo item such as', the text formatting is broken.
2017-03-29 07:37:56 -10:00
Rick Anderson
b2ec047d9a
Update your-first-mac-aspnet.md
2017-03-28 17:06:52 -10:00
Rick Anderson
00428b8b58
spboyer feedback on xplat web-api ( #3087 )
2017-03-28 10:13:07 -10:00
Shayne Boyer
3bbe01ccb8
Minor changes ( #3080 )
...
* Spelling fix naviage -> navigate
* Removed Fiddler link : not relevant for Mac or Linux
* Added `Ctrl+Shift+P` key stroke for command pallete and for Linux, `⌘` doesn't exist for Linux and shortcut is different
* F5 is Debug keystroke, first mention of Debug instruction did not define this.
### Suggestions for larger update
* Although not documenting VS Code, adding links to Debugging in VS Code: https://code.visualstudio.com/docs/editor/debugging
* Visual Studio Code users would tend to take advantage of CLI commands for adding/modifying EF component items. See: https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/dotnet
* Show integrated terminal or more terminal based commands
2017-03-28 08:06:10 -10:00
Rick Anderson
9d6fe033f7
xplat version of first Web API ( #3059 )
...
* xplat version of first Web API
* remove dup files
* clean up
* fix
* TD feedback
* remove singleton
2017-03-27 13:05:06 -10:00
Rick Anderson
082d048d90
Update your-first-mac-aspnet.md
2017-03-27 10:17:39 -10:00
Rick Anderson
b74d38e3ec
Update your-first-mac-aspnet.md ( #3058 )
...
* Update your-first-mac-aspnet.md
* Update your-first-mac-aspnet.md
2017-03-23 14:12:01 -10:00
Rick Anderson
50e87992d8
Update adding-view.md ( #3051 )
2017-03-23 10:15:15 -10:00
james1293
54ea022321
Remove too-early reference to authentication ( #2995 )
...
Unless there's a version of Visual Studio that has a different dialog, I think Authentication only comes up in the second "create a project" dialog. The screenshots that are already in the article confirm this. Thanks!
2017-03-17 10:37:38 -10:00
Tom Dykstra
56e3b55b69
Tutorials node for ASP.NET non-core TOC ( #2989 )
...
* asp.net tutorials page
* add Tutorials node to TOC
* fix intro text
* fix metadata
2017-03-16 14:21:33 -10:00
Abdelkrim from Brussels
6d6bda047d
Remove the unnecessary 'Attribute' suffix ( #2986 )
2017-03-16 12:42:49 -10:00
Rick Anderson
07af9db54d
Update adding-model.md
2017-03-15 12:14:33 -10:00
Rick Anderson
5f16cc4a0a
WIP: Update your-first-mac-aspnet.md ( #2931 )
...
* Update your-first-mac-aspnet.md
* Update your-first-mac-aspnet.md
* AS well, easily, banned words
Shouldn't we use the more standard VS Code? Why is *Code* *italic*?
* less market speak
Why make anyone read "If this is your first time using Visual Studio Code" ? Not needed.
* Use GIT before you dev, not after
And is it only GIT integration to Azure?
* Update your-first-mac-aspnet.md
* Update your-first-mac-aspnet.md
* Update your-first-mac-aspnet.md
* Update your-first-mac-aspnet.md
* Update your-first-mac-aspnet.md
* Update your-first-mac-aspnet.md
2017-03-14 09:38:59 -10:00
Thomas Fuchs
1894789727
Remove closing brackets ( #2955 )
...
* Remove closing brackets
* Update first-web-api.md
2017-03-13 14:44:46 -10:00
Blackie Tsai
38d4c0e385
Update the content with incorrect/missing version ( #2956 )
...
* Update the content with incorrect/missing version
For .NET Core 1.1.1, the dotnet-watch version should change to 1.0.0.-*
* Update dotnet-watch.md
2017-03-13 10:57:53 -10:00
Rick Anderson
d1f6e5824c
remove dead controller ( #2950 )
...
* remove dead controller
* end
2017-03-10 15:03:13 -10:00
Min
5ebf606c1c
fix the error of no variable named _todoRepository ( #2940 )
...
at "Add a controller" section there is no variable called "_todoRepository" which is used by next sections
2017-03-10 14:04:16 -10:00
Rick Anderson
8baeebb643
add MSBuild to dotnet-watch ( #2939 )
2017-03-09 14:34:57 -10:00
Brice Lambson
fe4c3e800b
Update adding-model.md ( #2938 )
...
Escape greater than
2017-03-09 12:13:27 -10:00
Rick Anderson
4bd547a6ab
remove rating from search ( #2937 )
2017-03-09 12:11:46 -10:00
Rick Anderson
1957450a37
delete old add required to model ( #2927 )
2017-03-08 14:16:28 -10:00
Roland Kopka
e0376f2f0d
Update Interpolated Strings link ( #2922 )
...
* Update Interpolated Strings link
* removed en-us
2017-03-08 11:02:27 -10:00
Rick Anderson
40c46e1f75
PDF link to VS15 ( #2924 )
2017-03-08 11:01:51 -10:00
Rick Anderson
6c8955d9a8
add linux ( #2914 )
2017-03-07 17:15:42 -05:00
Shayne Boyer
785fef942f
Updated title and content to be nonMac specific ( #2910 )
...
* Updated title and content to be nonMac specific
* add linux to metadata
2017-03-07 17:15:34 -05:00
Tom Dykstra
56899b35bd
Merge pull request #2900 from aspnet/csproj
...
Merge csproj to master
2017-03-06 15:16:00 -08:00
Rick Anderson
c3b33db43d
update intro to WebAPI to VS17 RTM ( #2887 )
...
* update intro to WebAPI to VS17 RTM
* react to feedback
2017-03-06 08:41:51 -10:00
Tom Dykstra
bba0769b31
fix link
2017-03-06 09:35:56 -08:00
Shayne Boyer
78b2a0709c
Update First App on a Mac ( #2831 )
...
* Razor remove csproj (#2662 )
* don't merge
* csproj razor update
* code style
* Update razor.md
* CRLF / LF issues in these files
* updates switch yeoman for dotnet
* remove extra lines
* addressing feedback
2017-03-06 09:35:56 -08:00
Rick Anderson
58715f7b93
dotnet watch to msbuild ( #2746 )
...
* dotnet watch to msbuild
* remove white space
* clean up
* clean up
* TD feedback
2017-03-06 09:16:46 -08:00
Rick Anderson
66d699e04f
VS17 update to Intro to MVC ( #2837 )
...
* VS17 update to Intro to MVC
* adding a view
* work
* adding a view
* adding a model
* working with SQL LocalDB
* controller methods and views
* search
* new field and validation
* last part/delete
* final cleanup
* ###
* add "overpost" anchor
* tdystra feedback
2017-03-03 11:35:47 -10:00
Rune Antonsen
0c6c54fb67
doc(tutorials): fix typo ( #2876 )
...
Fix typo where UseSwaggerUI was written with lowercase 'i' in 'UI'
2017-03-03 08:49:56 -05:00
Jason Taylor
d0b33ad1dc
Updated tutorial to include support EF Core ( #2850 )
...
* Updated tutorial to include support EF Core
The source code had been updated to use the EF Core InMemory provider but the tutorial did not reflect these changes. To help get people up and running, I have:
Added the following new sections:
* Add support for Entity Framework Core
* Create the database context
Updated the following section:
* Add a repository class
* shorten/clean up
2017-03-02 17:46:08 -10:00
Andy Pasic
010b730d27
Bulk metadata fix ( #2871 )
...
* meta data fix
* Revert "meta data fix"
This reverts commit ba36883476
.
* meta data fix2
* test
* Update owin-oauth-20-authorization-server.md
* Update api-ref.md
* Update api-ref.md
* test
* test2
2017-03-02 14:50:36 -10:00
Tim Posey
398c4e055a
Update web-api-help-pages-using-swagger.md ( #2849 )
...
Updating the API based on the recent changes to Swashbuckle 1.0.0-rc3
@TPoise - Thanks for the update.
2017-02-27 18:07:06 -05:00
Shayne Boyer
e29779d15e
Yeoman article fixes ( #2793 )
...
* whitespace
* update generator version for project.json
* metadata update
2017-02-17 12:13:09 -05:00
Luke Latham
a403a5b5f7
Update hosting bundle installer link ( #2773 )
2017-02-15 13:07:15 -08:00
damienbod
0df2c95ec2
Using in-memory database first web api todo api update ( #2760 )
...
* Using in-memory database
* removing patch
2017-02-13 16:36:48 -10:00
damienbod
6ed0f7ddf6
Damienbod/aspnetcore tutorials first mvc app sample mvc movie update csproj ( #2754 )
...
* updating to csproj
* updating layout
* reverting @Rick-Anderson
2017-02-13 12:02:13 -10:00
damienbod
ecf4f1bd31
updating to csproj ( #2755 )
2017-02-13 09:58:20 -10:00
damienbod
3e9e693441
Damienbod/first web api todo api update to csproj ( #2752 )
...
* updating to csproj
* removing item group, not required
* using AddMvcCore instead of AddMVC
* reverting, recommendation from @danroth27
2017-02-13 09:06:53 -10:00
damienbod
5a1a06b2c4
update to csproj ( #2751 )
2017-02-12 15:04:45 -10:00
Rick Anderson
78ed0aa594
VS17 RC install instructions ( #2655 )
...
* VS17 RC install instructions
* Update start-mvc.md
* Update start-mvc.md
* Update start-mvc.md
2017-02-02 06:38:32 -08:00
Luke Latham
7d0d9da8f0
Fix links and anchors ( #2639 )
...
* Update app-state.md
* Update dependency-injection.md
* Update aspnet-core-module.md
* Update http-modules.md
* Update other-logins.md
* The Walther blog post is gone
* Update cors.md
* Update context-headers.md
* Update subkeyderivation.md
* Update index.md
* Update app-state.md
* Update dependency-injection.md
* Update routing.md
* Update mvc.md
* Update testing.md
* Update razor.md
* Update memory.md
* Update cors.md
* Update iis.md
* Update integration-testing.md
* Update index.md
* Update integration-testing.md
2017-02-01 14:49:21 -10:00
Tom Dykstra
341f7e25a4
expand tutorials coverage in tutorials/index.md ( #2557 )
...
* expand tutorials coverage
* fix ef core URLs
* reorg web apps section, remove external site text
* remove external site text
2017-02-01 13:45:15 -10:00
Rick Anderson
1fb02b9960
typo ( #2634 )
...
Add an optional extended description…
2017-01-30 22:15:09 -09:00
Luke Latham
6f05f27827
Nano Server doc update ( #2572 )
...
* Update nano-server.md
* Update nano-server.md
* Update nano-server.md
* Update nano-server.md
* Update nano-server.md
* Update nano-server.md
* Update nano-server.md
2017-01-27 17:09:43 -08:00
Tom Dykstra
e198c1ab37
revise title ( #2592 )
...
* revise title
* Update routing.md
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
2017-01-23 14:03:46 -08:00
Shayne Boyer
801a6d9222
title to sentence case ( #2588 )
...
* title to sentence case
* Address comments
2017-01-23 13:15:29 -08:00
Tom Dykstra
cb74d8569f
revise title ( #2591 )
...
Add an optional extended description…
2017-01-23 13:09:58 -08:00
Shayne Boyer
b22ac2b516
Merge pull request #2558 from domaindrivendev/update-swagger-docs
...
Update swagger tutorial to reflect latest Swashbuckle changes
2017-01-23 11:21:23 -08:00
domaindrivendev
49f9c9b8b0
force add referenced wwwroot files for swagger sample app
2017-01-22 13:03:34 -08:00
Rick Anderson
8b4f6e45bb
rm bad link ( #2569 )
2017-01-20 18:18:27 -08:00
domaindrivendev
6e1b240033
update swagger tutorial to reflect latest Swashbuckle changes
2017-01-20 00:58:00 -08:00
Tom Dykstra
b1bd9f9ece
mvc toc restructure ( #2482 )
...
* mvc toc restructure
* move mvc tutorial nodes to mvc section
* fix heading casing and toc node hierarchy
* add intro text to series index.md files
2017-01-14 13:59:26 -08:00
Rumit Parakhiya
e4ddaed0d3
Fixed typo ( #2517 )
2017-01-14 13:56:37 -08:00
amm303
1d391bbb57
Update Welcome.cshtml ( #2447 )
...
You are on the Welcome page therefore the title should be 'Welcome' not 'About'.
2017-01-04 09:20:30 -10:00
Scott Addie
48c51aa844
Add model property display name instructions ( #2466 )
2017-01-04 09:18:53 -10:00
Luke Latham
db52693bfc
Image alt text updates ( #2442 )
...
* Update identity.md
* Update new-field.md
* Update new-field.md
2016-12-26 08:35:58 -08:00
Tom Dykstra
83c3a7538b
remove invalid character at start of file ( #2440 )
2016-12-22 13:06:46 -08:00
Tom Dykstra
1a8c51a77c
Correct spelling of Swagger ( #2439 )
2016-12-22 13:05:33 -08:00
Luke Latham
5e2118e1e6
Specify alt text in all images ( #2434 )
...
* Update publish-to-azure-webapp-using-vs.md
* Update google-logins.md
* Update working-with-sql.md
* Update microsoft-logins.md
* Update twitter-logins.md
* Update facebook-logins.md
* Update index.md
* Update accconfirm.md
* Update 2fa.md
* Update yeoman.md
* Update file-providers.md
* Update app-state.md
* Update localization.md
* Update middleware.md
* Update dependency-injection.md
* Update mvc.md
* Update webapi.md
* Update native-mobile-backend.md
* Update filters.md
* Update formatting.md
* Update dependency-injection.md
* Update adding-controller.md
* Update adding-model.md
* Update search.md
* Update controller-methods-views.md
* Update adding-view.md
* Update validation.md
* Update first-web-api.md
* Update web-api-help-pages-using-swagger.md
* Update your-first-mac-aspnet.md
* Update azure-continuous-deployment.md
* Update vsts-continuous-deployment.md
* Update dependency-injection.md
* Delete FBLogin2.PNG
* Delete pass1.PNG
* Delete pass2.PNG
* Add files via upload
* Update facebook-logins.md
* Update index.md
2016-12-22 10:03:29 -08:00
Luke Latham
33e87dab6a
Add files via upload ( #2435 )
2016-12-22 09:14:20 -08:00
Scott Addie
c7bd29063a
Add missing colon and remove extra colon ( #2436 )
...
Add a missing colon and remove an extraneous colon in the "Scaffolding a controller" section of the "Adding a model" tutorial.
2016-12-22 09:13:21 -08:00
Rick Anderson
e075ef592c
Update start-mvc.md ( #2411 )
2016-12-16 20:54:46 -10:00