Unit Testing ASP.NET MVC5 App
I’m extending the ApplicationUser class by adding a new property (as shown in the tutorial
Create an ASP.NET MVC 5 App with Facebook and Google OAuth2 and OpenID Sign-on (C#))
I’m extending the ApplicationUser class by adding a new property (as shown in the tutorial
Create an ASP.NET MVC 5 App with Facebook and Google OAuth2 and OpenID Sign-on (C#))
I’m using ASP.Net MVC 5 and I want to create an avatar for my user profiles. I’m not sure if what I’m doing so far is the right way, especially for security reasons so I wanted to get some advice.
I have the following problem. While using the following code below to change the user’s current role i am getting an exception with the message like below:
I need to build an Owin middle-ware object but not from within the Startup class. I need to build it from within anywhere else in my code, so I need a reference to the AppBuilder instance of the application. Is there a way to get that from anywhere else?
I wonder if someone can please help with a MVC Contact Form which send an Email on submission? I think I have most elements setup, but for some reason the form appear to be sending (takes ages) then just returns back to the form and no email is received.
I am trying to get to grips with the new Membership system introduced in ASP.NET MVC 5 and I’ve come across a small issue which I am pretty sure you will be able to help me with.
I have an application built on ASP.NET web forms which also supports MVC 5. I included MVC 5 API controllers in my project for which I had to upgrade Json from version 4.5 to 7.0. After making those changes when I launched the application, I get the following error:
I have a WebAPI 2 / AngularJS SPA application that uses Identity 2 for authentication. Locally my code stores a token for authentication. I would like to implement functionality that allows my application to request additional javascript for authenticated users after my initial index.html page has been downloaded.
Normally I would bind data to a DropDownListFor with a SelectList:
Since there are a lot of changes between each version of Asp.Net Identity, is there a way to get early access to any upcoming changes going forward?