Commit Graph

183 Commits (9049def785ce1494088bdafa5b9adf94191c9d4c)

Author SHA1 Message Date
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