views:

252

answers:

3

I'm looking for resources on Spring.Net, has anyone come across any books or sites that you found especially useful?

A: 

Look here: http://www.flazx.com/

Granit
This link isn't useful. Maybe you should better give a direct link to some book?
Roman Boiko
+1  A: 

We have been using Spring framework for quite some time now and found that the reference documentation of Spring.NET available here is quite useful.

Rutesh Makhijani
+1  A: 

Applying Domain-Driven Design and Patterns: With Examples in C# and .NET by Jimmy Nilsson contains sections on Inversion of Control, Depenency Injection and Aspect-Oriented Programming that describe and use Spring.NET. Thanks to Erik Dornenburg and Aleks Seovic (Spring.NET co-lead) for authoring these sections.

Manish S. Patil