MAB ContainerModel / Funq: a transparent container

Posted by: eXtensible mind, on 20 Apr 2009 | View original | Bookmarked: 0 time(s)

From the point of view of the user of the container, he doesn't have to do anything at all. He just creates classes as usual: public class EditCustomersPresenter { public EditCustomersPresenter(IEditCustomersView view, ICustomerRepository repository) { this.view = view; this.repository = repository; view.Presenter = this; } ... } Container configuration is done through lambdas that specify which object to construct for the registered type. For the view...

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: Performance | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 848 | Hits: 20

Similar Posts

  • Building Advanced Layouts With RadSplitContainer more
  • Mobile Application Blocks ContainerModel / Funq: an introduction more
  • Managed Extensibility Framework Preview Available more
  • Creating a AutoMockingContainer with Microsoft Unity - Pretty darn simple. more
  • Atlas M2.2 - Dynamic UpdatePanels (finally) more
  • How to create a container for DotNetNuke | Skinning Tutorial more
  • How to create a container for DotNetNuke - part 7 - 2 Video Tutorials more
  • Avoiding DataBinder.Eval in ASP.NET more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD