Click here to Skip to main content
15,901,426 members
Home / Discussions / C#
   

C#

 
QuestionCheckbox in datagrid [modified] Pin
pmartike9-Jul-07 0:42
pmartike9-Jul-07 0:42 
AnswerRe: Checkbox in datagrid Pin
Ron.S9-Jul-07 1:04
Ron.S9-Jul-07 1:04 
GeneralRe: Checkbox in datagrid Pin
pmartike9-Jul-07 1:15
pmartike9-Jul-07 1:15 
AnswerRe: Checkbox in datagrid Pin
sam#9-Jul-07 1:57
sam#9-Jul-07 1:57 
GeneralRe: Checkbox in datagrid Pin
pmartike9-Jul-07 2:14
pmartike9-Jul-07 2:14 
GeneralRe: Checkbox in datagrid Pin
sam#9-Jul-07 2:23
sam#9-Jul-07 2:23 
QuestionNunit Testing...?? Pin
Software_Specialist9-Jul-07 0:27
Software_Specialist9-Jul-07 0:27 
AnswerRe: Nunit Testing...?? Pin
Pete O'Hanlon9-Jul-07 0:48
mvePete O'Hanlon9-Jul-07 0:48 
It's unit testing with NUnit and not NUnit testing.Big Grin | :-D (A subtle, but important distinction because there are other unit testing frameworks). This is a large topic, and I will attempt to give you a succinct answer which explains why I use it on all projects.

NUnit (and other frameworks) allow you to write repeatable tests. If you change your code, simply rerun the tests and check that you get the correct values. This all depends, of course, on your unit tests actually testing your code effectively.

Now, this is all well and good, but where NUnit (and the other frameworks) comes into its own is with Test Driven Development (TDD). This approach means that you write unit tests before you actually write the code. You then build up your code and unit tests little bit by little bit until you can prove that the code works properly.

Please visit http://www.readytogiveup.com/ and do something special today.
Deja View - the feeling that you've seen this post before.

QuestionCross AppDomain Exception Handling. Plugin architecture. [modified] Pin
Abdul Gafoor9-Jul-07 0:25
Abdul Gafoor9-Jul-07 0:25 
AnswerRe: Cross AppDomain Exception Handling. Plugin architecture. Pin
originSH9-Jul-07 0:48
originSH9-Jul-07 0:48 
GeneralRe: Cross AppDomain Exception Handling. Plugin architecture. Pin
Abdul Gafoor9-Jul-07 1:18
Abdul Gafoor9-Jul-07 1:18 
GeneralRe: Cross AppDomain Exception Handling. Plugin architecture. Pin
Abdul Gafoor9-Jul-07 19:11
Abdul Gafoor9-Jul-07 19:11 
QuestionI can not run debug to debug a web service Pin
vohongtieng20059-Jul-07 0:24
vohongtieng20059-Jul-07 0:24 
AnswerRe: I can not run debug to debug a web service Pin
Pete O'Hanlon9-Jul-07 0:54
mvePete O'Hanlon9-Jul-07 0:54 
QuestionGet processor No. Pin
Sunshine Always9-Jul-07 0:22
Sunshine Always9-Jul-07 0:22 
AnswerRe: Get processor No. Pin
Christian Graus9-Jul-07 0:56
protectorChristian Graus9-Jul-07 0:56 
GeneralRe: Get processor No. Pin
Sunshine Always9-Jul-07 1:41
Sunshine Always9-Jul-07 1:41 
Questionaccess powers Pin
srinivassam9-Jul-07 0:15
srinivassam9-Jul-07 0:15 
AnswerRe: access powers Pin
Paul Conrad13-Jul-07 12:08
professionalPaul Conrad13-Jul-07 12:08 
QuestionGeneric in ASP.NET 2.0 Pin
adilkazmi8-Jul-07 23:47
adilkazmi8-Jul-07 23:47 
AnswerRe: Generic in ASP.NET 2.0 Pin
Michael Sync9-Jul-07 0:02
Michael Sync9-Jul-07 0:02 
GeneralRe: Generic in ASP.NET 2.0 Pin
adilkazmi9-Jul-07 0:17
adilkazmi9-Jul-07 0:17 
GeneralRe: Generic in ASP.NET 2.0 Pin
DavidNohejl9-Jul-07 0:42
DavidNohejl9-Jul-07 0:42 
QuestionData Set update back to database Pin
Suresh M8-Jul-07 23:09
Suresh M8-Jul-07 23:09 
Questioninstaller package Pin
DKalepu8-Jul-07 22:35
DKalepu8-Jul-07 22:35 

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.