Dror Helper

4,035
Reputation
1166 views

Registered User

name Dror Helper
member for 1 year
seen 3 hours ago
website
location IL
age 31
Software Developer at Typmock With Extensive knowledge of C++, assembly, various .NET languages (c#, vb.NET) and Java.

Follow me on Twitter
10h
answered C# getting value of parms using reflection
12h
accepted Is there a better way to block a C# timer when interacting with the user?
14h
comment Is there a better way to block a C# timer when interacting with the user?
#jk - just fixed it, thanks
14h
revised Is there a better way to block a C# timer when interacting with the user?
added 121 characters in body
15h
revised Is there a better way to block a C# timer when interacting with the user?
added 695 characters in body
15h
answered Is there a better way to block a C# timer when interacting with the user?
16h
answered Database free NUnit tests
17h
comment C#: How to TDD a file downloader
Yes - that's one way to test around that problem, you can also check the end result - that a file was actually saved.
17h
answered C#: How to TDD a file downloader
1d
answered Unit test helper methods?
2d
accepted Save a ListView into Settings.settings?
2d
answered Staying Relevant As a Programmer
2d
revised Save a ListView into Settings.settings?
added 193 characters in body
2d
comment Save a ListView into Settings.settings?
No - you can save the xml to a string instead - see above
2d
comment Save a ListView into Settings.settings?
dotnetjohn.com/articles.aspx?articleid=173/…
2d
answered Free icons sets for common file types
2d
answered Save a ListView into Settings.settings?
2d
comment What (free) web development IDEs do people use?
#Norsredna - Unfortunately SharpDevelop does not have (at the moment) JavaScript support - hopefully they'll add some in future versions
Dec
5
awarded  Fanatic
Dec
1
awarded  Nice Question
Nov
30
comment How to get parameter value from StackTrace
I could be asking for the impossible - It seems that it's not possible to get the called method's values from the stacktrace.
Nov
30
asked How to get parameter value from StackTrace
Nov
30
revised Test discovery tool for .NET
added 223 characters in body
Nov
30
comment Array of function pointers in C#
How this answers the question above?
Nov
30
revised Array of function pointers in C#
added 526 characters in body
Nov
30
comment Array of function pointers in C#
True - but we can write code using reflection that would not be dependent on the method name. It depends on what you're trying to accomplish here.
Nov
30
comment Array of function pointers in C#
You do not need to cast the delegate before invoking it - just use DynamicInvoke
Nov
30
answered Array of function pointers in C#
Nov
30
answered How do i identify improvement areas for software development in my team?
Nov
29
awarded  Nice Question
Nov
29
answered TDD with unclear requirements
Nov
29
comment Why are there no Content Management Systems written in C++?
I use C++ I think it's a great language with many merits but there are better tools for the job or writing a CMS
Nov
29
revised Why are there no Content Management Systems written in C++?
added 35 characters in body
Nov
29
answered Why are there no Content Management Systems written in C++?
Nov
26
answered Advice on starting to mentor coworkers
Nov
25
revised Unit test for thread safe-ness?
added 407 characters in body
Nov
23
asked Run .NET application as administrator
Nov
20
answered Ensuring certain private functions can only be called from a locked state
Nov
19
revised What is the most spectacular way to shoot yourself in the foot with C++?
added 7 characters in body
Nov
19
answered C# - How to convert an Image into an 8-bit color Image?
Nov
18
comment How to impress developers with IronPython/Python
Wouldn't be just as easy doing it using C#?
Nov
15
answered Is it wise to use branching with one-man git project?
Nov
15
answered Tips to keep focused during code reviews
Nov
14
comment How to get started with Maemo software development
I should give it a try - I even heard about running Rails on a Maemo device
Nov
13
accepted What is a best approach to make a function or set of statements thread safe in C#?
Nov
12
accepted DebugBreak not breaking
Nov
12
comment Accessing protected member functions from test code in C++
Scary stuff - but it would work...
Nov
11
revised Unit test for thread safe-ness?
added 162 characters in body
Nov
11
answered Unit test for thread safe-ness?
Nov
10
comment Open source Tool to find unreachable/unused c# code
It's not free but you can use their beta version for free (at least for now)- nightly builds are available at: jetbrains.net/confluence/display/…