Click here to Skip to main content
15,923,120 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows Form Icons Pin
Luc Pattyn7-Dec-08 15:16
sitebuilderLuc Pattyn7-Dec-08 15:16 
GeneralRe: Windows Form Icons Pin
AndieDu7-Dec-08 16:14
AndieDu7-Dec-08 16:14 
GeneralRe: Windows Form Icons Pin
Luc Pattyn7-Dec-08 16:25
sitebuilderLuc Pattyn7-Dec-08 16:25 
QuestionRead WndProc of other windows Pin
Tony Pottier7-Dec-08 13:36
Tony Pottier7-Dec-08 13:36 
AnswerRe: Read WndProc of other windows Pin
Marcelo Emmerich8-Dec-08 0:56
Marcelo Emmerich8-Dec-08 0:56 
GeneralRe: Read WndProc of other windows Pin
Tony Pottier9-Dec-08 11:27
Tony Pottier9-Dec-08 11:27 
QuestionA bug with vista Pin
EliottA7-Dec-08 9:52
EliottA7-Dec-08 9:52 
AnswerRe: A bug with vista Pin
Christian Graus7-Dec-08 10:07
protectorChristian Graus7-Dec-08 10:07 
GeneralRe: A bug with vista Pin
EliottA7-Dec-08 10:17
EliottA7-Dec-08 10:17 
GeneralRe: A bug with vista Pin
EliottA7-Dec-08 10:40
EliottA7-Dec-08 10:40 
GeneralRe: A bug with vista Pin
Colin Angus Mackay7-Dec-08 13:57
Colin Angus Mackay7-Dec-08 13:57 
AnswerRe: A bug with vista Pin
Colin Angus Mackay7-Dec-08 10:34
Colin Angus Mackay7-Dec-08 10:34 
QuestionHow to create a GUI using Visual Studio for a SQL database? Pin
Vloops7-Dec-08 7:55
Vloops7-Dec-08 7:55 
AnswerRe: How to create a GUI using Visual Studio for a SQL database? Pin
Christian Graus7-Dec-08 10:09
protectorChristian Graus7-Dec-08 10:09 
GeneralRe: How to create a GUI using Visual Studio for a SQL database? Pin
Vloops7-Dec-08 10:42
Vloops7-Dec-08 10:42 
GeneralRe: How to create a GUI using Visual Studio for a SQL database? Pin
Christian Graus7-Dec-08 11:26
protectorChristian Graus7-Dec-08 11:26 
Questionconnecting my phone to a web service in a local computer [modified] Pin
harcaype7-Dec-08 5:14
harcaype7-Dec-08 5:14 
AnswerRe: connecting my phone to a web service in a local computer Pin
Marcelo Emmerich7-Dec-08 5:44
Marcelo Emmerich7-Dec-08 5:44 
GeneralRe: connecting my phone to a web service in a local computer Pin
harcaype7-Dec-08 6:21
harcaype7-Dec-08 6:21 
GeneralRe: connecting my phone to a web service in a local computer Pin
Marcelo Emmerich7-Dec-08 21:20
Marcelo Emmerich7-Dec-08 21:20 
GeneralRe: connecting my phone to a web service in a local computer Pin
harcaype8-Dec-08 1:05
harcaype8-Dec-08 1:05 
GeneralRe: connecting my phone to a web service in a local computer Pin
Marcelo Emmerich8-Dec-08 1:46
Marcelo Emmerich8-Dec-08 1:46 
GeneralRe: connecting my phone to a web service in a local computer Pin
harcaype8-Dec-08 3:33
harcaype8-Dec-08 3:33 
QuestionTesting Code - MbUnit / xUnit Pin
Jammer7-Dec-08 4:15
Jammer7-Dec-08 4:15 
AnswerRe: Testing Code - MbUnit / xUnit Pin
Thomas Weller7-Dec-08 8:17
Thomas Weller7-Dec-08 8:17 
Jammer wrote:
wondering if there were any other frameworks I should look out for

AFAIK, no. All unit test frameworks that I know are based on the so-called xUnit architecture (meaning that you have fixtures, test methods, setup/teardown, attributes etc.). In my opinion, MbUnit is best because it gives a lot of flexibility regarding factories, parameters etc. There are some specialised unit test frameworks for DB (NDbUnit) and GUI (NUnitForms, Watin), they are all xUnit, so they are immediately familiar.


Jammer wrote:
compare test runs

What exactly do you mean with that? Setting up a regression timeline? You can do so only by storing each test report. Generally it is recommended that at all time all tests have to pass. This way you will immediately see if something changes during the course of development.

Regards
Thomas

www.thomas-weller.de

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
Programmer - an organism that turns coffee into software.


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.