Commit Graph

13 Commits (134813bf5968589a0199614d084e64b76f2d8eca)

Author SHA1 Message Date
Rick Anderson 82255a4cd9 fix API for V2 (#4110) 2017-08-25 15:16:18 -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
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
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 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 011c021ffc macOS VS Web API tutorial (#3345)
* done

* bold

* fix

* feedback

* more fixes
2017-05-11 12:04:57 -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 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 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
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 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
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00