Questions tagged [spring.net]

Spring.NET is an open source application framework for developing .NET enterprise applications.

Spring.NET is an open source application framework for developing .NET enterprise applications, inspired by the popular Spring for Java. It provides infrastructural support to make best practices easy practices. Spring.NET consists of several modules, most notably:

For information on additional modules and other background information, see the overview page on the Spring.NET website. Technical documentation is also available on this site.

Related tags

632 questions
4
votes
2 answers

Can Spring.Net function as PostSharp?

A few months back I've discovered PostSharp, and for a time, it was good. But then legal came back with an answer saying that they don't like the licence of the old versions. Then the department told me that 2.0's price was unacceptably high (for…
Alex K
  • 10,835
  • 8
  • 29
  • 34
4
votes
4 answers

How do you set up NHibernate to use a Stateless session using Spring.Net?

I am currently developing an application that reads a bunch of data from a file. The usual size of the batch of objects to be inserted in the db is around 40.000 objects. So far we have used Spring.Net and NHibernate for our development and I'd like…
mandel
  • 2,921
  • 3
  • 23
  • 27
4
votes
1 answer

Use Property as factory-method in Spring.Net

Is there a way to use a static property of a class as the factory-method for a object definition?