active questions tagged future-development - Stack Overflowmost recent 30 from stackoverflow.com2009-12-10T21:33:05Zhttp://stackoverflow.com/feeds/tag/future-developmenthttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/459016/ui-databinding-alternatives-and-future6UI Databinding: alternatives and futurepointernil2009-01-19T20:15:03Z2009-12-01T00:06:35Z
<p>UI Databinding aka transfer of information/data from the biz-layer/datamodel of an application to the UI and from the UI back to the datamodel, seams to be ignored a little by language and framework designers. </p>
<p>Almost all information processed by software systems today has to be presented at some point of the processing chain to human users, still the support we get from our programming systems to present info to users mostly consists of hard to maintain transfer methods, some systems using reflection with no compiletime verification ("propertychanged" anyone?), or propritiary code generators.</p>
<p>I mean Erik Meijer, Anders Hejlsberg and their teams f.e. have put huge efforts to solve the impedance mismatch between DBs, XMLs and the code... but left out UI mostly.
(well yes .net has databinding, but try to use it and then let's talk about a real solution)
The point is: what is the rational behind NOT treating databinding specially as first class feature of a language f.e? Why is there only so limited (or none) support for MVC/MVP patterns in our tools today?</p>
<p>Please provide comments, hints and pointers to alternative concepts available and maybe even work in progress in this field. Is there even any new creative and fresh ideas? Any helpful frameworks, language concepts supporting databinding, and maybe tools which help you to handle databinding in your apps or systems?</p>
http://stackoverflow.com/questions/1823148/future-popular-languages0Future Popular Languages [closed]Nathan Campos2009-11-30T23:33:59Z2009-11-30T23:54:33Z
<p>Getting as example Ruby, a language that some years back all will say that it will never be a popular language, but because of a framework, now it's one of the most popular languages. Then I want to know:</p>
<ul>
<li>Which language you think that in the future will be one of the most popular ones?
<ul>
<li>Why?</li>
</ul></li>
</ul>
http://stackoverflow.com/questions/1814341/ruby-without-rails2Ruby without RailsNathan Campos2009-11-29T01:21:49Z2009-11-30T23:43:53Z
<p>I've already developed some simple applications in Rails(just to test) without any knowleadge of Ruby, but now I want to change my life, I'm going to start learning Ruby(and never learn Rails for some personal reasons) and focus only on it, but before doing this I need tp know some things:</p>
<ul>
<li>How can I build GUI applications with it?
<ul>
<li>It's possible to use GTK with it?</li>
<li>Where to download?</li>
</ul></li>
<li>Pros and cons of Ruby compared to Perl amd Python?</li>
<li>Pros and cons compared to C# and other .Net languages?</li>
<li>How is the market of Ruby(without Rails) today?</li>
<li>Where to be updated with the lastest news(podcasts and blogs) of the Ruby world?</li>
</ul>
<p>This is all <strong>;)</strong></p>
http://stackoverflow.com/questions/482054/what-are-the-hot-languages-of-200916What are the hot languages of 2009?geowa42009-01-27T01:35:33Z2009-10-16T21:31:26Z
<p>It is well-accepted that we should all learn something new every six months. But what should top the list for 2009? What new things should we learn this year that appear to have real staying power?</p>
<p>(Answers do not have to be limited to languages.)</p>
http://stackoverflow.com/questions/575767/what-programming-technique-practice-done-by-you-was-ahead-of-its-time2What programming technique / practice done by you was ahead of its time?Binoj Antony2009-02-22T20:57:03Z2009-10-12T12:54:58Z
<p>I once built a very good web application in ASP (classic) back in 2001 and extensively used XmlHttpRequest object in it. (I was lucky that the clients were only using IE, and <a href="http://en.wikipedia.org/wiki/XMLHttpRequest#History%5Fand%5Fsupport" rel="nofollow">only IE supported this object at that time</a>). </p>
<p>Then later when people started talking about <a href="http://en.wikipedia.org/wiki/Ajax%5F%28programming%29#History" rel="nofollow">AJAX in 2005</a>, It felt good to have used something ahead (or early) of its time.</p>
<p>Well, maybe this does not qualify to be listed as something done ahead of its time.</p>
<p>Which programming technology/technique/practice have you done that was ahead of this time.<br/>
One story per answer please.</p>
<p>The title for this question taken from an <a href="http://stackoverflow.com/questions/575582/what-programming-technique-not-done-by-you-was-ahead-of-its-time">opposite question here</a>.</p>
http://stackoverflow.com/questions/1378042/moving-as3-forward6Moving AS3 forward?Brian Heylin2009-09-04T08:51:40Z2009-09-20T14:08:46Z
<p>Hi I use AS3 quite a lot for work, but I come from a Java/C/C++ education and find the language quite restrictive.</p>
<p>There seems to be two fundamental camps in the AS3 world: </p>
<ul>
<li>The non-technical creative camp who want to get things working without to much trouble and computer science forced on them </li>
<li>The Technical camp (possibly coming from a Java/C# etc education) who are interested in using Flex and are used to relatively complex features in a language (generics, method/operator overloading).</li>
</ul>
<p>AS3 seems to frustrate both camps:</p>
<p>The primarily <a href="http://ncannasse.fr/blog/the%5Ffailure%5Fof%5Fas3" rel="nofollow">creative</a> camp think AS3 is a lot more work than AS2 (and they are correct) and they don't see the point in moving, when the benefits are needed, but the complexity increase and learning curve is relatively quite steep. </p>
<p>The primarily <a href="http://www.infoq.com/news/2009/08/ActionScript-Needed-Features" rel="nofollow">technical</a> camp find that AS3 is existing in some sort of limbo between Javascript and Java, and is only half implementing concepts.</p>
<p>I have my ideas of what I want technically, but I don't think that's the most important issue right now. As why would Adobe make AS3 more technical? It is not being adopted by a huge portion of it's original users.</p>
<p>So my question is how can Adobe, and the user community move AS3 forward, not only technically but as a complete tool, where all users will want to adopt it?</p>
<p>One of my ideas is that AS3 should look at how to become more script like again, but retain typing. Possibly through type inference like in <a href="http://www.scala-lang.org/" rel="nofollow">Scala</a>.
And also to stop following Java's as if it's the pinnacle of language design, start thinking about the problems the typical users are trying to solve.</p>
http://stackoverflow.com/questions/365358/career-path-net-or-java1Career Path : .NET or Java [closed]andreas2008-12-13T15:58:20Z2009-08-25T20:56:30Z
<p>Witch framework do you think is more likely to get you hired in the next couple of years? </p>
<p>I think there is a rise in demand for .NET developers. </p>
<p>What is your opinion? </p>
http://stackoverflow.com/questions/696239/will-software-automation-take-over-industry-in-future1Will software automation take over industry in future?adamantium2009-03-30T06:55:49Z2009-08-18T13:00:36Z
<p>Will there be a chance for software automation be the next big thing in future? The time taken for a code that's done by humans can be effectively reduced by automating it by programming tools. But what about the quality of your programs.</p>
http://stackoverflow.com/questions/1171321/what-do-you-think-the-future-holds-for-database-technology24What do you think the future holds for database technology?John Sansom2009-07-23T12:08:08Z2009-08-12T12:11:16Z
<p>The good old Relational Database Management System (RDBMS) has been around for quite some time now and is still, certainly in my opinion, the mainstay of the majority of production platforms/software applications.</p>
<p>Recently there seems to be a great deal of hype in the community regarding relatively young database technologies such as Cloud Services (SQL Azure, Amazon S3 etc.) and how virtualization is changing the way we view/work with database technology and much more.</p>
<p>We are clearly at a time of pushing forward, looking for ways to innovate and improve our use of database technology, in a big way.</p>
<p>What do YOU think the future holds for database technology in general and what do you see as some of the potential obstacles we face in the coming years?</p>
<p><strong>EDIT</strong>:
Granted, there may be no “right” answer to this question, however I will be providing a bounty and selecting a “best” answer based on the quality of the arguments/views/thoughts presented.</p>
<p>Looking forward to your answers!</p>
http://stackoverflow.com/questions/1234263/how-to-short-circuiting-inverted-ternary-operator-implemented-in-e-g-c-does2How-to: short-circuiting inverted ternary operator implemented in, e.g. C#? Does it matter?mpbloch2009-08-05T16:16:23Z2009-08-11T12:01:34Z
<p>Suppose you are using the ternary operator, or the null coalescing operator, or nested if-else statements to choose assignment to an object. Now suppose that within the conditional statement, you have the evaluation of an expensive or volatile operation, requiring that you put the result into a temporary variable, capturing its state, so that it can be compared, and then potentially assigned.</p>
<p>How would a language, such as C#, for consideration, implement a new logic operator to handle this case? Should it? Are there existing ways to handle this case in C#? Other languages?</p>
<p>Some cases of reducing the verbosity of a ternary or null coalescing operator have been overcome, when we assume that we are looking for direct comparisons, for example. See <a href="http://stackoverflow.com/questions/278703/unique-ways-to-use-the-null-coalescing-operator">Unique ways to use the Null Coalescing operator</a>, in particular the discussion around how one can extend the usage of the operator to support <code>String.IsNullOrEmpty(string)</code>. Note how <a href="http://stackoverflow.com/users/22656/jon-skeet">Jon Skeet</a> is using the <code>PartialComparer</code> from <a href="http://www.yoda.arachsys.com/csharp/miscutil/" rel="nofollow"><code>MiscUtil</code></a>, to reformat <code>0</code>s to <code>null</code>s,</p>
<p>Why is this possibly necessary? Well, take a look at how we write a comparison method for complex objects without any shortcuts (examples from the cited discussions):</p>
<pre><code>public static int Compare( Person p1, Person p2 )
{
return ( (result = Compare( p1.Age, p2.Age )) != 0 ) ? result
: ( (result = Compare( p1.Name, p2.Name )) != 0 ) ? result
: Compare( p1.Salary, p2.Salary );
}
</code></pre>
<p>Jon Skeet writes a new comparison to fallback the equality case. This allows the expression to extend by writing a new specific method which returns null, allowing us to use the null coalescing operator:</p>
<pre><code>return PartialComparer.Compare(p1.Age, p2.Age)
?? PartialComparer.Compare(p1.Name, p2.Name)
?? PartialComparer.Compare(p1.Salary, p2.Salary)
?? 0;
</code></pre>
<p>The null coalescing operator is more readable because it has two sides, not three. The boolean condition clause is separated into a method, in this case returning <code>null</code> if the expression must be continued.</p>
<p>What would the above expression look like if we could more easily put the condition in-line? Take the expression from <code>PartialComparer.Compare</code> which returns <code>null</code>, and place it in a new ternary expression which allows us to use the evaluation of the left-side expression, with an implicit temporary variable <code>value</code>:</p>
<pre><code>return Compare( p1.Age, p2.Age ) unless value == 0
: Compare( p1.Name, p2.Name ) unless value == 0
: Compare( p1.Salary, p2.Salary );
</code></pre>
<p>The basic "flow" of an expression would be:</p>
<blockquote>
<p><em>expression</em> <strong>A</strong> unless <em>boolean</em> <strong>B</strong> in which case <em>expression</em> <strong>C</strong></p>
</blockquote>
<p>Rather than being an overloaded comparison operator, I suppose this is more like a short-circuiting <strong>inverted ternary operator</strong>.</p>
<ul>
<li>Would this type of logic be useful? Currently the null coalescing provides us a way to do this with the conditional expression <code>(value == null)</code>.</li>
<li>What other expressions would you want to test against? We've heard of <code>(String.IsNullOrEmpty(value))</code>.</li>
<li>What would be the best way to express this in the language, in terms of operators, keywords?</li>
</ul>
http://stackoverflow.com/questions/101294/building-a-new-operating-system17Building a new operating systemAutobyte2008-09-19T11:57:05Z2009-07-29T21:36:07Z
<p>I am toying with the idea of creating an completely new operating system and would like to hear what everyone on this forums take is on that? First is it too late are the big boys so entrenched in our lives that we will never be able to switch (wow - what a terrible thought...). But if this is not the case, what should a operating system do for you? What features are the most important? Should all the components be separate installations (in other words - should the base OS really have no user functionality and that gets added on by creating "plug-ins" kind of like a good flexible tool?)</p>
<p>Why do I want to do this... I am more curious about whether there is a demand and I am wondering, since the OSes we use most today (Linux, Windows, Mac OS X (Free BSD)) were actually written more than 20 years ago (and I am being generous - I mean dual and quad cores did not exist back then, buses were much slower, hardware was much more expensive, etc,...), I was just curious with the new technology if we would do anything differently?</p>
<p>I am anxious to read your comments.</p>
http://stackoverflow.com/questions/597193/software-consultant-career-and-transitional-skills4Software Consultant career and transitional skillsBob Smith2009-02-28T00:31:42Z2009-07-23T18:57:38Z
<p>I started my programming career after my grad school. I was still in my early 20s and had a lot of enthusiasm in learning new technologies, concepts and applying to them in different projects. </p>
<p>Over the last 7 years, I have been involved in several projects at same/different clients that ran anywhere from 2 months to 5 months. Every project involved having to understand the business requirements, implement a scalable framework while taking care of dependencies in environments that were different from one another.</p>
<p>It was exciting for a while but lately I have been getting a feeling that I can't go through the same grind every 5-6 months. Also, due to varied responsibilites in different projects, I feel that the skills I gain in one project (other than some tech skills) does not add value to the next one.</p>
<p>Is this normal?</p>
<p><strong>EDIT:</strong></p>
<p>To put my point across in a different way, let me compare the software profession with a civil engineer's profession. After 7 years, a civil engineer would have gained enough expertise in his field to be confident in projects he undertakes. On the other hand, after 7 years, a software professional is as nervous and stressful about a new project as a newbie.</p>
<p>I am passionate about technology and there is no doubt in my mind about that. But I have started questioning some of the things that a person has to go through to stay in this profession. I do understand it is required that we have to learn new stuff on a daily basis. It has been scientifically proven that as a person ages, it becomes more and more difficult to learn anything new. Given these observations, does the software profession really worth all the effort? Is the effort we put in proportional to the benefits? (I know that salaries paid in this profession are a little higher than any other profession)</p>
http://stackoverflow.com/questions/115256/skills-in-demand-during-200917Skills in demand during 2009Jawad2008-09-22T14:47:32Z2009-07-22T19:48:41Z
<p>What programming languages and technologies will be most in demand by employers and open source projects in 2009?</p>
http://stackoverflow.com/questions/296838/c0x-attributes-youd-like-to-see10C++0x Attributes you'd like to seecoppro2008-11-17T20:40:59Z2009-07-16T22:41:37Z
<p>Recently voted into the C++0x working paper was an attribute syntax. This syntax provides a way to specify other pieces of information to the compiler. The Committee Draft also includes several standard attributes.</p>
<p>The syntax is to wrap the attribute list in double square brackets, e.g. <code>[[noreturn]]</code>. These attributes can be "namespaced" in the sense that they are allowed to use :: to avoid name clashes (for instance, you might have <code>[[windows::dllimport]]</code>), and can take parameters. They can be applied to virtually anything - types, objects, functions, statements, and so are extremely versatile. The current draft specifies the follwing attributes: <code>[[align(number or type)]]</code> to specify an object's alignment, <code>[[noreturn]]</code> to hint to the optimizer that a function won't return, <code>[[final]]</code> to ask the compiler to prevent overriding (in this regard though, an implementation may ignore it), and <code>[[carries_dependency]]</code> to indicate that the function carries a dependency (it's an optimizer thing added with the threading system that I don't really understand myself).</p>
<p>A representative from Microsoft has stated that Microsoft "refuses" to implement these attributes (quotation from <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2784.html" rel="nofollow">the minutes of the last meeting</a>). This is a travesty, as a major compiler not implementing such an important feature is a disaster for the standard (<code>export</code> is different in that it is extremely difficult to use and very rare; these attributes stand to become on of the most easy-to-use features of C++0x)</p>
<p>So I ask you what attributes you guys would like. Perhaps we can take some of the most popular ones and attempt to get a vendor-neutral extension standard going, and hopefully get a very powerful addition to C++.</p>
http://stackoverflow.com/questions/1066828/choosing-a-non-microsoft-language-for-web-development1Choosing a non microsoft language for web development?lobsterino2009-07-01T00:57:52Z2009-07-01T01:53:47Z
<p>I am resonably experienced with asp.net and would like to learn a new language with a focus on web development. </p>
<p>Licensing and hosting costs are why I would like to use something not reliant on microsoft so something based on open source technologies is a plus. I have had a tiny bit of experience with php and did not like it but I guess I could be convinced otherwise.</p>
<p>Basically I'd like to know peoples opinion on the the best language for future web development with regards to longivity, resources, frameworks, hosting etc.</p>
http://stackoverflow.com/questions/927894/programming-on-future-hardware1Programming on future hardware?acidzombie242009-05-29T20:11:15Z2009-06-23T22:58:25Z
<p>I want to practice programming code for future hardware. What are these? The two main things that come to mind is 64bits and multicore. I also note that cache is important along and GPU have their own tech but right now i am not interested in any graphics programming. </p>
<p>What else should i know about?</p>
<p>-edit- i know a lot of these are in the present but pretty soon all cpus will be multicore and threading will be more important. I consider endians (big vs little) but found that not to be important and already have a big endian CPU to test on.</p>
http://stackoverflow.com/questions/739784/web-technology-based-on-http-transmission-sounds-like-a-car-disguise-for-a-truck-3Web technology based on http transmission sounds like a car disguise for a truck? [closed]Steel Plume2009-04-11T09:16:55Z2009-04-11T09:35:47Z
<p>So, what will be the next future technology for you?</p>
http://stackoverflow.com/questions/170204/project-management-research-and-development0Project Management: Research and Development_ande_turner_2008-10-04T11:58:16Z2009-04-05T09:58:21Z
<p><em>Have you ever worked on a long-term project designed for a hardware base which is currently cost prohibitive?</em> </p>
<p>The feasibility of such a project would be dependant on the hardware being cost effective in ~5yrs . . .</p>
<blockquote>
<p><strong>If so:</strong> </p>
<ul>
<li>Did the project actually go into Production?</li>
<li>Did it fracture in its Scope? </li>
<li>Was it Abandoned?</li>
</ul>
</blockquote>
http://stackoverflow.com/questions/661284/what-is-your-vision-for-the-web5What is your vision for the web? [closed]jerebear2009-03-19T07:10:18Z2009-03-20T03:09:32Z
<p>I never have imagined Twitter would have gotten as big as it did.</p>
<p>Social Networking is so large it's almost overbearing.</p>
<p>Google's big enough to start it's own country and everyone and their mom has a blog.</p>
<p>What trends in technology and web usage does this community see coming up in the next one, two or three years? What should the growing population of coders be prepared for?</p>
<p><strong>edit</strong></p>
<p>I see it was voted as closed and I want to repeal that. Looking towards what people feel is coming in the future is extremely relevant. There's a host of new and emerging technologies and technology applications out there and seeing what the community feels is a relevant path of growth can help guide personal investment into learning.</p>
<p>The whole point of me asking this question is to see what ideas other people had and from that, think of how I can both learn about these areas and further development them.</p>
http://stackoverflow.com/questions/568635/new-programmer-learning-curve-to-fulltime3New Programmer Learning Curve to FulltimeSheldon2009-02-20T07:52:22Z2009-03-05T04:43:08Z
<p><strong>I know there are a lot of variables in learning speed and experience</strong>
just give me what you'd consider the norm</p>
<ol>
<li><p>What do you believe is the average time needed (years or months wise) for a beginning programmer with no other languages yet to be able to get an entry level position as a developer? </p></li>
<li><p>I desperately want out of my current career field, but need to be able to support my family. I'm in Houston, good economy, pulling in about $45k with bonuses of about $10k (so $50-55k).... pretty decent for being in a "non professional" position I'd say. How many years of experience would it take before I'd get to that range in programming with C# in a market like Houston? Everyone throws around big numbers all the time, but in the realistic economy, I want to know if I should expect years and years of scraping the bottom before I end up getting back up to at least that level as a newer programmer. </p></li>
</ol>
<p>I need the pro's opinion. I've done my googling, but its muddled and not specific to C# developers.</p>
http://stackoverflow.com/questions/431285/what-programming-language-will-be-most-influential-in-five-years-from-now3What programming language will be most influential in five years from now?softly.lt2009-01-10T16:40:24Z2009-02-21T14:40:38Z
<p>What programming language will be most influential in five years from now?</p>
http://stackoverflow.com/questions/123300/can-you-imagine-to-still-develop-software-within-the-next-20-years10Can you imagine to still develop software within the next 20 years?koschi2008-09-23T19:41:31Z2009-02-03T01:22:08Z
<p>I have been working as a software developer for about six years now (and I still have to work 35 years until retirement).</p>
<p>Sometimes I try to imagine how my job as a software developer might change in the future.</p>
<p>Will we still be coding instructions in a certain language even in 30 years?<br>
Will we be able to keep up with future technologies?<br>
What will our experience be worth in 30 years?<br>
Will companies still seek for developers like us in 30 years (we will be real "oldies" then)?</p>
<p>Sometimes I'm even a little bit scared ... what do you think about the future as a software developer?</p>
<p><strong>EDIT:</strong> Suprisingly (for me) nearly all of you are very optimistic for our future. Relief!</p>
http://stackoverflow.com/questions/475351/sign-of-the-times-what-are-you-reading3Sign of the times: what are you reading?Seventh Element2009-01-24T02:25:36Z2009-01-30T21:51:32Z
<p><strong>[I have closed the question because I don't feel like I'm really getting the kind of answers I was looking for. Maybe I should have been more specific, I don't know... Thanks to everyone who took the time to leave an answer!]</strong></p>
<p>What's the subject of a book on software development that you are currently reading (or want to read in the near future)? If a significant number of people are reading books on similar subjects it is probably a sign of the times (to come).</p>
<p>[<strong>NOTE</strong>] This is not a poll on what is the best comp-sci book :-)</p>
http://stackoverflow.com/questions/477917/multi-touch-support-for-web-browsers-web-pages0Multi-touch support for web browsers/web pagesfmsf2009-01-25T16:46:01Z2009-01-25T17:29:40Z
<p>Hey,</p>
<p>Multi-touch seems to be gathering more and more references worldwide every day. Soon the prices will most likely drop, as there are already a good amount of companies investing in them. Now what I wanted to ask to stackoverflow is the following:</p>
<ul>
<li><p>Is it time to start developing an open-source multi-touch api for browsers, like addons to Firefox?</p></li>
<li><p>What modifications will we need to do to current web-frameworks to support for multi-touch?</p></li>
</ul>
<p>I know this is not directly programming related, thus being community wiki. Just trying to gathering some opinions on it. </p>
<p>Edit: What i'm trying to aim with this is to know if devs would be interested in this, a couple of stuff you could probably do would be like:</p>
<ul>
<li>Zooming</li>
<li>Increased iteractivity, for example allowing re-organization of the webpage</li>
<li>Multiple persons using the same web-page at the same time.</li>
</ul>
<p>Why the question (one example):
- Javascript, for example, is not ready to handle multiple actions at the same time. (You can simulate it, but you can't just go to your web-browser with 2 mouse pointers and do multiple stuff at the same time)</p>
http://stackoverflow.com/questions/383559/how-do-you-see-the-future-of-net-versus-java3How do you see the future of .NET versus JAVA? [closed]moose-in-the-jungle2008-12-20T18:16:09Z2008-12-20T18:40:59Z
<p>For last couple of years it seemed like .NET was gaining a lot of ground, there were articles out there predicting that .NET eventually will "outdo" Java, but lately it seems like the .NET hype kind of slowed down as Java is still going strong (maybe it's only me who sees it that way).</p>
<p>How do you see these 2 technologies in the future?</p>
http://stackoverflow.com/questions/240310/the-current-and-next-big-things-in-back-end-web-development3The current and next "big things" in back-end web development?Oli2008-10-27T15:28:47Z2008-10-31T09:31:57Z
<p>In short, I'm looking for something to replace PHP.</p>
<p>I moved from ASP to ASPNET but since dumping Windows completely, I've ended up on PHP and that's been the state of play for the past 18 months. It's universal and it'll deploy everywhere but despite its considerable power, it isn't a well structured language and I can't help but feel a little dirtier with each line of PHP I send onto the web.</p>
<p>So... I've got a few inter-orbiting questions:</p>
<ol>
<li>What's the best of the rest?</li>
<li>What's new and becoming popular?</li>
<li>What's worth learning?</li>
<li>And most importantly (for all the above those questions): why?</li>
</ol>
<p>Because of my move away from Windows, I'd much prefer completely cross-platform options but because I believe I'm probably not the only person shopping around, any suggestion is fine here.</p>
<p>I'm not trying to trash-talk PHP and I'm not looking for answers that just do that. I don't want this to degrade into a holy war so please keep comments positive and on topic.</p>
http://stackoverflow.com/questions/133632/future-of-the-component-object-model3Future of the Component Object Model?keithcorlett2008-09-25T14:21:12Z2008-09-25T15:19:11Z
<p>Folks,</p>
<p>Please has anyone heard anything about Microsoft [not] supporting COM on future version of Windows? </p>
<p>I imagine that Microsofts engineers are stuck with it (even if they would prefer to only develop and support the .NET framework) simply because of the enourmous backlash from there huge customer vase. There must be literally billions of lines of COM-based stuff out there in the wild. I know I'm NOT looking forward to being pushed into a mass-migration simply because some smarty-pants over-achieving architectural astronaut has to prove he's The Greatest... (sheesh, why don't they just take up boxing?)</p>
<p>I suspect I'm just being paranoid ;-) but can anyone provender any authorative links (google finds "not much")? Ideally, a White Paper from Microsoft saying "COM Stays in Vienna, or else!" would settle my nerves greatly.</p>
<p>Cheers all. Keith.</p>