onof

Italy

twitter.com/onof80

Age: 33

"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan.

15h
revised unity web player download prompt
deleted 2 characters in body; edited tags
1d
answered Exception Debugging using Unity IOC
2d
comment custom membership provider and unity dependency injection
IFAIK you can't because CustomMembershipProvider is not created by the container, but by the ASP.NET framework at application start.
May
20
comment custom membership provider and unity dependency injection
@SOfanatic yes, of course
May
20
answered custom membership provider and unity dependency injection
May
20
revised How does one refresh the contents of a node in an Ext.tree.treePanel?
edited tags
May
8
answered Emit mapper vs valueinjecter or automapper performance
May
7
answered ASP.NET C# - Data binding on a object attribute that is within another object
May
7
revised Hot to register already constructed instance in unity?
edited tags
May
7
comment SimpleInjector VS Unity: Where's the IContainer?
Why don't use an abstract factory instead of inject the container?
May
7
answered How to categorize containers in Unity configuration file
May
7
comment Hot to register already constructed instance in unity?
Unity will give you the same instance if you resolve against the SAME container. See my updated answer
May
7
revised Hot to register already constructed instance in unity?
added 479 characters in body
May
6
answered Hot to register already constructed instance in unity?
May
6
revised get NSDictionary from dictionary of C#
edited tags
Apr
24
comment Unity: registering a decorator in a child container
@AngshumanAgarwal childContainer.Resolve<IFoo>() returns an instance of FooDecorator
Apr
23
revised Why is "lock (typeof (MyType))" a problem?
edited body
Apr
4
comment Execute JavaScript function only once and remember it
local storage: if(eventsFired != '1')
Apr
4
comment Execute JavaScript function only once and remember it
Sorry, there was a typo. Please retry.
Apr
4
revised Execute JavaScript function only once and remember it
edited body
1 2 3 4 5