Click here to Skip to main content
15,914,111 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Your Own Framework Pin
Eddy Vluggen16-Jan-17 7:22
professionalEddy Vluggen16-Jan-17 7:22 
GeneralRe: Your Own Framework Pin
Mark_Wallace16-Jan-17 7:45
Mark_Wallace16-Jan-17 7:45 
GeneralRe: Your Own Framework Pin
Kevin Marois16-Jan-17 8:00
professionalKevin Marois16-Jan-17 8:00 
GeneralRe: Your Own Framework Pin
Mycroft Holmes16-Jan-17 18:41
professionalMycroft Holmes16-Jan-17 18:41 
GeneralRe: Your Own Framework Pin
BryanFazekas17-Jan-17 2:57
BryanFazekas17-Jan-17 2:57 
GeneralRe: Your Own Framework Pin
OriginalGriff16-Jan-17 8:02
mveOriginalGriff16-Jan-17 8:02 
GeneralRe: Your Own Framework Pin
Kevin Marois16-Jan-17 8:24
professionalKevin Marois16-Jan-17 8:24 
GeneralRe: Your Own Framework Pin
dandy7216-Jan-17 8:27
dandy7216-Jan-17 8:27 
I'm in the same boat. My "goodies" library lives inside a single DLL that doesn't have any external dependency, so I can very easily add it to any project.

For years I went out of my way to have it target .NET 2.0 (what I've considered to be the lowest common denominator), but I've "upgraded" it to target .NET 4 last year or so only because 2/3.5 are no longer installed by default on the newer OSes. But, it still doesn't rely on anything from .NET 4; I could retarget it for .NET 2 and it would still compile.

I don't use interfaces nearly as much as I should, but I make sure function signatures don't change from one version to the next...so in theory whenever I add/fix something in the DLL, I can drop in the replacement file and all my apps should continue to work.

If it gets more complex than that, then it doesn't belong in my utilities library.
GeneralRe: Your Own Framework Pin
Fernando Takeshi Sato17-Jan-17 3:13
professionalFernando Takeshi Sato17-Jan-17 3:13 
GeneralRe: Your Own Framework Pin
Mike (Prof. Chuck)16-Jan-17 8:55
professionalMike (Prof. Chuck)16-Jan-17 8:55 
GeneralRe: Your Own Framework Pin
DanielBrownAU16-Jan-17 11:02
professionalDanielBrownAU16-Jan-17 11:02 
GeneralRe: Your Own Framework Pin
Jörgen Andersson16-Jan-17 11:11
professionalJörgen Andersson16-Jan-17 11:11 
GeneralRe: Your Own Framework Pin
Single Step Debugger16-Jan-17 11:29
Single Step Debugger16-Jan-17 11:29 
GeneralRe: Your Own Framework Pin
HobbyProggy16-Jan-17 19:19
professionalHobbyProggy16-Jan-17 19:19 
GeneralRe: Your Own Framework Pin
Brady Kelly16-Jan-17 20:37
Brady Kelly16-Jan-17 20:37 
GeneralRe: Your Own Framework Pin
englebart17-Jan-17 2:01
professionalenglebart17-Jan-17 2:01 
GeneralRe: Your Own Framework Pin
Kirk 1038982117-Jan-17 4:27
Kirk 1038982117-Jan-17 4:27 
GeneralRe: Your Own Framework Pin
Gerry Schmitz17-Jan-17 5:14
mveGerry Schmitz17-Jan-17 5:14 
GeneralHow to manage a personal framework? Pin
Murray Hertz17-Jan-17 5:18
Murray Hertz17-Jan-17 5:18 
GeneralRe: How to manage a personal framework? Pin
Kevin Marois17-Jan-17 5:20
professionalKevin Marois17-Jan-17 5:20 
GeneralThought of the Day - 2 Pin
Tim Carmichael16-Jan-17 6:21
Tim Carmichael16-Jan-17 6:21 
GeneralRe: Thought of the Day - 2 Pin
Daniel Pfeffer16-Jan-17 6:40
professionalDaniel Pfeffer16-Jan-17 6:40 
GeneralRe: Thought of the Day - 2 Pin
den2k8816-Jan-17 21:39
professionalden2k8816-Jan-17 21:39 
GeneralThought of the day Pin
OriginalGriff16-Jan-17 4:52
mveOriginalGriff16-Jan-17 4:52 
GeneralRe: Thought of the day Pin
den2k8816-Jan-17 4:56
professionalden2k8816-Jan-17 4:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.