spring.net Questions

2

Solved

We are considering using Sprint.NET as AOP framework along with other solutions. Spring.NET is a known framework, at least by name like in my case. I try to find the informations about latest rel...
Scribble asked 21/4, 2016 at 12:51

4

Solved

I'm working on an old system that is using NHibernate 3 and spring for DI, I have to do some refactor on this solution. some of the projects of the solution was using NHibernate 1.2, I changed them...
Pathe asked 10/9, 2016 at 4:52

4

Solved

I have posted this question on the Spring.Net forums, however I have seen very little activity there. It seems that the 2.0 release has stopped at M2. Does anyone know if the 2.0 GA version will be...
Nolasco asked 1/4, 2013 at 14:35

3

Solved

I've been considering going back to the springframework for .net DI, but I just noticed that there hasn't been any recent development or announcements on their site. Can anyone confirm that t...
Alberta asked 26/9, 2013 at 19:48

0

I need to properly Dispose of an object instantiated at request-level scope in my MVC 5 application. I have declared the object as follows: <object id="dataContext" singleton="false" scope="re...
Smoothshaven asked 30/1, 2015 at 9:22

1

Solved

Is it possible to wire events to methods with Autofac instead of whole object via interfaces/classes (through constructor and property injection). I want to bind at function level instead of type l...
Loaded asked 28/5, 2014 at 8:4

1

I've got a C# desktop application (CompositUI/WinForms). This application connects to a webservice using SmartClient. My task is to introduce (retrofit) tests to this application, using SpecFlow a...
Gareth asked 16/3, 2012 at 14:55

6

Solved

I have the need to use Spring .Net in a project and am exploring configuration options. All I can find about config for Spring .Net is config file stuff. Does Spring support configuration in code? ...
Mccarty asked 29/12, 2010 at 23:2

2

Solved

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 dep...
Valueless asked 25/11, 2010 at 12:5

1

Is it possible to create a delegate dynamically like arg => { return something; } or arg => someting; using the builtin DelegateFactoryObject and the Spring Expressions delivered with Spri...
Jacquijacquie asked 29/8, 2012 at 14:6

1

Current Approach In an ASP.NET web forms app (using Spring.NET and NHibernate) we have an aggregate root (Person) whose details are captured across a number of screens/pages. The Person entity exi...
Impanel asked 7/12, 2012 at 16:27

1

I will import many data rows from a csv file into a SQL Server database (through a web application). I need the auto generated id value back for the client. If I do this in a loop, the performance ...
Latinist asked 15/11, 2012 at 14:28

1

Solved

I'm trying to inject dependencies via Spring.NET. First I created a custom DependencyResolver: public class SignalRSpringNetDependencyResolver : DefaultDependencyResolver { private IApplicatio...
Erethism asked 19/9, 2012 at 12:4

3

Solved

I would like use from Spring.NET Aspect library Logging aspect together with log4Net. I found this article how to use log4Net with Common Logging API. My test application is console and based on ....
Rudolfrudolfo asked 17/11, 2011 at 18:52

3

Solved

I want to create an object with a constructor containing predicate and func objects in the xml config using spring. The Predicate and the Func arguments should point to a method of another configur...
Fearful asked 12/8, 2011 at 10:59

4

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 d...
Jellaba asked 17/12, 2008 at 22:5

2

I am a Java, Scala, Python web app Linux guy. I want to play around with Mono (particularly F#) for web development. I am just looking for an example web application written in Mono perhaps in Gi...
Chinfest asked 24/4, 2012 at 16:11

1

Solved

I am writing an asp.net mvc3 web application. I want to use a sqlite database. Unfortunatly I get an SqliteException saying "unable to open database". Spring-Version: 1.3.2 NHibernate-Ve...
Gherlein asked 24/4, 2012 at 6:36

2

I am setting up my xml configuration files for my asp.net web application using spring.net IOC dependency injection. I referenced each of my config files in the web.config. A sample of setting in s...
Leonerd asked 22/8, 2011 at 14:37

3

Solved

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 sho...
Leonelleonelle asked 9/1, 2010 at 10:15

1

Solved

I'm learning Spring.Net and am trying something simple, which is not working. I want to log any method calls decorated with LogCall namespace WpfApplication1 { public partial class MainWindow : ...
Psi asked 6/11, 2011 at 18:49

2

Solved

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...

3

Solved

I've been searching the web for information about a Net Framework I can use to "take it and keep it" from now on in my projects, and I've almost made a decision, but I would like some reference abo...
Ajax asked 27/9, 2010 at 17:53

1

Solved

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 val...
Bracket asked 26/8, 2011 at 6:2

1

Solved

Is there a way to configure Acknowledgements with Spring.NET? In code it looks like this: var msgQ = new MessageQueue(OrdersQueueName) { DefaultPropertiesToSend = { AcknowledgeType = Acknowle...
Mortar asked 16/8, 2010 at 6:53

© 2022 - 2024 — McMap. All rights reserved.