Click here to Skip to main content
15,888,968 members
Home / Discussions / C#
   

C#

 
GeneralRe: Net framework again Pin
Calin Negru8-Nov-22 22:06
Calin Negru8-Nov-22 22:06 
Question.NET Framework versus .NET latest? Pin
Bruce Greene7-Nov-22 8:59
Bruce Greene7-Nov-22 8:59 
AnswerRe: .NET Framework versus .NET latest? Pin
OriginalGriff7-Nov-22 9:39
mveOriginalGriff7-Nov-22 9:39 
AnswerRe: .NET Framework versus .NET latest? Pin
Mycroft Holmes7-Nov-22 10:47
professionalMycroft Holmes7-Nov-22 10:47 
GeneralRe: .NET Framework versus .NET latest? Pin
Bruce Greene7-Nov-22 11:01
Bruce Greene7-Nov-22 11:01 
AnswerRe: .NET Framework versus .NET latest? Pin
Gerry Schmitz8-Nov-22 4:57
mveGerry Schmitz8-Nov-22 4:57 
AnswerRe: .NET Framework versus .NET latest? Pin
Jacques Fournier13-Nov-22 11:10
Jacques Fournier13-Nov-22 11:10 
AnswerRe: .NET Framework versus .NET latest? Pin
jschell14-Nov-22 6:32
jschell14-Nov-22 6:32 
Bruce Greene wrote:
My question is - how important is it that I drop


You have two customer bases
1. Existing
2. New

For both types of customers do they buy new hardware? How often do they upgrade windows?

Leaving it as is runs the risk of, at some point, your software will fail in some odd way or not run at all because of updates to windows.
However updating also runs the risk that will not run on older versions either.

These days older apps also have an increased security risk. Or at least it is perceived that way. So it is possible at some point that something (like a virus checker) might flag the app for something. Which makes customers nervous.

You might also want to validate how exactly your build process works. If you are expecting to be able to download libraries (specific versions) any time you want at some point that might no longer be possible. You can address that keeping the libraries in your own source control and download nothing.

Besides the customers the primary way is to look for "end of life" for anything. Could be operating system, libraries, hardware etc.

For the version you specified above the date is April 26, 2022. It is unlikely anything will fail now. But you probably don't want to still be waiting 5 years from now.

Microsoft .NET Framework - Microsoft Lifecycle | Microsoft Learn[^]

If you have customers that do not upgrade then you will also need to plan on continuing supporting them. Note that this also means that you will need to have hardware and operating system that you can both test on and develop on. Keeping in mind however that even if it is good money maker at some point even they will find it difficult to keep running with the old equipment. Although some people are very ingenious at finding sources.
QuestionAnyone seen this odd Word Interop behavior? Pin
RobertSF3-Nov-22 11:00
professionalRobertSF3-Nov-22 11:00 
AnswerRe: Anyone seen this odd Word Interop behavior? Pin
RobertSF3-Nov-22 11:49
professionalRobertSF3-Nov-22 11:49 
QuestionAssets\Scipts\PlayerController.cs(29,6): error CS1513: } expected Unity Pin
Aryaman Madge30-Oct-22 6:51
Aryaman Madge30-Oct-22 6:51 
AnswerRe: Assets\Scipts\PlayerController.cs(29,6): error CS1513: } expected Unity Pin
Dave Kreskowiak30-Oct-22 8:24
mveDave Kreskowiak30-Oct-22 8:24 
AnswerRe: Assets\Scipts\PlayerController.cs(29,6): error CS1513: } expected Unity Pin
OriginalGriff30-Oct-22 21:03
mveOriginalGriff30-Oct-22 21:03 
Questionhow can i create a moveable object Pin
ken quirici28-Oct-22 15:24
ken quirici28-Oct-22 15:24 
AnswerRe: how can i create a moveable object Pin
OriginalGriff28-Oct-22 18:50
mveOriginalGriff28-Oct-22 18:50 
AnswerRe: how can i create a moveable object Pin
Gerry Schmitz29-Oct-22 7:05
mveGerry Schmitz29-Oct-22 7:05 
QuestionC++ Pin
Mathooanyane Khoeli28-Oct-22 10:06
Mathooanyane Khoeli28-Oct-22 10:06 
AnswerRe: C++ Pin
Dave Kreskowiak28-Oct-22 11:47
mveDave Kreskowiak28-Oct-22 11:47 
AnswerRe: C++ Pin
OriginalGriff28-Oct-22 18:49
mveOriginalGriff28-Oct-22 18:49 
QuestionC++ Pin
Mathooanyane Khoeli28-Oct-22 10:02
Mathooanyane Khoeli28-Oct-22 10:02 
AnswerRe: C++ Pin
Dave Kreskowiak28-Oct-22 11:46
mveDave Kreskowiak28-Oct-22 11:46 
AnswerRe: C++ Pin
OriginalGriff28-Oct-22 18:47
mveOriginalGriff28-Oct-22 18:47 
QuestionC# vs C++ process standard out redirection differences Pin
Member 1490333523-Oct-22 7:52
Member 1490333523-Oct-22 7:52 
AnswerRe: C# vs C++ process standard out redirection differences Pin
OriginalGriff23-Oct-22 8:16
mveOriginalGriff23-Oct-22 8:16 
QuestionLoading a Data Table form a DataGrid view but still no joy. Pin
Ozzie Mozzie22-Oct-22 23:59
Ozzie Mozzie22-Oct-22 23:59 

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.