Is C# going to be around for a while?
-
Fortran 78? In 1986 on a VAX 11-780. Good times. :cool:
I was punching cards and feeding them to IBM machinery in the early seventies... :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.
-
Hi, I just asked myself what might be the future of C#? Is the language going to be around for the next 5 years or maybe more? Hope someone has an answer
-
I was punching cards and feeding them to IBM machinery in the early seventies... :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.
But were they good times?
-
But were they good times?
Most times have been good, however the best is the present, by its very nature. :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.
-
So you're the one MUMPS-11 user remaining? :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.
-
Keep in mind that C# is promoted by Microsoft. Microsoft, whatever its critics may say, is a company with quite a high degree of perseverance, persistence, resilience. Microsoft will make sure that C# continuously grows and meets the ever-increasing demands of the developer community.
I heard a rumor, though, that the main architect of C# is moving to a smaller company to develop a Pascal-based programming environment.
Never give aversion therapy to a masochist. The results are unpredictable. My Mu[sic] My Films My Windows Programs, etc.
-
I heard a rumor, though, that the main architect of C# is moving to a smaller company to develop a Pascal-based programming environment.
Never give aversion therapy to a masochist. The results are unpredictable. My Mu[sic] My Films My Windows Programs, etc.
Yea me too but he said he isn't leaving, he will work on both.
-
Yea me too but he said he isn't leaving, he will work on both.
-
Look at what is out there now: C (initially developed in 1969) is still in use, C++ (initially developed in the early '80s, named in 1983) is still in use. C# as a logical offspring of these is likely to be around a while longer yet! Even COBOL is still in use by some poor sods, and that was designed in 1959!
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together. Manfred R. Bihy: "Looks as if OP is learning resistant."
OriginalGriff wrote:
Look at what is out there now: C (initially developed in 1969) is still in use, C++ (initially developed in the early '80s, named in 1983) is still in use. C# as a logical offspring of these is likely to be around a while longer yet!
I doubt the first two are comparable to the second. The first two, and especially C++, was pushed into a public specification with a large (disparate) base interested in the language, specification and success. Both were also the primary language used to support many OSes themselves. Unless all of the OSes that rely on it go away it makes it virtually impossible for the languages to disappear. As counter example Pascal at one time had broad support but was primarily pushed by several commercial interests. It still exists but is significantly less prominent. (There was even at least one OS based on it.)
-
Hi, I just asked myself what might be the future of C#? Is the language going to be around for the next 5 years or maybe more? Hope someone has an answer
supernaturaluser wrote:
Is the language going to be around for the next 5 years or maybe more?
Should be around long enough to specialize in it. However even if popular in 5 years if that is the only language you are familiar with (in 5 years) then you should probably look to learning at least one other.
supernaturaluser wrote:
Hope someone has an answer
Anyone that can predict the future should find some other way to use that ability besides programming.
-
Hi, I just asked myself what might be the future of C#? Is the language going to be around for the next 5 years or maybe more? Hope someone has an answer
Exactly like .Net C# will be there for next 5 to 10 years at-least. Many feel shaken on their job status by this question. Sorry for those down-votes from others :rose:
// ♫ 99 little bugs in the code, // 99 bugs in the code // We fix a bug, compile it again // 101 little bugs in the code ♫
-
If so, please send your resume here to the VA. We always need more MUMPS programmers. :laugh:
Never give aversion therapy to a masochist. The results are unpredictable. My Mu[sic] My Films My Windows Programs, etc.
It's the VA from whom I heard about the MUMPS/Cache connection.
-
Most times have been good, however the best is the present, by its very nature. :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.
I'd agree, but I've been doing VB.net for the last nine months. X|
-
I'd agree, but I've been doing VB.net for the last nine months. X|
VB.NET isn't that bad, make sure strict on applies to everything (I know you had it set up by default), then pretend it is C# and you'll be fine... :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.
-
VB.NET isn't that bad, make sure strict on applies to everything (I know you had it set up by default), then pretend it is C# and you'll be fine... :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.
Yeah, right... I ran up against the exclamation point (!) operator today -- I asked around and no one knew what it was so I had to look it up. I'll stick with C#, thank you very much.
-
Yeah, right... I ran up against the exclamation point (!) operator today -- I asked around and no one knew what it was so I had to look it up. I'll stick with C#, thank you very much.
A little cheat card can go a long way. The nastiest difference I found between VB.NET and C# is documented here[^]. :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.
-
A little cheat card can go a long way. The nastiest difference I found between VB.NET and C# is documented here[^]. :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.
Or how the behaviour of ToString for enums in VB doesn't match the documentation.
-
It's the VA from whom I heard about the MUMPS/Cache connection.
At least we are thinking about moving it off VMS and onto Windows and/or Linux. We might even upgrade our VGA monitors. Kidding. :laugh:
Never give aversion therapy to a masochist. The results are unpredictable. My Mu[sic] My Films My Windows Programs, etc.
-
Hi, I just asked myself what might be the future of C#? Is the language going to be around for the next 5 years or maybe more? Hope someone has an answer
supernaturaluser wrote:
I just asked myself what might be the future of C#?
When I started to learning C#. I was also thinking about it. its has great future.
supernaturaluser wrote:
Is the language going to be around for the next 5 years or maybe more?
sure! no doubt :)
supernaturaluser wrote:
Hope someone has an answer
:rolleyes: At last I will suggest you go there[^] and read article as well as discussion.
-
At least we are thinking about moving it off VMS and onto Windows and/or Linux. We might even upgrade our VGA monitors. Kidding. :laugh:
Never give aversion therapy to a masochist. The results are unpredictable. My Mu[sic] My Films My Windows Programs, etc.
GenJerDan wrote:
moving it off VMS
Nooooooo!! :wtf:
GenJerDan wrote:
our VGA monitors
On VT525s?
GenJerDan wrote:
Kidding
Phew! Don't do that to me, the ol' ticker can't take much more.