no dogma blog
no dogma blog
Blog Posts
Podcast
Polly Pluralsight Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
ASP.NET 5
ASP.NET 5 Web Api Controller with multiple get methods
I have two other posts on multiple GET methods, both for Web Api 2. the first shows how to use routes like http://…/api/values/geta. the second shows http://…/api/values/22 or http://…/api/values/AAC1FB7B-978B-4C39-A90D-271A031BFE5D.
Jan 15, 2016
#
ASP.NET 5
,
AspNet
,
Routing
,
WebApi
How to fix 'No database providers are configured' when scaffolding a controller in ASP.NET 5
If got this error when trying to scaffold a new controller (MVC and Web Api) for an ASP.NET 5 web app using Visual Studio 2015. There was an error running the selected code generator: 'No database providers are configured.
Jan 15, 2016
#
ASP.NET 5
,
Controllers
,
Scaffolding
,
Visual Studio 2015
The type 'xxxx' is defined in an assembly that is not referenced. System.Runtime.
If you recognize the error from the title of this post, you can jump to the solution. The problem I have a ASP.NET 5 solution with two projects, a web application project and a class library project.
Jan 15, 2016
#
ASP.NET 5
,
Configuration
Adding class libraries to an ASP.NET 5 web application
When adding a class library to an ASP.NET 5 application you might get an error like “The following projects are not supported as references: - The project ClassLibrary1 has a target framework that is incompatible or has a version higher than the current project and cannot be referenced”
Jan 14, 2016
#
ASP.NET 5
,
AspNet
,
Visual Studio 2015
Cite
×