Top "Methodology" questions

A methodology is usually a guideline system for solving a problem, with specific components such as phases, tasks, methods, techniques and tools.

What is the difference between Sprint and Iteration in Scrum and length of each Sprint?

Is there a difference between Sprint and an Iteration or one can have Iterations within a Sprint or Sprint is …

agile scrum iteration methodology sprint
How different is Scrum practice from Agile Practice?

Mostly people say Scrum and Agile interchangeably but what is the difference between Scrum Practice as compared to Agile Practice ?

project-management agile scrum methodology
Difference between agile and iterative and incremental development

What are the difference between Agile and iterative and incremental development? Is Agile considered as iterative and incremental? Some info …

agile methodology iteration
What does a scrum master do all day?

To quote wikipedia: Scrum is facilitated by a ScrumMaster, whose primary job is to remove impediments to the ability of …

scrum methodology
Agile Vs Spiral Model for SDLC

I believe that Agile is nothing but another implementation of Spiral Model. I am a big supporter of Spiral (The …

agile methodology sdlc
How to modify javascript code at run time?

Is there a way to modify JavaScript code while debugging? Visual Studio has "Edit and Continue", and similar hot swapping …

javascript debugging runtime methodology liveedit
Where to find the best user story template?

I want to implement user stories in a new project where can i find a good template or other ones …

templates agile methodology extreme-programming
Looking for clean WinForms MVC tutorial for C#

How to create a rich user interface Windows application, example Photo Shop. I am looking for clean MVC tutorial for …

c# winforms user-interface methodology model-view-controller
Best Kanban Tools

What tools for managing Kanban would you recommend?

agile methodology kanban
Method for finding memory leak in large Java heap dumps

I have to find a memory leak in a Java application. I have some experience with this but would like …

java methodology enterprise legacy-code memory-leaks