Click here to Skip to main content
15,886,873 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Need some advice on Post-Processing large amounts of data. Pin
Dag Sunde4-Sep-23 9:06
Dag Sunde4-Sep-23 9:06 
Questionbest solution Pin
erummirza31-Aug-23 23:59
erummirza31-Aug-23 23:59 
AnswerRe: best solution Pin
Richard MacCutchan1-Sep-23 4:01
mveRichard MacCutchan1-Sep-23 4:01 
AnswerRe: best solution Pin
jschell4-Sep-23 5:38
jschell4-Sep-23 5:38 
QuestionQuestion on Versioning My App Pin
Kevin Marois24-Aug-23 16:12
professionalKevin Marois24-Aug-23 16:12 
AnswerRe: Question on Versioning My App Pin
Richard Deeming24-Aug-23 21:25
mveRichard Deeming24-Aug-23 21:25 
GeneralRe: Question on Versioning My App Pin
Kevin Marois25-Aug-23 7:40
professionalKevin Marois25-Aug-23 7:40 
GeneralRe: Question on Versioning My App Pin
Richard Deeming28-Aug-23 21:24
mveRichard Deeming28-Aug-23 21:24 
If the apps target 4.5, then the assemblies they use need to target 4.5.

Creating separate branches might work; but there's a good chance the branches would drift further and further apart over time, making it harder to apply bug fixes to them all.

I'd be more inclined to use multi-targeting[^] - have one branch, with one project, building for multiple framework versions. Where needed, you can use conditional compilation to add features to the 4.7 version that won't be included in the 4.5 version.

How to multitarget | Develop libraries with the .NET CLI - .NET | Microsoft Learn[^]

If you're updating the apps to at least 4.7.2, then it would probably be a good idea to have the libraries target .NET Standard 2.0[^], the last "standard" version supported by .NET Framework.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

QuestionCard Reader Door Lock Pin
Kevin Marois23-Jul-23 12:50
professionalKevin Marois23-Jul-23 12:50 
AnswerRe: Card Reader Door Lock Pin
Peter_in_278023-Jul-23 14:18
professionalPeter_in_278023-Jul-23 14:18 
GeneralRe: Card Reader Door Lock Pin
Kevin Marois24-Jul-23 14:30
professionalKevin Marois24-Jul-23 14:30 
GeneralRe: Card Reader Door Lock Pin
Dave Kreskowiak24-Jul-23 15:06
mveDave Kreskowiak24-Jul-23 15:06 
GeneralRe: Card Reader Door Lock Pin
Peter_in_278024-Jul-23 20:35
professionalPeter_in_278024-Jul-23 20:35 
GeneralRe: Card Reader Door Lock Pin
Kevin Marois24-Aug-23 16:07
professionalKevin Marois24-Aug-23 16:07 
GeneralRe: Card Reader Door Lock Pin
Peter_in_278024-Aug-23 16:44
professionalPeter_in_278024-Aug-23 16:44 
JokeRe: Card Reader Door Lock Pin
Richard Deeming24-Aug-23 21:12
mveRichard Deeming24-Aug-23 21:12 
GeneralRe: Card Reader Door Lock Pin
glennPattonWork324-Aug-23 21:59
professionalglennPattonWork324-Aug-23 21:59 
QuestionDo I need to use ICC A117.1-2017 standards? Pin
Member 1603051715-Jun-23 17:35
Member 1603051715-Jun-23 17:35 
AnswerRe: Do I need to use ICC A117.1-2017 standards? Pin
OriginalGriff15-Jun-23 17:40
mveOriginalGriff15-Jun-23 17:40 
AnswerRe: Do I need to use ICC A117.1-2017 standards? Pin
Richard MacCutchan15-Jun-23 21:59
mveRichard MacCutchan15-Jun-23 21:59 
JokeRe: Do I need to use ICC A117.1-2017 standards? Pin
Richard Deeming15-Jun-23 23:09
mveRichard Deeming15-Jun-23 23:09 
GeneralRe: Do I need to use ICC A117.1-2017 standards? Pin
Richard MacCutchan16-Jun-23 0:22
mveRichard MacCutchan16-Jun-23 0:22 
AnswerRe: Do I need to use ICC A117.1-2017 standards? Pin
Dave Kreskowiak16-Jun-23 5:11
mveDave Kreskowiak16-Jun-23 5:11 
GeneralRe: Do I need to use ICC A117.1-2017 standards? Pin
jschell16-Jun-23 10:01
jschell16-Jun-23 10:01 
AnswerRe: Do I need to use ICC A117.1-2017 standards? Pin
jschell16-Jun-23 10:06
jschell16-Jun-23 10:06 

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.