Community Page
- blog.ashmind.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Interesting post. Appreciate it as I have seen something new now. Can I use this info on my blog using the direct link to your blog? Thanks in advance
- Well I had crash I think, and that was related to the fact that text was not set -- it required at least "" to be provided. But they have fixed it since, so now everything should work...
- Well, I drop a TextEditor component onto my form, and everhthing crashes. I suppose there is some 'proper' way to use it, but what I would really love is an example, because I could find...
- Ok, what exceptions are you getting? They might have broken something since the version I downloaded, or I could have occasionally set some options that is required by it to work correctly.
- Hi, I saw your post on StackOverflow regarding use of AvalonEdit, so I ended up downloading it and playing with it a bit. Unfortunately, after an hour of exception after exception, I gave up. So I...
Jump to original thread »
There is another feature that I do not find in the dependency injection frameworks I’ve seen — list injection.
For example, let’s suppose you have a kind of a notification service that sends messages using all possible delivery providers. It makes sense to have a list of these in the service:
public class NotificationService {
[…] ... Continue reading »
For example, let’s suppose you have a kind of a notification service that sends messages using all possible delivery providers. It makes sense to have a list of these in the service:
public class NotificationService {
[…] ... Continue reading »
1 year ago
April 4th, 2008 at 3:23 pm
The problem of making this behavior standard is the possible backward compatibility ghost. If you propose this on the devel list, we could certainly run a vote and decide it.
1 year ago
1 year ago
1 year ago
It is almost the same solution I am providing, but without the support for IEnumerable/IList/ICollection dependencies.
There is still a question why it is not in Castle itself.
1 year ago
1 year ago
It is almost the same solution I am providing, but without the support for IEnumerable/IList/ICollection dependencies.
There is still a question why it is not in Castle itself.
1 year ago
April 4th, 2008 at 3:23 pm
The problem of making this behavior standard is the possible backward compatibility ghost. If you propose this on the devel list, we could certainly run a vote and decide it.
1 year ago