|
by Paulo Morgado via Paulo Morgado : C# on 4/1/2007 10:59:13 PM
Master pages, in the Web Client Software Factory, act as equivalents to the Shell in the Smart Client Software Factory but, unlike their smart client counterpart, they don't benefit from dependency injection. I've just cooked up a quick way to add dependency injection to master pages in the Web Client Software Factory and, thus, add a Presenter (with the associated Controller). This can be done just by adding a few lines of code to the Microsoft.Practices.CompositeWeb.WebClie
... [ read more ]
|
|