Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-mvc-5

How to set Default Controller in asp.net MVC 4 & MVC 5

EntityType 'IdentityUserLogin' has no key defined. Define the key for this EntityType

How do I install ASP.NET MVC 5 in Visual Studio 2012?

What is the advantage of using async with MVC5?

MVC 5 Access Claims Identity User Data

Visual Studio 2013 IntelliSense stops working for ASP.NET MVC5 Controllers

How to extend available properties of User.Identity

How to implement oauth2 server in ASP.NET MVC 5 and WEB API 2 [closed]

'router-outlet' is not a known element

How to add Web API to an existing ASP.NET MVC (5) Web Application project?

GlobalConfiguration.Configure() not present after Web API 2 and .NET 4.5.1 migration

How to get current user, and how to use User class in MVC5?

Unauthorised webapi call returning login page rather than 401

What is ASP.NET Identity's IUserSecurityStampStore<TUser> interface?

ASP.NET Identity DbContext confusion

Do I need a Global.asax.cs file at all if I'm using an OWIN Startup.cs class and move all configuration there?

How to add MVC5 to Visual Studio 2013?

ASP.NET MVC 5 - Identity. How to get current ApplicationUser

HTTP Error 500.19 and error code : 0x80070021

OwinStartup not firing