skip to the main content area of this page
Patterns and Practices

IControllerFactory


 

Orlando Code Camp 2008 Presentation - Introduction to the Web Client Software Factory ( WCSF ) v2.0

David Hayden will be presenting Introduction to the Web Client Software Factory ( WCSF ) v2.0 at the Orlando Code Camp in Orlando, Florida on Saturday, March 22nd, 2008. Create more maintainable and responsive ASP.NET Web Applications faster using the Web Client Software Factory v2.0. In this session we will explore the cool new AJAX Bundles in the WCSF that help you with AutoComplete, ServerSide Validation, and Real-Time Search Functionality both within ASP.NET and ASP.NET Dynamic Data Websites. We will also explore creating more testable and loosely-coupled web applications using Model-View-Presenter and dependency injection in both ASP.NET Webforms and ASP.NET MVC Applications.

Read More

Day Of Patterns & Practices Screencast - WCSF AJAX DynamicData ASP.NET MVC Framework

The Day of Patterns & Practices Event occurs 1 or 2 times a year in Tampa, Florida. The January 2008 Event provided presentations on the Web Client Software Factory, Web Service Software Factory Modeling Edition, Test-Driven Development ( TDD ) and Model-View Presenter ( MVP ), and the new ASP.NET MVC Framework. This screencast is a quick overview of David Hayden's presentation on the Web Client Software Factory AJAX Guidance Bundles and Composite Web Application Block and their use in ASP.NET Dynamic Data Websites and the ASP.NET MVC Framework.

Read More

ASP.NET MVC Framework and Composite Web Application Block ( CWAB )

The Composite Web Application Block ( CWAB ) in the Web Client Software Factory can be used in the ASP.NET MVC Framework for business module discovery and initialization as well as dependency injection of Controllers. In this quick tutorial I will show you code snippets for doing this from my presentation at the South Florida Code Camp. We will also use the StateValue<T> Class to abstract out the fact that we store our Shopping Cart for our green tea store in Session State. Evolution of the WCSF to use the Unity Dependency Injection Container in Enterprise Library 4.0 would be a natural progression when Enterprise Library 4.0 is released.

Read More

SetDefaultControllerFactory and IControllerFactory in ASP.NET MVC Framework

Take advantage of the ability to create your own IControllerFactory in the ASP.NET MVC Framework to serve Controller Classes. Here is an example of a Custom ControllerFactory that can use Castle Windsor and SpringFramework.Net for dependency injection of controller classes.

Read More

Topics



Popular Tags



External Topics