|
3h |
awarded | Informed |
|
12h |
revised |
whats is wrong with this linq query? edited tags |
|
12h |
revised |
Ajax.Beginform updatetarget and partial view edited tags |
|
12h |
revised |
Why does this first code-snippet cause image.onload to fire, but the second does not? edited tags |
|
12h |
revised |
Use properties of different models in view (.net MVC) edited tags |
|
12h |
revised |
My CustomRoleProvider doesn't seem to be used for controlling access to the application edited tags |
|
12h |
revised |
How to set src in iframe using Javascript edited tags |
|
12h |
revised |
MVC select list optiongroup value show on controller edited tags |
|
12h |
revised |
Convert image file to base64 with rendering in a view edited tags |
|
13h |
revised |
Convert ActionResult to pdf in c# edited tags |
|
13h |
revised |
MVC4 adding Nested Lists edited tags |
|
13h |
revised |
Custom user Login in ASP.NET MVC 4 deleted 74 characters in body; edited tags; edited title |
|
13h |
comment |
Custom user Login in ASP.NET MVC 4 Please, stop referring to "ASP.NET MVC" simply as "MVC". One is a framework, while other is a language-independent design pattern. It's like calling IE - "the internet" |
|
17h |
revised |
Survey/poll/questionnaire generator mvc4 edited tags |
|
18h |
revised |
Infinite scroll with jquery in webGrid on Partial Page edited tags |
|
20h |
revised |
parameter only in url edited tags |
|
20h |
revised |
MVC4 Web API Return json propertykey strings with special characters edited tags |
|
20h |
revised |
MVC4 Javascript authentication with roles etc edited tags |
|
20h |
revised |
is @Html.HiddenFor correct way to re-post displayed data from my view edited tags; edited tags |
|
21h |
comment |
Dependency Injection Container vs Registry pattern I would say that a fully implemented DIC system would use a non-static, non-global registry as a cache for initialized instances. Registry is all about storing objects. DI container is about discovering what requirements a class has for creating an instance. Whether the DI container itself create the instance or leaves it to factory is more a question is preference. |