Click here to Skip to main content
15,915,336 members
Home / Discussions / C#
   

C#

 
GeneralA form from a dll Pin
c6jones72021-Mar-08 3:54
c6jones72021-Mar-08 3:54 
GeneralRe: A form from a dll Pin
darkelv21-Mar-08 4:11
darkelv21-Mar-08 4:11 
GeneralRe: A form from a dll Pin
c6jones72021-Mar-08 4:23
c6jones72021-Mar-08 4:23 
GeneralRe: A form from a dll Pin
c6jones72021-Mar-08 6:14
c6jones72021-Mar-08 6:14 
GeneralnUnit and TDD Pin
#realJSOP21-Mar-08 3:24
professional#realJSOP21-Mar-08 3:24 
GeneralRe: nUnit and TDD Pin
Luc Pattyn21-Mar-08 3:37
sitebuilderLuc Pattyn21-Mar-08 3:37 
GeneralRe: nUnit and TDD Pin
#realJSOP21-Mar-08 4:11
professional#realJSOP21-Mar-08 4:11 
GeneralRe: nUnit and TDD Pin
N a v a n e e t h21-Mar-08 3:39
N a v a n e e t h21-Mar-08 3:39 
John Simmons / outlaw programmer wrote:
and didn't really understand the reasoning behind "extreme programming", and think "agile programming"


AFAIK, these are successful when you are doing an application which don't have a proper requirement specification in hand. If you have the complete requirement and design document with you, then these are kinda pointless. Concept is, when new changes are made to the system, automated tests will ensure everything else is functioning correctly.

I tried this approach and liked it very much. The project which I worked don't have complete requirements when I started it. So I created test cases for the functionalities which I wrote. When I get new requirements, I were able to make changes without looking to the other parts of code, automated tests will fail if the new change is affecting somewhere.

Hope this makes sense

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralRe: nUnit and TDD Pin
Wes Aday21-Mar-08 4:25
professionalWes Aday21-Mar-08 4:25 
GeneralRe: nUnit and TDD Pin
led mike21-Mar-08 4:40
led mike21-Mar-08 4:40 
GeneralRe: nUnit and TDD Pin
Ennis Ray Lynch, Jr.21-Mar-08 4:51
Ennis Ray Lynch, Jr.21-Mar-08 4:51 
GeneralRe: nUnit and TDD Pin
Not Active21-Mar-08 5:10
mentorNot Active21-Mar-08 5:10 
GeneralRe: nUnit and TDD Pin
#realJSOP21-Mar-08 5:49
professional#realJSOP21-Mar-08 5:49 
GeneralRe: nUnit and TDD Pin
led mike21-Mar-08 6:45
led mike21-Mar-08 6:45 
GeneralRe: nUnit and TDD Pin
Not Active21-Mar-08 7:15
mentorNot Active21-Mar-08 7:15 
GeneralRe: nUnit and TDD Pin
Judah Gabriel Himango21-Mar-08 6:27
sponsorJudah Gabriel Himango21-Mar-08 6:27 
GeneralDateTime Setting A Specifed Week Pin
Zap-Man21-Mar-08 3:00
Zap-Man21-Mar-08 3:00 
GeneralRe: DateTime Setting A Specifed Week Pin
PIEBALDconsult21-Mar-08 4:49
mvePIEBALDconsult21-Mar-08 4:49 
GeneralVisual Studio Automation Model Pin
DanB198321-Mar-08 2:56
DanB198321-Mar-08 2:56 
GeneralRe: Visual Studio Automation Model Pin
led mike21-Mar-08 4:53
led mike21-Mar-08 4:53 
GeneralRe: Visual Studio Automation Model Pin
DanB198321-Mar-08 4:58
DanB198321-Mar-08 4:58 
GeneralRe: Visual Studio Automation Model Pin
DanB198321-Mar-08 6:34
DanB198321-Mar-08 6:34 
QuestionQuestion Regarding Combo box Pin
Krazy Programmer21-Mar-08 1:08
Krazy Programmer21-Mar-08 1:08 
GeneralRe: Question Regarding Combo box Pin
Luc Pattyn21-Mar-08 1:13
sitebuilderLuc Pattyn21-Mar-08 1:13 
GeneralRe: Question Regarding Combo box Pin
Krazy Programmer21-Mar-08 2:54
Krazy Programmer21-Mar-08 2:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.