spring.net Questions
4
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 tr...
Jeremiah asked 11/3, 2010 at 15:5
2
Solved
I posted to following on the spring.net forum but also hoped I may get some value views here:
I am looking at some advice as to how I might achieve the following requirement.
Firstly some backgr...
Inch asked 11/7, 2011 at 23:52
5
Solved
I've been looking for good dependency injection for ASP.NET MVC.
recently I am Java EE programmer, I always used Spring for DI Framework.
But after searching some tutorial from internet. Spring.NET...
Kirkuk asked 26/5, 2011 at 15:18
2
I would like to hear from you what are de the main advantages and drawbacks in applying dependency injection at the controller level, and/or domain level.
Let me explain; if I receive a IUserReposi...
Diplomatic asked 12/4, 2011 at 20:34
2
Solved
I'm currently evaluating the technologies we want to use for our next project. It will mainly be a backend for automatic data manipulation. It has some dependencies and we can only build it on top ...
Microfilm asked 6/1, 2011 at 10:33
2
Solved
In the course of evaluating .net IoC frameworks, I gave spring.net a try first, seeing as how much I liked spring in java. However, I'm rapidly getting the feeling that it is a stale/stalled/dead p...
Kai asked 7/10, 2010 at 12:55
2
Solved
I have the following code in an unit test
public bool TestMethodsOf<T, I>()
{
var impl = typeof(T);
var valid = true;
foreach (var iface in impl.GetInterfaces().Where(i => typeof(I)...
Claudieclaudina asked 25/1, 2011 at 11:58
3
Solved
The Sharp Architecture Contrib seems to suggest it is possible. It seemed like they had a dependency on "PostSharp" which has now been replaced with Castle interceptors.
Has anyone used the Sharp ...
Taskmaster asked 18/4, 2010 at 19:39
1
Solved
Is it possible to use DI in your workflow activities? and if yes, how?
For example if you have an activity like
public sealed class MyActivity : CodeActivity
{
public MyClass Dependency { get; s...
Hescock asked 29/9, 2010 at 20:57
5
We are developing an application using Silverlight and WCF Services. Is using Spring.Net is beneficial for us?
Hemialgia asked 5/3, 2010 at 12:56
1
Solved
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 Retry...
Jacaranda asked 15/3, 2010 at 23:46
1
Solved
I'm using NHibernate 2.1.2 and Spring 1.3
I have two Text columns (blobs) in one of my classes. I'm trying to use lazy="true" for the mapping of those properties but NHProfiler still shows the two...
Solfatara asked 3/4, 2010 at 20:2
2
Solved
An advantage of an IoC container is that you can swap in a mock service at the bottom of your object graph. However this seems much harder to do in Spring.Net than in other IoC Containers. Here's s...
Foxworth asked 23/12, 2009 at 23:16
3
Solved
I'm curious to know if it's possible to replace Spring.Net's built-in IoC container with Ninject. We use Ninject on my team for IoC in our other projects so I would like to continue using that cont...
Deprave asked 10/1, 2010 at 20:41
3
Solved
What is an IoC container?
What is an IoC/DI framework?
Why do we need a framework for IoC/DI?
Is there any relationship between IoC/DI and AOP?
What is Spring.net/ninject with respect to IoC an...
Anthelion asked 3/6, 2009 at 17:41
4
Solved
"Spring.NET is an open source application framework that makes building enterprise .NET applications easier."
Springframework
They say that Spring makes .Net development easier. Then I see the man...
Piccard asked 15/10, 2008 at 9:20
© 2022 - 2024 — McMap. All rights reserved.