up vote 2 down vote favorite
share [g+] share [fb]

What technologies/languages/applications do you think have hit their peak on Windows platforms, those that are or should be slated for obsolescence? My votes, might be wishful thinking in some regards:

  1. VBScript
  2. Microsoft Access
  3. ODBC
  4. Flash

I ask because we are in the process of setting future directions for technologies and application development, i.e. don't use these unless there is no choice.

link|improve this question
Timeframe? I suppose that suggesting that the Windows platform itself might be past it's prome wouldn't be within the scope of the question? – womble Feb 9 '09 at 0:43
This should be wiki. Wouldn't it be more beneficial to be asking what technologies are going strong and still have at least 5-10 years of life? – Bill the Lizard Feb 9 '09 at 0:47
Is this about Windows technologies or just software technologies in general? Flash isn't a Windows-related technology. – Mauricio Scheffer Feb 9 '09 at 1:11
StackOverflow Community -1 for "not programming related". Sad – JTA Feb 9 '09 at 1:38
Alchemy. Coal-fired steam locomotives. Ice-pick lobotomies... – Shog9 Feb 9 '09 at 1:48
show 1 more comment
feedback

closed as off topic by Bill the Lizard, cletus, a'b'c'd'e'f'g'h', Robert S. Feb 9 '09 at 1:20

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

8 Answers

I think Windows has peaked in general. The latest version of Windows, Vista was viewed negatively across the USA, there are numerous examples of major organizations in Europe and Africa phasing out their use of MS Windows in favor of Linux, and all of this has come to great benefit of the Linux vigilante's. The worst part is that Microsoft employees some of the smartest people in the computer industry but are usually screwed over by Marketing people.

I expect I'm going to get hard in down rank points for this answer, but I figure its worth it. As a senior/lead developer I wish I could use a couple Microsoft technologies but I'm afraid of pulling my company under the Microsoft tax of existence, so that biases me to toward a company that had a big role in getting me into programming ( Apple Basic, then MS Basic, and then c++ with the win32 API in the late 90's ) which is disappointing.

link|improve this answer
1  
Windows may be on the way down, but if you think the average person/corporation is going to move to linux instead, then you live in a fantasy world. – Nathan Reed Feb 9 '09 at 1:02
No, I'm not that naive actually. I like linux a lot but its got to say something that my home workstation where I do the bulk of my personnel work is running XP 64 w/linux as a VMachine and a linux slave under the desk for working in c++. – David Feb 9 '09 at 1:06
feedback

I think that MS Access is not a dead technology/product. However the legacy 'Jet Database Engine' that is often associated with Access is definitely in obsolescence mode. I dont; think MS has released a 64-bit Jet Engine (I know they intended not to, but wouldn't be surprised if demand made them change their minds). Also the Jet Engine is no longer part of MDAC.

MS wants the future of Access database engines to be an SQL Express/SQL Compact/MSDE type of engine.

link|improve this answer
...which is somewhat unfortunate, given that none of the SQL-server derived engines perform well as stand-alone (server-free) databases. Then again, there are plenty of databases designed for that purpose that do better than JET ever did, so... – Shog9 Feb 9 '09 at 1:50
feedback

I really don't think Flash is doomed .. I'd bet on its future over Silverlight's right now

link|improve this answer
- Shockwave for games is still very much alive. - Flash is being reborn by google/youtube as just another online movie player, ..but I can't imagine it being more than that, can you give examples why you think flash has a greater future than silverlight? – Ric Tokyo Feb 9 '09 at 1:15
i think stuff like PaperVision3D & the new FlashPlayer 10 & Flex Builder 3, and the Open Source Flex SDK ensure that for RIA web stuff it solidly fills a need. Silverlight may succeed, but it has low browser penetration still - 15%. Flash ~90%. I could go on and on but I am down to 15 chars as i typ – Scott Evernden Feb 9 '09 at 7:14
feedback

Not sure why Access is in your list. Still used heavily and a good choice for small scale DB.

Here is what I think MS wants to kill... whether it happens or not is a different story.

  1. WinForms
  2. VB6
  3. C++ (for desktop apps)
link|improve this answer
"Because it's useful" has no place in Microsoft technology roadmaps, otherwise Foxpro wouldn't have gotten the shafting that it did. – womble Feb 9 '09 at 0:44
Foxpro is an excellent example of killing something useful. You are correct. – JTA Feb 9 '09 at 0:45
Access probably fits in my wishful thinking only because I have to support dozens of multi-gigabyte multi-user apps that are stretching the limits of access! – SqlACID Feb 9 '09 at 0:46
Access is a terrible DB. Might as well use a real database there are so many choices so start with a crippled DB to begin with. – mP. Feb 9 '09 at 0:47
I doubt that Microsoft is interested in having C++ go away, though they might be interested in some classes of applications moving away from C++ (maybe). – Michael Burr Feb 9 '09 at 0:47
show 5 more comments
feedback

IMHO Classic ASP (as opposed to ASP.Net) and Visual Basic (again, as opposed to Visual Basic.Net)?

link|improve this answer
feedback

In all honestly, I really think that anything which has the ability to make this list won't ever be doomed. It's really really hard to retire a technology. Look at COBOL. Everyone says that COBOL has met it's end of days and has been saying that for years and lo and behold, people still program in it, and there are a multitude of production systems running it.

He's another example, my first job out of college was a heavy Delphi shop. No VB and MS technologies are evil. It was clear that everyone in my area and most people around the U.S. were dropping it in favor of Visual Basic, or something more powerful like C++. I swore up and down Delphi was a dead technology and that Borland was going down the drain. That being said, it's clearly in use today. I was wrong. Popular technologies will never really die, or become obsolete, because of their ability to change and because people depend on system which are currently working (look at FORTRAN, I know of some physicists which still use programs written in it). Once a language/system gains popularity, there will always be a need for someone who knows it, and this means that there will always be a need for someone to improve. There are a lot of technologies that die, but that is because they were never popular enough to begin with.

Of the list that you gave, I would say maybe ODBC could be the one phased out, but with other legacy technologies, I think it is going to be a long time. You could maybe argue VB6 is going to be done away with, but I think it won't be long until someone (not MS) writes a new compiler for it and not necessarily revitalizes it's use, but extends it's life. There's too much written in it for organizations to just throw it away. People argue about things being rewritten, but how often does it successfully happen? The main mentality of people outside of IT is: "don't fix it if it isn't broken." That is going to keep technologies around for a long long time. We can say something is dead, but in reality they all will be around for a long time.

link|improve this answer
feedback

I agree that MS don't support C++ at all well, is this an attempt to create coders who can only write business apps, and therefore don't directly challenge MS themselves?

The other dead in the water is Vista, roll on Windows 7.

link|improve this answer
feedback

By flash do you mean Actionscript or the platform all together?

Flash CS4 has shown some great potential.

Here's a cool feature tour of CS4

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.