Most voted "castle-windsor" questions
2 questions
Sort by count of
-
3
votes1
answer148
viewsController dependency injection with Ajax
Good afternoon, I am using ASP.NET MVC 5 with Windsor and when an Ajax request calls a method in the controller, the error informing that the controller has unsatisfied dependencies. How do I work…
c# asp.net-mvc ajax dependency-injection castle-windsorasked 9 years, 2 months ago Alan Almeida 633 -
2
votes1
answer57
viewsProperty instantiated by Castle being recorded in Database as Proxy
I have a Log system that compares two generic classes and writes the name of the property and its value in a column of my database. When the property is string, int, datetime, etc., it is saved to…