Just to play devil's advocate.. The drawback of having the presentation model reference the view is that you limit your ability to use composition of...
Niceeeee!!.... And you even joined THE team. J Welcome! From: altdotnet@yahoogroups.com [mailto:altdotnet@yahoogroups.com] On Behalf Of jeff.tucker81 Sent:...
Could someone point me to a link or give details for a London based (or ideally even further south UK) user group with a focus on alt.net? I've seen various...
... Well over at the London .NET user group we have covered alt.net topics for the last 5 or 6 years. We have never been a MSDN group really. You can find us...
... On the other hand, I don't believe reflections an alt.net focused discussions can bring to the table can be achieved through user groups, because the...
... events is going to turn a bit more into a group-reflection workshop in the next few iterations, in the runnerup to the conference. It's important to...
Well I'm only after a chance to hang out with some fellow geeks and generally steal as much knowledge as possible :P. I'm the technical lead in my small...
That looks much worse than even a service locator approach ... the magic is even more hidden .... Be explicit ... hiding stuff is not the objective ......
Do you still code in assembler? Raising the abstraction layer is actually... hiding complexity. Do you implement serialize your objects manually, or rely on...
Hide complexity ... how an object is constructed is not complexity ... in fact it is something that should be pretty clear and explicit. At least - despite all...
I have no problem personally with using static weaving to deal with creating things, although it does kill constructor injection (which is by far my favored...
Agreed. The main issues that I have with this are the underlying reasons for doing this, to which I disagree....
Ayende Rahien
Ayende@...
Jul 1, 2008 4:21 pm
11172
I think that this concept would fit quite well in Spring.NET, because there is the notion of "current context" (not present in Unity, for instance). The...
I disagree that "current context" is not present in Unity. The current context is the container, and the pieces of the build chain get information about what's...
Thank you all for the responses. Perhaps I should've clarified that the objective is to get crash course in WF that'll help me get productive ASAP(deadlines...
Current Context accessible from a static gateway, I think...
Ayende Rahien
Ayende@...
Jul 1, 2008 4:58 pm
11177
I think the misunderstood is not on the work "context" but "current". Spring.NET, you can get the "current container" in the "current context" and you can...
So I've been shopping around the idea of writing a book as an Introduction to Flow Based Programming. I'm having a hard time coming up with a definitive way of...
What testing framework do you guys use for asp.net user or web controls? I'm having my intern take a look at James Shore's NUnitASP, its abandonware I know but...
I have my own special page set (which I hope to clean up and make public someday) which allows the tests to inject code that runs in the page context (for...
Guys, am I alone in wanting to make really clear: this is not dependency injection, it is service locator? It's a very cool service locator - good on Simon for...
as long as it is read-only (that is you treat the children as immutable) it __might__ make sense. BUT! whenever you want to change something then DON'T DO it....
isn't an IoC container all about hiding the implementation and dependency details? ... -- Thanks, Roy Osherove www.TypeMock.com - Simplify Unit Testing Author...
Don't forget you can also add ?torrent to the end of an S3 URL and get AWS to seed a torrent of your files. Might help cut down on bandwidth costs in the long...