Tagged Questions

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

learn more… | top users | synonyms

10
votes
2answers
2k views

Castle Windsor or Spring.NET - advantages and disadvantages

Yesterday I was reading some articles in this site while I stumbled on an article about this two new IoC tools. Which one should I learn first? Is there some specification about which one should be ...
9
votes
1answer
141 views

Configuring Acknowledgements with Spring.NET

Is there a way to configure Acknowledgements with Spring.NET? In code it looks like this: var msgQ = new MessageQueue(OrdersQueueName) { DefaultPropertiesToSend = ...
7
votes
3answers
2k views

IoC, AOP and more

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 and ...
6
votes
1answer
262 views

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 ...
6
votes
2answers
218 views

At which level should I apply dependency injection? Controller or Domain?

Hey guys, 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 ...
6
votes
3answers
771 views

Sharp Architecture for Winform apps?

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 ...
6
votes
4answers
3k views

ASP.NET MVC, Spring.NET, NHibernate initial setup/example/tutorial

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 tried ...
6
votes
8answers
5k views

What is a good Spring.net/NHibernate tutorial?

I am getting ready to start a project which will be using both Spring.net and NHibernate. I have seen a few good tutorials for NHibernate but have had a hard time finding resources for Spring.net. ...
5
votes
3answers
726 views

Dependency injection / IoC in Workflow Foundation 4

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; ...
5
votes
3answers
4k views

ASP.NET MVC and Spring.NET

Starting a new project and would like to use one of the MVC framworks. ASP.NET MVC is still in preview but Spring.net is in production and has a history with Java. I'd like to know the general ...
4
votes
2answers
73 views

Integration Testing Chained WCF Services with Test Database

Looking for some advice on how to proceed here. I am trying to do some integration testing on wcf services that call other wcf services. I want to make sure that they are configured correctly between ...
4
votes
2answers
74 views

Can we create a WCF service which publishes events?

I want to create a push web application. The service layer is built on WCF. The presentation layer is built on Asp.net 4 The service listens to events and updates its static property (a shared ...
4
votes
1answer
87 views

Catching runtime exceptions in IoC container

I'm using Spring.NET with Caliburn 2 and getting some exceptions from these frameworks at runtime (e.g. NoSuchObjectDefinitionException and UnsatisfiedDependencyException in Spring.NET, ...
4
votes
2answers
170 views

Reflection says that interface method are virtual in the implemented type, when they aren't?

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 => ...
4
votes
2answers
231 views

What's the state of Spring.Net?

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 of ...
4
votes
1answer
284 views

Tell Resharper to use spring.net DI configuration for the inspection of unused classes?

Resharper warns me when parts of my code are never used; this is very helpful. However, I have quite a few classes that are not referenced by other code directly. These classes are used in the ...
4
votes
2answers
543 views

Unit testing a WCF service with multiple dependencies

I certainly hope someone can help ease my frustration. I am trying to find a good way to unit test my WCF service implementation classes but every resource that I've found providing a solution is ...
4
votes
4answers
10k views

Connecting To A Private Remote MSMQ Queue

I'm trying to connect to a remote private MSMQ queue using the path: "FormatName:DIRECT=OS:remoteMachineName\Private$\MyQueue" and I'm getting the following error: "The specified format name does ...
3
votes
1answer
37 views

Why are pure inheritance based proxies bad in AoP

I have a problem making method calls between methods in same class and having transaction advice apply. Spring Framework .NET documentation states that it supports compositional and inheritance based ...
3
votes
1answer
113 views

Having trouble impersonating WCF call to a database, displays login failed for domain\Machine$

I have a WCF service which is hosted in a windows service. Windows service is installed and is running under Local System account. My aim is to impersonate the caller, check if the caller has enough ...
3
votes
1answer
97 views

Spring.NET.AOP - ExceptionHandlerAdvice doesnt replace custom exception

this is my first and also I am beginner in Spring.NET and also AOP. I would like use Aspect for Exception Hadling for replacing, wrap and modify my custom exceptions. First I defined some entity ...
3
votes
1answer
104 views

Overriding dependencies in NServiceBus

I'd like to use NServiceBus profiles to override the concrete classes used in the Spring.net dependency injection for use in Integration Testing. In my EndpointConfig class, I have a component being ...
3
votes
1answer
144 views

How can I get a graphical representation of my dependencies with Spring.NET IoC?

I'm using Spring.NET's IoC container and everything has been working just fine....until now. Somehow, in one of our previous releases, we introduced a circular dependency. Since we use setter based ...
3
votes
2answers
301 views

How to assign multiple enum values to a property in Spring.NET configuration?

.NET supports the FlagsAttribute for enum's, which indicates "that an enumeration can be treated as a bit field". An example of an enum that makes use of this [Flags] attribute is ...
3
votes
1answer
75 views

Pre-instantiate prototypes in spring.net

Context: I have a set of View/Presenters and I've noticed that for complex views I get some performance issues at the time of the InitializeComponent() call Is there any way to instruct the spring ...
3
votes
2answers
193 views

How can I spring.net inject in to methods?

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 ...
3
votes
5answers
280 views

What is the recommended Dependency Injection framework for ASP.NET MVC

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 ...
3
votes
3answers
270 views

.NET / C# and related technologies - what to learn? [closed]

I am currently working on a server-side application using C# and Spring.NET and few proprietary frameworks. While i've never used Spring.NET before, I do like it, and it does seem like a good piece of ...
3
votes
1answer
304 views

Spring CodeConfig ScanAllAssemblies throws a ReflectionTypeLoadException

I'm trying out the new Spring CodeConfig for .NET but have tons of trouble with it. I installed the NuGet package Spring.CodeConfig into an existing .NET 4 project, but have had nothing but trouble ...
3
votes
2answers
1k views

Spring.NET with MVC3 (Razor)

I'm experimenting with ASP.NET MVC3 Razor and I'm fairly impressed. This is the way we'll go. We use Spring.NET for dependency injection in our framework and I wonder, if it is possible to use it for ...
3
votes
1answer
304 views

Inject object with “request” scope into prototype object

I use Spring.Net in my Asp.Net MVC application where controllers must be defined as prototypes (non singleton). I have objects that must have a request scope (new object for each request). Is there a ...
3
votes
1answer
600 views

Spring.Net ref to Dictionary item

I can't find out how use an item defined in dictionary (xml spring config) at other place in the spring xml file. I tried something like this, but I ever get an error in init of "obj1". <object ...
3
votes
2answers
527 views

Asp.Net MVC Controller: declarative AOP with Spring.Net

Is it possible, that Spring.Net Aspects don't work with Asp.Net Controller? I want to configure transactions on Action methods of Controllers but the proxy doesn't seem to trigger. <object ...
3
votes
3answers
532 views

Weird error: [ArgumentOutOfRangeException: 'count' must be non-negative

I have a site which runs in ASP.NET 3.5, NHibernate 2.2 and Sprint .NET for Dependency Injection. On our test server a rather strange error occurrs, and also almost everytime there are multiple users ...
3
votes
2answers
292 views

ASP.NET exception gives irrelevant stack trace on YSOD, very challenging!

Here is the YSOD: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Description: An unhandled exception occurred during the execution ...
3
votes
2answers
223 views

Spring.NET. How actively is it being developed/supported?

I've made my choice for the developement components on the .NET platform: Spring.NET for IoC and NHibernate for data access. But how safe is it? I've heard here on SO (don't remember which post ...
3
votes
1answer
738 views

How to configure RetryAdvice and ExceptionTranslation for Deadlocks using NHibernate and Spring

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 ...
3
votes
5answers
552 views

What is the use of spring.net?

We are developing an application using Silverlight and WCF Services. Is using Spring.Net is beneficial for us?
3
votes
4answers
2k views

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 ...
3
votes
3answers
746 views

Replace Spring.Net IoC with another Container (e.g. Ninject)

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 ...
3
votes
2answers
412 views

Spring.NET & Immediacy CMS

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?
3
votes
2answers
344 views

How does Spring.NET use private setters?

While experimenting with this question on collections in Spring.NET, I discovered that Spring can inject a dependency using a private setter. I have two questions: Is this documented anywhere? Is ...
3
votes
2answers
1k views

NHibernate and Spring.NET Combination really helpful in the enterprise level application!

What are the opinions of the software developers who have used Spring.NET and NHibernate in their projects? In couple of our projects in the company where I work, we have used these third party tools ...
3
votes
2answers
2k views

ASP.NET MVC with Spring.NET and ModelBinder

I'm working on a demo that makes use of Spring.NET IoC capability in ASP.NET MVC . It's kind of like the MyBlog application presented on pair programming video tutorial on www.asp.net site. I've ...
3
votes
4answers
466 views

Is it bad to load many managed DLL's without using any types in them?

Background: At my company we are developing a bunch applications that are using the same core dll's. These dll's are using Spring.net's IoC-container to wire things up (auto-wiring). All applications ...
2
votes
0answers
74 views

Usage of declarative transactionmanagement for two database instances with Spring and Hibernate

I am searching for a solution, to use Spring (V1.3.2) and NHibernate (V3.2.0) together with the declarative transactionmanagement of Spring to communicate with two independent SQLite database ...
2
votes
1answer
117 views

spring.net and WCF Rest Service

I am building a WCF Rest Service using VS2010 .net 4.0 and the Rest service template. I would like to introduce spring.net - IoC but I am not able to get spring initialized when the ...
2
votes
2answers
270 views

Accessing ConfigurationManager.AppSettings value from Spring.NET xml configuration

I have a requirement that requires me to use Spring.net to get a connectionstring that is stored inside the app.config, and then inject the retrieved connectionstring to a instantiated object. How ...
2
votes
1answer
140 views

WCF service host by IIS, spring.net scope=“request”

I would like to enable the scope="request" attribute in my xml configuration: <object id="IDataAccess" type="Dal.DataAccess, Dal" scope="request"> My WCF service is hosted on IIS and I use ...
2
votes
1answer
43 views

inject class in to using statement with spring.net

I am developing a .net c# application that uses dependency injection with spring.net and ran in to an issue. I have the following method: public string Process() { using(var p = new ...

1 2 3 4 5 8