Top "Asp.net-mvc-5" questions

ASP.

Custom Identity using MVC5 and OWIN

I trying to add custom properties to the ApplicationUser for a web site using MVC5 and OWIN authentication. I've read …

c# asp.net-mvc-5 claims-based-identity owin iprincipal
ASP.NET MVC 5 Model-Binding Edit View

I cannot come up with a solution to a problem that's best described verbally and with a little code. I …

asp.net-mvc model-binding asp.net-mvc-5 scaffold
System.Data.DataException error occurred in EntityFramework.dll

I have been following this tutorial Getting Started with Entity Framework 6 Code First using MVC 5. When I got to the …

visual-studio-2013 asp.net-mvc-5 sql-server-express entity-framework-6 localdb
Razor syntax highlighting not working in VS 2012 with MVC 5

I'm playing around with MVC 5 RC 1 in Visual Studio 2013 RC. Works very well. Now I upgraded an existing MVC 4 project …

c# razor visual-studio-2012 visual-studio-2013 asp.net-mvc-5
Actionresult vs JSONresult

I have 2 questions: What is the difference between JSONResult and ActionResult? When to use JSONResult in MVC?

asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-mvc-5 jsonresult
How to access Facebook private information by using ASP.NET Identity (OWIN)?

I am developing a web site in ASP.NET MVC 5 (using RC1 version currently). The site will use Facebook for …

asp.net-mvc facebook-graph-api asp.net-mvc-5 owin asp.net-identity
Can I run MVC 5 application on .NET Framework 4.0?

I have my MVC 5 application that I create in VS 2013. Now I'm trying to deploy this application and I have …

c# asp.net .net asp.net-mvc asp.net-mvc-5
SignInManager,what it is and how,when to use?

I am exploring SignInManager class. But the information given on MSDN is very useless. It only tells what are the …

c# .net authentication asp.net-mvc-5 asp.net-identity
Upgrading a project to MVC 5

I have been looking for a solution to upgrade a current MVC 4 app that i have to use the new …

asp.net-mvc-4 asp.net-mvc-5
MVC 5 Identity Automatic Logout

How do I implement an Automatic Logout Timer. So basically if the user is inactive for x minutes their session …

asp.net-mvc asp.net-mvc-5 asp.net-identity owin asp.net-authentication