Justin Adler

Results 246 comments of Justin Adler

@simonsag did you try using `SimpleAuthentication.MVC4` ? `Install-Package SimpleAuthentication.Mvc4`

what was the error? (screen shot)? what version of MVC did you try and install when you did `File->New Project` thingy?

FWIW, I just did the following:- - `File -> New Project -> ASP.NET Web Application -> Empty` - `Install-Package Microsoft.AspNet.Mvc -Version 4.0.40804` (most recent version of MVC4) - `Install-Package SimpleAuthentication.Mvc4`...

My previous thoughts were correct -> the `ICache` stuff is crap. In the nancy bootstrapper, you can define what backstore is used for the `Session`. As such, I'll make a...

I know this is a really old issue, but as I get myself off `RestSharp` and onto `HttpClient` ... i've noticed that `HttpClient` only offer async methods. Should we do...

[This line of code](https://github.com/SimpleAuthentication/SimpleAuthentication/blob/master/Code/SimpleAuthentication.Core/SimpleAuthentication.Core.csproj#L12) says it's .NET 4.0. Is the System.Net.HttpClient class .NET 4.0+ ? or just 4.5?

[Offical NuGet package](http://www.nuget.org/packages/Microsoft.Net.Http). > Supported Platforms: > - .NET Framework 4 > - .NET for Windows Store apps > - Windows Phone 7.5 and 8 > - Silverlight 4 and...

@prabirshrestha now that i've finally learnt `async/await`, this is now scheduled on the 2.0 release. (I have it nearly working on a branch on my localhost, btw).