Click here to Skip to main content
15,881,381 members
Home / Discussions / C#
   

C#

 
GeneralRe: Hello, I have a question. Can I design programs with a graphical interface in C#, Dot Net Core technology, and these programs work on the DOS operating system, such as Norton Ghost Bragg? Thank you. Pin
jeron131-May-23 5:43
jeron131-May-23 5:43 
GeneralRe: Hello, I have a question. Can I design programs with a graphical interface in C#, Dot Net Core technology, and these programs work on the DOS operating system, such as Norton Ghost Bragg? Thank you. Pin
OriginalGriff31-May-23 6:24
mveOriginalGriff31-May-23 6:24 
GeneralRe: Hello, I have a question. Can I design programs with a graphical interface in C#, Dot Net Core technology, and these programs work on the DOS operating system, such as Norton Ghost Bragg? Thank you. Pin
jschell1-Jun-23 6:11
jschell1-Jun-23 6:11 
GeneralRe: Hello, I have a question. Can I design programs with a graphical interface in C#, Dot Net Core technology, and these programs work on the DOS operating system, such as Norton Ghost Bragg? Thank you. Pin
OriginalGriff1-Jun-23 6:26
mveOriginalGriff1-Jun-23 6:26 
QuestionC# features Pin
Calin Negru25-May-23 7:31
Calin Negru25-May-23 7:31 
AnswerRe: C# features Pin
PIEBALDconsult25-May-23 7:32
mvePIEBALDconsult25-May-23 7:32 
GeneralRe: C# features Pin
Calin Negru25-May-23 10:58
Calin Negru25-May-23 10:58 
AnswerRe: C# features Pin
OriginalGriff25-May-23 18:33
mveOriginalGriff25-May-23 18:33 
If you want to improve your C# skills then randomly asking "what should I learn next" isn't the best way: there is just too much stuff in there.

At it's heart, C# is a pretty simple language, but it's tightly integrated with the .NET framework which is frankly enormous. While variables and classes are part of C#, Lists and such like aren't - they are part of the framework. And while C# and C++ look pretty similar they really aren't, they are very different languages, which can use the same framework but don't have to - C++ doesn't need to use .NET at all!
So "learning C# to get better at C++" isn't really a brilliant idea because you are learning stuff that isn't relevant and may not be transferable.

It may be easier to learn how to think like a developer in C# because it's a lot more forgiving and the .NET framework adds a hugely rich set of support classes but learning specific features isn't the way to do it as they are probably not transferable to "vanilla" C++

What I'd suggest is this: if you want to learn a language then go on a course, or get a book and learn that language. Don't try to learn "X" in the hope it'll make "Y" work as well because it won't - like learning to fly a drone won't teach you to fly a helicopter!
That applies to C# and C++.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!

GeneralRe: C# features Pin
Calin Negru26-May-23 0:09
Calin Negru26-May-23 0:09 
GeneralRe: C# features Pin
Gerry Schmitz26-May-23 3:27
mveGerry Schmitz26-May-23 3:27 
GeneralRe: C# features Pin
Calin Negru26-May-23 22:11
Calin Negru26-May-23 22:11 
GeneralRe: C# features Pin
Gerry Schmitz27-May-23 2:54
mveGerry Schmitz27-May-23 2:54 
GeneralRe: C# features Pin
jschell27-May-23 9:29
jschell27-May-23 9:29 
GeneralRe: C# features Pin
Gerry Schmitz27-May-23 13:28
mveGerry Schmitz27-May-23 13:28 
GeneralRe: C# features Pin
jschell29-May-23 6:02
jschell29-May-23 6:02 
GeneralRe: C# features Pin
Calin Negru28-May-23 4:16
Calin Negru28-May-23 4:16 
GeneralRe: C# features Pin
Gerry Schmitz28-May-23 4:52
mveGerry Schmitz28-May-23 4:52 
GeneralRe: C# features Pin
Calin Negru29-May-23 2:39
Calin Negru29-May-23 2:39 
GeneralRe: C# features Pin
PIEBALDconsult26-May-23 4:57
mvePIEBALDconsult26-May-23 4:57 
GeneralRe: C# features Pin
OriginalGriff26-May-23 11:36
mveOriginalGriff26-May-23 11:36 
GeneralRe: C# features Pin
PIEBALDconsult26-May-23 11:42
mvePIEBALDconsult26-May-23 11:42 
AnswerRe: C# features Pin
Richard MacCutchan26-May-23 1:04
mveRichard MacCutchan26-May-23 1:04 
GeneralRe: C# features Pin
Calin Negru26-May-23 21:37
Calin Negru26-May-23 21:37 
AnswerRe: C# features Pin
BillWoodruff26-May-23 19:42
professionalBillWoodruff26-May-23 19:42 
GeneralRe: C# features Pin
Calin Negru29-May-23 6:05
Calin Negru29-May-23 6:05 

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.