spring.net
NHibernate / Spring.Net / Asp.Net WebForms - Open Transaction Per Request
I am currently using NHibernate with Spring.Net and using Spring\'s Open Session In View module. As far as I can tell, this module only opens the session on BeginRequest and closes it on EndRequest. I[详细]
2023-04-02 07:50 分类:问答Is it possible to use Quartz.Net with Spring.Net to create jobs in MS SQL DB with scheduled time
I am creating GUI interface in asp.net in which users will specify a time to schedule and开发者_如何学JAVA a job which will run at sometime in the future.[详细]
2023-04-02 06:18 分类:问答How to properly configure Spring.NET in a web context
I\'m having a bit of a problem keeping values from appearing in scope for all users.I\'m not sure what exactly I may be doing wrong, but I\'m at wits end.I\'m thinking either I have my container objec[详细]
2023-04-01 17:43 分类:问答Adding reference which is needed in Config file
I have two different projects \'A\' and \'B\'.A needs reference of B.I used spring.net setter property injection.I configured it in开发者_Go百科 config file.[详细]
2023-04-01 14:54 分类:问答Multiple contexts in Spring.Net
Is it possible to have multiple contexts in spring.Net in parallel without creating their objects when calling the other context?[详细]
2023-04-01 07:01 分类:问答Howto: Connect dynamically created views (non-singleton forms) to a singleton controller with Spring.NET config file?
I have a piece of code that create Windows Forms dynamically at run-time using the lookup-method tag approach in Spring.NET. Basically what I have is a factory class to create any number of Forms, see[详细]
2023-03-31 23:54 分类:问答C# and AOP - AOPAlliance (Aspect-oriented programming) how does this work
I just had a very interesting experience with AOP in C#. I have a function with a return type List which is being intercepted and that\'s all well and good. However the interceptor function is a valid[详细]
2023-03-31 11:15 分类:问答Where to download Spring.NET binary files?
On the site http://www.spri开发者_如何学Cngsource.com/download/community?project=Spring.NET is zip with spring.net project for visual studio 2010, but in bin folder, there is not all spring.net dll\'s[详细]
2023-03-27 17:58 分类:问答Getting ALL instances which implement a specific interface with spring.net
I\'m evaluating different IoC containers and did some performance testing. It seems to me that Spring.NET is really bad when it comes to resolving interfaces which are implemented by multiple classes.[详细]
2023-03-27 11:17 分类:问答How to inject Predicate and Func in Spring.net
I want to create an object with a constructor containing predicate and func objects in the xml 开发者_C百科config using spring. The Predicate and the Func arguments should point to a method of another[详细]
2023-03-27 10:29 分类:问答
加载中,请稍侯......