1
vote
4answers
25 views
Which debuggers support step back/time machine/back-in-time feature?
If possible, describe platforms/languages/symbolic formats supported and if full support is provided (historical states back) or partially (only code can rerun with no rescue for states).
Further …
0
votes
7answers
95 views
Desktop Based Application
What is a better platform/language for developing Windows/desktop based application that can run offline (sometimes)? .NET (C#, ASP) or Java or any other development tool? This application requires to …
2
votes
4answers
129 views
Is it possible to work on the same assembly in different projects in .Net?
I'm interested to know how people work in large teams of developers.
I work on my own, and each time I create a brand new control, I create a new project to keep all the related files together.
I …
3
votes
12answers
182 views
Useful Java Annotations
I'm interested in finding out exactly which Java annotations people think are most useful during development. This doesn't necessarily have to limited to the core Java API, you may include …
0
votes
2answers
54 views
Service with wide API organizational & techincal questions
Here are some task details:
The key functionality of service is Java socket-server (based on Red5. I know it might be overkill, but it makes me confident in future) on unix-platform (FreeBSD or …
1
vote
1answer
21 views
Shortlisting Intellisense
Hi,
Does anyone know if there's a way in VS 2008 to shortlist the Intellisense to show only, say, events or properties? Or is there possibly a plug-in for this?
I use Intellisense over going to the …
1
vote
1answer
28 views
How to setup a DotNetNuke Development Environment with Source Control?
My team is developing a new DotNetNuke web application and would like to know what is recommended to setup a development environment with source control and automated builds? We would like to keep the …
2
votes
6answers
65 views
Different Development environment than Test & Production environments?
What would you say if a developer wanted to implement a sql2008 dev environment, but we were still forced to use a sql2000 test and sql2000 production environment?
Would there be anything wrong with …
3
votes
2answers
53 views
Library locations and packages for software development on Linux
We will shortly be spinning up a new Linux-based development effort; and we are new-ish to Linux development on a large scale. We have a well-defined process to handle third-party and internal …
4
votes
9answers
189 views
Development software - How common is it for developers to buy it for personal use
Edit: The answer is yes, pretty common. The Microsoft TechNet is one of best deals (except it does not have Visual Studio). So MSDN generally is a better choice. Thank you
Hello All,
I was recently …
0
votes
5answers
113 views
What development environment for PHP + MySQL would you suggest
I am setting up web application development environment on my localhost. I am used to use WAMP server but I noticed Zend Server which looks promising. I am developing both Zend Framework and non …
2
votes
6answers
78 views
Create a Fully Featured Environment For Tcl/Tk Development Under Windows
I'm now learning Tcl/Tk, but as I'm running Windows, I want to create a fully featured(professional) development environment for this language, but I need to know:
Which tools I need to …
1
vote
2answers
48 views
Is it possible to exclude grails plugin from production environment?
I would like to use certain plugin in development environment, but would like to exclude this plugin from production and from generated war. What is the easiest way to accomplish this?
2
votes
8answers
175 views
Linux Development C/C++/bash/python on windows-7.
Before resorting to stackoverflow, i have spend a lot of times looking for the solutions. I have been a linux-user/developer for few years, now shifting to windows-7.
I am looking for seting-up a …
16
votes
9answers
412 views
What is in your JavaScript toolchain?
I am looking to start writing a fairly sophisticated application in JavaScript to run on the web. I've written little bits of throwaway code in JavaScript before, using the DOM directly and a little …
