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

SpringFramework


 

S#arp Architecture: ASP.NET MVC with NHibernate and Spring

Billy McCafferty starts a new CodePlex Project, called Sharp Architecture, that leverages the very best of the ASP.NET MVC Framework, NHibernate, and the Spring Framework. Even if you don't use these tools, what a world of knowledge one can gain from looking at the code.

Read More

Spring.NET and NHibernate with ASP.NET MVC

Billy McCafferty provides code samples on how to leverage IoC and transaction management with Spring.NET and NHibernate with the ASP.NET MVC Framework to provide dependency injection of your data access objects into your controllers.

Read More

IASA Tampa February Meeting - Introduction to Aspect-Oriented Programming (AOP)

David Hayden is presenting Introduction to Aspect-Oriented Programming (AOP) at the IASA Tampa Chapter on February 28, 2008. Write less code and create more maintainable applications by leveraging AOP to handle logging, caching, validation, security, and other cross-cutting concerns. In this presentation we will explore AOP functionality built into numerous tools and frameworks such as Castle Windsor, SpringFramework.NET, Enterprise Library's Policy Injection Application Block, and PostSharp so you can better understand its benefits and how to use it in your own applications. If available by the time of the meeting, I will also show off the Unity Dependency Injection Container in Enterprise Library 4.0 and how to incorporate AOP with it.

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