In **Solution Explorer**, right-click **Controllers > Add > New Item...**
should be:
In **Solution Explorer**, right-click **Controllers > Add > New Item... > MVC Controller Class**
then image below that should be changed
Hi,
I couldn't get this demo to work unless I added this underscore (source http://bleedingnedge.com/2015/11/01/entity-framework-6-with-asp-net-5/) otherwise I got the error "Cannot convert lambda expression to type 'Type' because it is not a delegate type"
I'm not sure whether this is supposed to happen?
Cheers,
Rob
* Clarify guidance for using Kestrel
Eventually we will have a complete discussion of Kestrel and ASP.NET hosting (#929), but adding a warning to the Servers doc for now.
* Doc cleanup
* Update servers.rst
- Make it a little more obvious that `IConfigureOptions<TOptions>` can be implemented in order to configure some options using things from the service container.
- Correct the reference to the extension method used to register an instance of `IConfigureOptions<TOptions>`.
- Fix a grammatical error.
The modifications that are needed for the `tools` and `scripts` sections of *project.json* no longer has a stray `}` to make it easier for folks who are copy and pasting.
* Upddate document, added sql-cache tool.
Update sample to version 1.0.0
Document sql-cache tool #1412
* rename opt to options
rename conf to options
Fix identation
Change the version to 1.0.0-preview2-final
* Adding reference to IISIntegration in the IIS docs
The application is required to inject the IISIntegration module. This is not obvious for an ASP.Net Core beginner.
Added the error to the troubleshooting guide.
* Addressing PR comments.
* Addressing PR comments (2)
* Updated to reflect output of dotnet new
dotnet new seems to produce different output now, this is how it looks from a fresh install this AM
* Updated emphasis of project.json
Updated emphasis of project.json to reflect changes in project.json