Results 21 issues of Tim

It doesn't work with Autofac because of HttpContext (https://discuss.hangfire.io/t/hangfire-job-throws-autofac-exception-even-though-job-class-is-not-managed-by-autofac/488/5)

Hi Jimmy, I'm trying to create a select list that's not bound to EF. I want to have something like this:- ``` public static HtmlTag Select(this HtmlHelper helper, Expression expression)...

Hi Jimmy, I've been reading you articles about templates and like the way you did the FormBlock code. However, I can't seem to get a textarea to display. I've added...

Hi Jimmy, I have very straightforward create action in my controller. After creation I want to redirect to the edit action so the user can continue to edit the newly...

FormBlocks do not work with v4 of HtmlTags. It spits out raw HTML instead of rendered labels and controls.

Any of you clever chaps ever done this? I use AF in all my projects and would really like to see an AF version.

I am using .NET Core 2 and added the following to my csproj file ``` false true ``` I have done the following 1. Created a model 2. Created a...

Looks like RL only works with standard MVC project structures. `RazorLightException: Can't find a view with a specified key (/Views/Test.cshtml)` I've not even got a views folder but RL insists...

enhancement

I've been reading [this ](https://github.com/IdentityManager/IdentityManager/wiki/MembershipReboot-IdentityManagerService) in which it refers to MRConfig and IdentityManagerFactory but these don't seem to be in any samples.

Everything was working great when testing on localhost but when I deployed it to my server I get this message "Please login with an account that does have access or...