Tagged Questions
4
votes
1answer
722 views
Why has the PowerCollections C# library recently declined in popularity?
I just looked at the statistics for the PowerCollections C# library and noticed a sharp decrease in quantity of downloads.
What may be the cause? Is there something better I should be using?
2
votes
1answer
440 views
Creating a shared library that might be used with desktop applications and web projects
I have been involved in a number of MVC.NET and c# desktop projects in our company over the last year or so while also managing to kept my nose poked into other projects (in a read-only learning ...
1
vote
2answers
137 views
Restrictions Calling DLLs Across Technologies?
I want to call a DLL in my programming language of 'choice'. The documentation surrounding this clearly states that it must be a 32-bit DLL written in C, C++ or Delphi. But I wanted to call a DLL ...
1
vote
0answers
53 views
COM Interop & DI : Where to bind?
Recently I have "discovered" the virtues of dependency injection and I absolutely love the way it has affected my code - all the pieces are simple, focused and decoupled; I can now mock all the ...
0
votes
3answers
202 views
Should I keep all my class definitions in the same class library?
I am starting to work with class libraries in my C# class. We were told to write code that can be used more than one time. Should I keep all my class definitions in one class library for the length of ...