Tagged Questions

4
votes
7answers
334 views

Why shouldn't I have a single monolithic utility library?

We've got a few common libraries (C# but I guess this isn't platform- or language-specific), let's call them A, B, and C. Library A has references to B and C, library B has a reference to a 3rd-party ...
4
votes
8answers
260 views

What open source .Net utility projects or code libraries do you use?

I use log4net in just about every code project. I was wondering what other generally useful code projects are available?
0
votes
0answers
103 views

Personal Utility Libraries [closed]

So, I think everyone has their own personal utility libraries, which they occasionally use. What are your favourites among your utility functions/classes? My personal favorite is a templated set of ...
0
votes
1answer
2k views

How do you ensure a Utility Projects library dependency gets packaged in the final EAR in Eclipse Galileo?

I have a 'Utilty Project', and an 'EAR Project' that includes that 'Utility Project'. All the classes from the 'Utility Project' end up being packaged as a JAR and placed within the 'lib' directory of ...
0
votes
6answers
343 views

Server side audio mixer. What's available? (Can Csound do this?)

I am interested in finding out if there exists a program or library which can perform the following task, and would be suitable for running as part of a server side process on a web site. (It's okay ...