The constructor receives an optionsAccessor, but by the time it is stored in the field, its value has been accessed, so the field name should not be suffixed with Accessor.
* 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
* 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
* 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
// its better to use {authorId:int} instead of just {authorId}
// wrong {authorId} will produce a 400 error with error message
// wrong {authorId:int} will produce a 404 error
Since the publish date route is limited to a couple of formats, I assume you're of the type to prefer to control what type of error is shown to the resource user.
* Update continuous-integration-and-continuous-delivery.md
Updated reference of VSO in this with VSTS and also modified the URL
* Update continuous-integration-and-continuous-delivery.md
Applied suggestions
@GuardRex and also fixed one more instance of VSO with VSTS and link.
* Update continuous-integration-and-continuous-delivery.md
Added a blank line after the paragraph. I left "Summary" text alone, seems it was hanging with previous sentence and made no sense.
* Update cookie-sharing.md
Added a tip to suggest to add a dependency for the code to start working. It was not obvious and made me search through source code
* removed tip