Rick

1,229
Reputation
93 views

Registered User

Name Rick
Member for 1 year
Seen yesterday
Website
Location
Age
Nov
26
comment C#: Do I need to dispose a BackgroundWorker created at runtime?
Does this work? Won't it Dispose of the worker too early?
Nov
19
comment How to Add ‘Comments’ to a JPEG File Using C#
You should vote up and/or accept their answers if you found them helpful. Cheers!
Nov
19
revised Is it possible to Assert a method has been called in VS2005 Unit Testing?
expand on answer
Nov
19
answered Is it possible to Assert a method has been called in VS2005 Unit Testing?
Nov
18
asked C#: Do I need to dispose a BackgroundWorker created at runtime?
Nov
16
comment How do I write an if statement for my guessing game in C#
Seems to me that your game should feedback whether the guess was too high or too low?
Nov
12
comment Warm-up .NET application
What are the specs of these notebooks?
Oct
19
comment Why does the last MDI child form that was closed not get garbage collected?
Excellent answer! Searching for that property "FormerlyActiveMdiChild" does seem to show that it is a recently introduced Microsoft bug. Thank you.
Oct
7
revised Why does the last MDI child form that was closed not get garbage collected?
Tagged with C# - missing before.
Oct
6
asked Why does the last MDI child form that was closed not get garbage collected?
Oct
1
comment How to refactor this method C# Window
<pedantic_mode> Refactoring generally means rewriting the code to improve the design/maintainability without changing what the code actually does. Since you want the performance to improve I think you mean "re-write" rather than "refactor". </pedantic_mode>
Sep
16
awarded  Yearling
Sep
2
comment In the TortoiseSVN log, what regexp can I use to search for entries *not* by a particular author?
Excellent, you're a genius!
Sep
2
revised In the TortoiseSVN log, what regexp can I use to search for entries *not* by a particular author?
Changed title to attract attention of regexp gurus
Sep
2
asked In the TortoiseSVN log, what regexp can I use to search for entries *not* by a particular author?
Aug
4
comment Basic vb.net RegEx Matches question
Ok, here's another one: derekslager.com/blog/posts/…
Jun
24
revised Form not repainting itself
edited tags
Jun
23
comment Is this a bug in DataTable API? Changes are stored/executed in the “wrong sequence”
Ok thanks, I'll wait to see if anyone else answers, but otherwise I'll accept your answer.
Jun
23
comment Is this a bug in DataTable API? Changes are stored/executed in the “wrong sequence”
I see your point that primary keys should not be used in this way; but it still seems like the DataTable is acting odd to me - i.e. it should work if I use it this way. Related, why isn't the default behaviour of DataAdapter.Update to process in deleted, modified then inserted order. (BTW that is the order I had meant to type in my workaround - I have corrected it in the original text now).
Jun
23
revised Is this a bug in DataTable API? Changes are stored/executed in the “wrong sequence”
Corrected mistake in order of which changes should be applied in workaround steps
Jun
22
revised Is this a bug in DataTable API? Changes are stored/executed in the “wrong sequence”
Asked for people's opinion whether this is a .NET bug or not.
Jun
22
revised Is this a bug in DataTable API? Changes are stored/executed in the “wrong sequence”
Changed title to be more informative
Jun
22
asked Is this a bug in DataTable API? Changes are stored/executed in the “wrong sequence”