I have a NHibernate Interceptor that is set in the HibernateTemplate using Spring.Net (I\'m using ASP.NET MVC, fwiw), which is used for Auditing. However, for some reason, while the OnLoad method is b
I am attempting to use spring.net \'s IoC conatiner in a class library which in and of itself is not an executable. A web project simply calls this library , this library contains the references to th
I have been handed a wsdl file + a number of xsd type definition files - the service I need to code against is not ready yet and I need to put together a fake service (so called a stub or mock) in ord
I\'m fairly new to wcf (we have yet to upgrade to .net 3.0 in my workplace) and I\'m working on a little home project to bring myself up to speed with some of the \'newer\' features of .net.
I\'m creating my repositories with spring.net. However, I\'m wondering what the lifetime is of these objects. In my repositories, objects that are retrieved from the database are cached in a registry.
Has anybody successfully using spring.nets Spring.ServiceModel.ServiceExporter with WCF?? Some background.....
I\'m trying to configure ASP.NET MVC 2 RC and Spring .NET 1.3 to use FluentNHibernate. I\'ve managed to get FluentNHibernate running inside console application.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I get an exception after upgrading Spring.NET 1.2 to 1.3 in my web application. Here\'s the setup on my web app:
Is 开发者_运维问答there any way to inject dependencies into an Immediacy CMS control using Spring.NET, ideally without having to use to ContextRegistry when initialising the control?As an ex Immediacy