Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
2k views

Why should I use Feature Driven Development?

Extreme Programming, Scrum and Test Driven Development definitely seem to be the most popular Agile methods at the moment. But someone recently suggested that I take a look at Feature Driven ...
3
votes
17answers
952 views

What software development process do you use?

I have always used the agile Feature Driven Development process for developing software. What does everyone else use, and why do you prefer it? I prefer FDD because that's what I started with fresh ...
1
vote
2answers
88 views

import data from excel into database

i want to import data from excel into corresponding tables based on different column data's on based on ID's like customer data on based on CustomerID present in Customer master table Means we have to ...