Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

37
votes
26answers
4k views

What do you think the future holds for database technology?

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 ...
24
votes
16answers
2k views

If I were to build a new operating system, what kind of features would it have?

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 ...
15
votes
26answers
1k views

Can you imagine to still develop software within the next 20 years? [closed]

I have been working as a software developer for about six years now (and I still have to work 35 years until retirement). Sometimes I try to imagine how my job as a software developer might change in ...
14
votes
10answers
2k views

C++0x Attributes you'd like to see

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 ...
9
votes
7answers
596 views

UI Databinding: alternatives and future

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 ...
7
votes
21answers
1k views

What programming technique / practice done by you was ahead of its time? [closed]

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 only IE supported this ...
6
votes
8answers
689 views

Moving AS3 forward?

Hi I use AS3 quite a lot for work, but I come from a Java/C/C++ education and find the language quite restrictive. There seems to be two fundamental camps in the AS3 world: The non-technical ...
5
votes
8answers
1k views

Ruby without Rails

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 ...
5
votes
8answers
448 views

Choosing a non microsoft language for web development?

I am resonably experienced with asp.net and would like to learn a new language with a focus on web development. Licensing and hosting costs are why I would like to use something not reliant on ...
5
votes
7answers
225 views

What is your vision for the web? [closed]

I never have imagined Twitter would have gotten as big as it did. Social Networking is so large it's almost overbearing. Google's big enough to start it's own country and everyone and their mom has ...
4
votes
7answers
886 views

Software Consultant career and transitional skills [closed]

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. Over ...
4
votes
5answers
600 views

New Programmer Learning Curve to Fulltime

I know there are a lot of variables in learning speed and experience just give me what you'd consider the norm What do you believe is the average time needed (years or months wise) for a beginning ...
4
votes
2answers
2k views

How do you see the future of .NET versus JAVA? [closed]

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 ...
3
votes
3answers
351 views

Will websockets in HTML 5 replace ajax for partial page refreshes?

I've just stumbled upon the websockets feature coming in HTML 5, here. At first glance it seems that once Firefox and IE get on board with the spec ajax may be redundant. My question is, in your ...
3
votes
7answers
511 views

The current and next “big things” in back-end web development?

In short, I'm looking for something to replace PHP. 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. ...
3
votes
7answers
1k views

Future of the Component Object Model?

Folks, Please has anyone heard anything about Microsoft [not] supporting COM on future version of Windows? I imagine that Microsofts engineers are stuck with it (even if they would prefer to only ...
2
votes
1answer
84 views

Programming gnome power management

I'm a Linux and gnome user, and I'm currently depending mainly on a notebook, and not surprisingly, I am not satisfied with the power quandary, so i recurred to power-management tools available for my ...
2
votes
1answer
351 views

HTML5 speculative question: Voicechat?

I'm developing a Web/AJAX application that replicates the majority of features available in a certain niche class of desktop apps (I'm avoiding detail here because I don't think it's relevant enough ...
2
votes
2answers
184 views

Long-term .NET plan (or roadmap)?

Does anyone know what is the Microsoft perception for the .NET future? Being mostly based on Delphi microISV shop I know that Delphi's future is uncertain but a few milestones are already announced ...
2
votes
6answers
191 views

Is there any way to prepare a struct for future additions?

I have the following struct which will be used to hold plugin information. I am very sure this will change (added to most probably) over time. Is there anything better to do here than what I have done ...
2
votes
4answers
695 views

How-to: short-circuiting inverted ternary operator implemented in, e.g. C#? Does it matter?

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 ...
2
votes
4answers
237 views

Do you think that we as developers are worried about languages/tools than problem at hand?

I am a .NET developer now and have come from Foxpro/VB6/COM background. Over the time, I think we have changed to worry too much about languages/tools to do the work. If you look at what a developer ...
1
vote
5answers
73 views

Sphere of application of WinAPI

I'm a starter C and C# programmer, mainly developing for the Windows platform (XP and above). My programs are quite small tools with GUI, so I'm currently using WinAPI for writing them. I like WinAPI ...
1
vote
1answer
36 views

Developing Touch over ethernet

Is this ever going to be possible? We have voice, image, data, etc..over ethernet. Is Touch over ethernet possible?
1
vote
1answer
110 views

Future With HTML5 & CSS3

How much the HTML5 and CSS3 are going to elevate the time and effort used by both designers and developers using their current incarnations? Will it be a child's play?
1
vote
7answers
310 views

Programming on future hardware?

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 ...
1
vote
15answers
826 views

Will software automation become the future industry standard?

What is the likelihood that software automation becomes the future industry standard? Lacking efficiencies correlate to human interfacing for software engineering can be subsidized by self-learning, ...
0
votes
1answer
105 views

State Machine Workflows dead in .NET 4.0 or not?

I'm confused. I'm an avid reader of several Sharepoint related Blogs and everybody says "don't use State Machine Workflows in .NET 3.5 anymore - they will not exist in .NET 4". Reading up on the ...
0
votes
1answer
53 views

What new feature will be good addition in CSS and PHP? [closed]

What new features can we think about to have in CSS and/or PHP in future that makes our programming more easier.
0
votes
2answers
256 views

New programming languages and/or technologies worth looking into [closed]

As the title says, I'm interested in new programming languages and technologies (for example languages/technologies in beta testing) that you think are worth learning and can benefit in the near ...
0
votes
1answer
184 views

what will be the next big programming paradigm shift [closed]

object orientation was the last big paradigm shift I remember. What do you think will be the next big thing in programming paradigms and programming in general? Edit: I was actually listening to ...
0
votes
2answers
66 views

Applications on the Web/Cloud the way to go? over Desktop apps?

i am currently a mainly web developer, but is quite attracted to the performance and great integration with the OS (eg. Windows 7, Jump Lists, Taskbar Thumbnails, etc) something like WPF/C# can ...
0
votes
1answer
171 views

When is the right time to use Python 3.1/3.2 and what is the next best thing right now?

I love the SciPy library and many others which I cannot yet name. The thing is that most Python libraries are compatible with Python 2.5 / 2.6. When will be a good time to start using the latest and ...
0
votes
1answer
217 views

Multi-touch support for web browsers/web pages

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 ...
0
votes
9answers
497 views

Project Management: Research and Development

Have you ever worked on a long-term project designed for a hardware base which is currently cost prohibitive? The feasibility of such a project would be dependant on the hardware being cost ...
-1
votes
1answer
49 views

What signs can help predict the future proofness of a technology?

When starting a new software project, the choice of platform, programming language, framework and libraries is crucial, because nobody wants to be forced to re-implement the application after a few ...
-2
votes
8answers
630 views

Internet Languages and Technology in the next 10 years. What's going to die, and what's going to thrive? [closed]

How is programming on the internet going to change in the next 5 - 10 years? I don't mean general stuff, but what impact specific technologies will be most likely to have, which will end up by the ...