Questions tagged [spring.net]

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

Spring.NET is an open source application framework for developing .NET enterprise applications, inspired by the popular Spring for Java. It provides infrastructural support to make best practices easy practices. Spring.NET consists of several modules, most notably:

For information on additional modules and other background information, see the overview page on the Spring.NET website. Technical documentation is also available on this site.

Related tags

632 questions
0
votes
1 answer

Prevent Spring connection file to be changed by users

I am working on an application with Spring.Net and Windows forms. I would like to prevent users to change the Spring configuration file, something like setting the configuration file as readonly. I read the Spring.Net documentation and I found…
eqtèöck
  • 971
  • 1
  • 13
  • 27
0
votes
1 answer

How do I inject HttpContext to HttpContextBase by Spring.Net config

I have a class like this: class Test { public Test(HttpContextBase httpContext) { } } I want to inject HttpContext to this class by Spring.net config. What should I do?
JamesHe
  • 1
  • 1
0
votes
1 answer

How to reuse Auth Tokens for Social Api's on app restart

In using some of the twitter apps such as Tweetings Janetter etc. You authenticate once and enter your auth pincode and since then i haven't had to authenticate again for atleast 3+ weeks In using the .net api's such as Spring.Net Social Twitter…
Kumar
  • 10,997
  • 13
  • 84
  • 134
0
votes
2 answers

Using Spring.net.Social only

Our app uses Prism/MEF and now we need to tie into twitter/facebook/linkedin/google+ etc. The Spring.Net social library seems to wrap a few of those so question is - Is it possible to use only spring.social from a wpf app ? Or alternatively, any…
Kumar
  • 10,997
  • 13
  • 84
  • 134
0
votes
1 answer

Client timeout when using WCF through Spring.net

I'm using WCF through Spring.net WCF integration link text This works relatively fine, however it seems that WCF and Spring get in each other's way when instantiating client channels. This means that only a single client channel is created for a…
Khash
  • 2,500
  • 4
  • 30
  • 56
0
votes
1 answer

Spring Social: Get User (LinkedIn, Facebook) Email

I am using Spring Social to connect to LinkedIn and Facebook. I downloaded the source code from this link: Github Spring Social LinkedIn Examples In this project, I am running “Spring.MvcQuickStart” under examples directory. It works pretty well but…
Mudasser Hassan
  • 716
  • 2
  • 9
  • 27
0
votes
1 answer

Changing a WCF Endpoint

I have the following configuration from the initial examples shown the spring.net samples.
user815809
  • 351
  • 5
  • 24
0
votes
1 answer

Spring Social .NET OAuth confusion

I had originally posted a question about what API to use in regards to making a SharePoint 2010 timer job able to access the twitter API and chose the Spring Social .NET api and have run into another roadblock. I cannot get the OAuth handshake or…
John S
  • 464
  • 1
  • 8
  • 23
0
votes
1 answer

spring inject attributes on mvc controller

I am working with and mvc4 web application and using spring.net v2 M2 for the dependency injection. I am wondering is possible to inject in to my controllers, filters/attributes on to the controller?
amateur
  • 43,371
  • 65
  • 192
  • 320
0
votes
1 answer

using multiple app.config files

I have a console application that loads other libraries (DLL's). I'm using Spring.NET. My console application is very simple, load the app.config that is configured through DI to initialize the chosen library. Code…
user815809
  • 351
  • 5
  • 24
0
votes
1 answer

Spring.Social.Dropbox API doing a callback to C# when successfully authorised

I am currently looking into adding dropbox to my c# software. I am using spring.social from https://github.com/SpringSource/spring-net-social-dropbox. I have the following code to do the authentication private void authenticateDropbox() { …
Boardy
  • 35,417
  • 104
  • 256
  • 447
0
votes
1 answer

Spring.NET WebServiceProxyFactory - Swap ServiceUri property at runtime?

I have an application that uses Spring.NET for IOC, as well as many other features that it provides. The problem I am now trying to tackle is how to setup something similar to a WebServiceProxyFactory to auto-proxy a web service that I want to…
brow-cow
  • 101
  • 1
  • 4
0
votes
1 answer

Moving from Java Spring to Spring.NET

I am a .NET programmer with very little Java experience. I have inherited a Java project and am attempting to do the Java to C# conversion by hand. I know that there are converters out there, but would prefer to do this by hand for the learning…
Peter
  • 5,251
  • 16
  • 63
  • 98
0
votes
1 answer

Dependency injection of local variable returned from method

I'm (somewhat) new to DI and am trying to understand how/why it's used in the codebase I am maintaining. I have found a series of classes that map data from stored procedure calls to domain objects. For example: Public Sub New(domainFactory As…
Swoogan
  • 5,298
  • 5
  • 35
  • 47
0
votes
1 answer

Unable to create Spring.net object from MVC application

I'm building a MVC 4 application with Spring support. My Web.config looks like following
usr-local-ΕΨΗΕΛΩΝ
  • 26,101
  • 30
  • 154
  • 305