Have you been doing some ASP.NET MVC developement involving Spring.NET and NHibernate both? I would like to see an informative example of such setup, so I could build my own project off that.
I\'m trying to invoke this method in spring.net, but i\'m having trouble getting the configuration right.
i am using Spring.net 1.2 with NHibernate 2.0.1. Within my project i\'am facing some Deadlock issues and besides the database tweaks to minimize the occurence i would like to implement Springs RetryAd
I am working with Spring.net 1.3 and nHibernate for .net 1.3. While fetching the ap开发者_高级运维plication context using XML ( _appContext = new XmlApplicationContext(\"abc.xml\")) I am getting the e
We are developing an application using Silverli开发者_如何学JAVAght and WCF Services. Is using Spring.Net is beneficial for us?>> \"Is using Spring.Net is beneficial for us?\"
In Chapter 22 of the Spring.Net documentation (see 22.7.3. Cust开发者_开发问答omizing model persistence) at
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.Ne
I have a factory class that decides which of four available subclasses it should instantiate and return. As you would expect, all subclasses implement the same interface:
I am working on re-factoring of an existing Asp.Net 2.0 web site. I am looking for a framework/pattern to modularise the application. As there is no WCSF for Visual Studio 2005 I can\'t use it and I a
I\'ve got an issue where i\'m trying to call an object in spring.net through a ProxyFactoryObject. Now the the object that i\'m calling in the factory has one constructor which takes in another object