Tagged Questions
8
votes
16answers
991 views
What reusable code should every developer have in their toolbox?
I'm trying to build up a library of reusable code to use from project to project. As I write code snippets and components, I'm trying to decide which libraries I will get the most use out of long term ...
5
votes
4answers
123 views
In house reusable libraries - reuse as dll or as projects?
We have quite a bit of reusable code at work (a good thing). Whenever I create a new project that use them I am used to include their projects as part of my solution, and I was wondering if I should ...
2
votes
2answers
48 views
Online repository for .NET reusable controls
Is there any online repository exist for .NET reusable controls?
Edit
I am asking this question because I have few reusable component with me, which I have developed, with source code. I don't want ...
2
votes
1answer
38 views
Design of utilities for diffrent versions of 3rd party library
I've inherited a project where such solution is applied:
There are 5 versions of 3rd party library. And there 5 projects in the solution with utilities for corresponding version of 3rd party library. ...
1
vote
1answer
109 views
Multiple representations of the same entity
Thinking about avoiding code replication, I got a question that catches me every time I start developing a new system:
Let's say we have a system where I have a customer, have to CRUD it in a ...
0
votes
2answers
62 views
How can I make this application re-usable?
I made a .NET Windows form that allows users to view a particular document and sign it.
I want to make it re-usable for future applications.
The challenges are:
The text to be signed requires ...