DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

Duncan Smart's picture

Unregistered

Feeds

aliases

  • Duncan Smart

Duncan Smart

9 months ago

in Themes and ASP.NET MVC on Emad Ibrahim
You could use IIS virtual directories. That's what we use for customisations to our web app. Virtual dirs "override" physical dirs with the same name.
1 reply
eibrahim But how would you make that configurable through the web.config?

10 months ago

in Property Injection in ASP.NET MVC with Ninject on Emad Ibrahim
Is there not a Generic version of Kernel.Get? e.g.
var Provider = Kernel.Get<MembershipProvider>();

10 months ago

in The Best JavaScript Library | Emad Ibrahim on Emad Ibrahim
"the icing on the cake was the free hosting of the JavaScript libraries" see: http://code.google.com/apis/ajaxlibs/

1 year ago

in ASP.NET MVC & Threads on Emad Ibrahim
Emad, BackgroundWorker is designed just for Windows apps AFAIK. Also with your updated code you run the risk of running out of threads if you just create them on the fly like that. I would suggest you use ThreadPool.QueueUserWorkItem()
Returning? Login