Top "Asp.net-core-mvc" questions

ASP.

ASP.NET 5 Identity - custom SignInManager

I have a MVC 6 project (vNext) and I am playing around with the ASP.NET Identity. In my case I …

c# asp.net-core asp.net-core-mvc asp.net-identity-2
ASP.NET Core Identity: No service for role manager

I have an ASP.NET Core app that uses Identity. It works, but when I am trying to add custom …

asp.net asp.net-core asp.net-core-mvc asp.net-identity-3
What is the purpose of the ConcurrencyStamp column in the AspNetUsers table in the new ASP.NET MVC 6 identity?

What is the purpose of the ConcurrencyStamp column in the AspNetUsers table in the new ASP.NET MVC 6 identity? This …

asp.net-mvc concurrency database-schema identity asp.net-core-mvc
ASP.net Core RC2 Web API POST - When to use Create, CreatedAtAction, vs. CreatedAtRoute?

What are the fundamental differences of those functions? All I know is all three result in a 201, which is appropriate …

asp.net-web-api http-post asp.net-core asp.net-core-mvc
Session variable value is getting null in ASP.NET Core

I am setting a session variable in one method and trying to get the session variable value from the another …

session asp.net-core asp.net-core-mvc session-variables
Override global authorize filter in ASP.NET Core 1.0 MVC

I am trying to set up authorization in ASP.NET Core 1.0 (MVC 6) web app. More restrictive approach - by default …

c# asp.net-core asp.net-core-mvc asp.net-core-1.0
MVC .Net Core Model Validation - The value '' is invalid. Error

I am trying to use Model Validation in MVC .Net Core and can't manage to replace this default error message …

c# asp.net-mvc asp.net-core-mvc model-validation
Store complex object in TempData

I've been trying to pass data to an action after a redirect by using TempData like so: if (!ModelState.IsValid) { …

c# asp.net-core asp.net-core-mvc tempdata
'Could not load type 'Microsoft.AspNetCore.Mvc.MvcJsonOptions' from assembly 'Microsoft.AspNetCore.Mvc.Formatters.Json, Version=3.0.0.0

I'm using netstandard2.1 library in my netcoreapp3.0 web application. When adding my service in Startup, I'm getting the below error: …

c# json.net asp.net-core-mvc asp.net-core-3.0 .net-standard-2.1
No executables found matching command 'dotnet-aspnet-codegenerator'"

When trying to add a Controller in an ASP.NET Core project using Visual Studio 15 Enterprise with Update 3, I get …

c# asp.net-core asp.net-core-mvc .net-core