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

C#

 
GeneralRe: After editing a dataset my changes are not visible in the datagrid Pin
kudorgyozo9-Jul-07 1:54
kudorgyozo9-Jul-07 1:54 
AnswerRe: After editing a dataset my changes are not visible in the datagrid Pin
sam#9-Jul-07 1:59
sam#9-Jul-07 1:59 
Generalstill not working... Pin
kudorgyozo9-Jul-07 2:10
kudorgyozo9-Jul-07 2:10 
GeneralRe: After editing a dataset my changes are not visible in the datagrid Pin
sam#9-Jul-07 2:21
sam#9-Jul-07 2:21 
GeneralRe: After editing a dataset my changes are not visible in the datagrid Pin
kudorgyozo9-Jul-07 2:35
kudorgyozo9-Jul-07 2:35 
GeneralRe: After editing a dataset my changes are not visible in the datagrid Pin
sam#9-Jul-07 2:58
sam#9-Jul-07 2:58 
Questionproblem in running c# using sql server in other client Pin
asdf17539-Jul-07 1:28
asdf17539-Jul-07 1:28 
AnswerRe: problem in running c# using sql server in other client Pin
originSH9-Jul-07 1:33
originSH9-Jul-07 1:33 
Questionproblem in running c# using sql server in other client Pin
asdf17539-Jul-07 1:27
asdf17539-Jul-07 1:27 
AnswerRe: problem in running c# using sql server in other client Pin
Paul Conrad13-Jul-07 13:15
professionalPaul Conrad13-Jul-07 13:15 
QuestionXMLHTTP40Class Status 500 error. Pin
ramdil9-Jul-07 1:17
ramdil9-Jul-07 1:17 
AnswerRe: XMLHTTP40Class Status 500 error. Pin
Pete O'Hanlon9-Jul-07 1:37
mvePete O'Hanlon9-Jul-07 1:37 
GeneralRe: XMLHTTP40Class Status 500 error. Pin
ramdil9-Jul-07 2:40
ramdil9-Jul-07 2:40 
AnswerRe: XMLHTTP40Class Status 500 error. Pin
Vasudevan Deepak Kumar9-Jul-07 2:04
Vasudevan Deepak Kumar9-Jul-07 2:04 
GeneralRe: XMLHTTP40Class Status 500 error. Pin
ramdil9-Jul-07 3:01
ramdil9-Jul-07 3:01 
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 

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.