ASP.
I have a simple webAPI build by Visual Studio 2013. It works well when I run it from VS13 but when …
asp.net-mvc iis asp.net-web-api asp.net-mvc-5 iis-8I have an Article entity in my project which has the ApplicationUser property named Author. How can I get the …
c# asp.net-mvc-5 identity asp.net-identityHow can I get the id of the currently logged in user in MVC 5? I tried the StackOverflow suggestions, but …
c# asp.net asp.net-mvc asp.net-mvc-5 asp.net-identityI am developing an MVC 5 web application using Entity Framework 5 Database First approach. I am using OWIN for the authentication …
asp.net asp.net-mvc authentication asp.net-mvc-5 claims-based-identityI have a mvc 5 project with a angular frontend . I wanted to add routing as described in this tutorial https://…
angular typescript asp.net-mvc-5 angular2-routingI'm starting a new project, and would like to give a try to MVC 5 (I have built a web app …
visual-studio-2013 asp.net-mvc-5How do I set Default Controller for my ASP.NET MVC 4 project without making it HomeController? How should I setup …
c# asp.net asp.net-mvc asp.net-mvc-4 asp.net-mvc-5Is there a way to install ASP.NET MVC 5 in Visual Studio 2012? I've tried using NuGet (http://www.nuget.org/…
visual-studio-2012 asp.net-mvc-5First I'll sketch my project: For my internship I need to add functionality to an existing system. A 3rd party …
asp.net oauth-2.0 asp.net-mvc-5 asp.net-web-api2I recently started following this guide to migrate my project to .NET 4.5.1 and Web Api 2. The very first thing MS …
c# asp.net-web-api asp.net-mvc-5 asp.net-4.5