0
votes
0answers
4 views
Finding whether LDM database is corrupt?
I have a issue reported by customer which suggests that the LDM database of the disk may be corrupt. Is there any way to figure out whether the LDM database on a dynamic disk is corrupt? The drives of …
0
votes
3answers
48 views
Professional tools for creating Software design documents and Software reports
What tools are used in the Sofware industry when creating reports and documentation?
I have heard that some companies use NetBeans or Eclipse to create reports, what plug-ins are being used in these …
1
vote
1answer
20 views
Does anyone know of a XAML-to-CodeBehind converter?
It would be nice to have a tool in which you could copy and paste chunks of XAML such as this:
<StackPanel Margin="10">
<TextBlock Text="Title"/>
</StackPanel>
And the tool …
0
votes
0answers
17 views
software to download a selected set of links from a web page [closed]
Hi,
Many a times, I've wanted a tool to do something like below:
"There is webpage, it has lots of links in it say say 50-60. Out of those, I am just interested in a few of those, say, 20 of them …
6
votes
9answers
251 views
Is there a semi-automated way to perform string extraction for i18n?
We have a Java project which contains a large number of English-language strings for user prompts, error messages and so forth. We want to extract all the translatable strings into a properties file …
7
votes
4answers
109 views
Is fxcop a valuable/effective tool for improving code quality?
I have a large high quality c# framework codebase that I nevertheless want to try to improve.
Is fxcop an effective tool for improving .NET frameworks? I know Microsoft uses the tool internally, …
9
votes
9answers
243 views
Software development crash course
Hey guys, I need a urgent crash course on software development. We are about to start a major project at work. The project is a huge web application and I have been chosen to lead the team. The …
0
votes
2answers
31 views
Graphing library capabale of generating class diagrams
Hi, I need a library that is able to generate UML class diagrams for use over the web. Just images based on meta data would be fine, but if anybody knows of one that allows to draw over the web, would …
6
votes
14answers
882 views
Alternatives to MySql Query Browser?
I have been using the MySql Query Browser and [opinion]it has to be the worst UI that I've seen for anything. Ever.[/opinion] But it's free, so it's great and I love it.
Can anybody recommend any …
0
votes
5answers
91 views
Tools for software architecture and design
I want to know if there exist different tools to develop software architecture and software design.. If so how do they differ and can you please mention few tools for software design and software …
2
votes
10answers
516 views
What Project Management software do you recommend for an agile approach?
At the place I am working we are moving to a more agile approach to project management.
For tool support for project management I used MS Project and Target Process in the past. But I think they …
8
votes
31answers
992 views
What’s in your Utility Toolkit?
Some of the most efficient engineers, developers and IT professionals I know usually carry around a common "toolkit" of useful programs, add-ins or utilities which help them for day-to-day debugging, …
1
vote
7answers
600 views
Free MySQL synchronization tool
Hi, does anybody know some free tool for synchronization MySQL database (data and structure) like in Navicat for Windows ?
18
votes
19answers
796 views
Automatically tracking development time
Hi all,
I'm working on a personal project and I'd love to be able to say at the end:"I've spend X hours on this project". Now one way to solve this, is to use a manual time tracker (worked from: …
10
votes
8answers
604 views
How to get started with Maemo software development
A few months ego I purchased Nokia N800 device and since then I'm itching to write some code for it. I know that some of the application I'm running are written in Python and that there is a Mono port …
