hmemcpy

2,984
reputation
586 views

Registered User

name hmemcpy
member for 1 year
seen 9 hours ago
website
location Israel
age 27
I'm a C# developer in Israel. Interested in all-things .NET
1d
awarded  Popular Question
Dec
16
answered Instantiate a Windows Forms control in WPF without default constructor
Dec
16
asked Instantiate a Windows Forms control in WPF without default constructor
Dec
7
comment Is this possible in C#?
@silky And how, pray tell, would you solve this yourself?
Dec
4
awarded  Popular Question
Nov
28
comment Anyone tried JustCode?
You can highlight usages in ReSharper by pressing Alt-Shift-F11 (VS key mapping), then Esc on any highlighted item to cancel.
Nov
26
answered Good ethical hacking book
Nov
18
answered How to repair Resharper?
Nov
16
revised C# Date Parse Exact Issue
added 95 characters in body; deleted 2 characters in body
Nov
16
answered C# Date Parse Exact Issue
Nov
15
comment bool true = false?
Looking to get fired?
Nov
13
revised C# class definition unknown
fixed the code a little bit
Nov
9
comment How to convert string[] to ArrayList?
Is there a particular reason you need to use an ArrayList? Use List<string> instead.
Nov
9
accepted How to detect IIS version using C#?
Nov
8
revised C# binary to string
fixed code
Nov
4
comment System.StackOverflowException
@Kobi It does when you use VS2008 (even targeting .NET 2.0)
Nov
3
answered C# DateTimePicker Custom Format
Nov
3
answered Need a pointer to C# article
Oct
13
revised Inlining Functions
added 4 characters in body
Oct
7
answered How can I determine which framework was used to build a particular Windows desktop application?
Oct
1
comment In c# does a locked object stay locked if an exception occurs inside it?
Except if a TheadAbortException occurs between the Monitor.Enter and try: blogs.msdn.com/ericlippert/archive/…
Sep
25
answered Regular Expression to find querystring portion of a hyperlink
Sep
17
accepted How to (visual studio 2008 / Resharper) refactor / automate mixin pattern
Sep
16
answered How to (visual studio 2008 / Resharper) refactor / automate mixin pattern
Sep
16
awarded  Yearling
Sep
5
revised Getting an array of string from an array of objects
edited title
Sep
5
comment Mono Cecil vs. PostSharp Core vs. Microsoft CCI for implementing AOP framework
LinFu does that. It has with a post-compiler task to weave the IL.
Sep
5
answered Confusion over `Action` delegate and lambda expressions
Sep
5
revised Mono Cecil vs. PostSharp Core vs. Microsoft CCI for implementing AOP framework
added 267 characters in body
Sep
5
answered Mono Cecil vs. PostSharp Core vs. Microsoft CCI for implementing AOP framework
Sep
5
answered Getting an array of string from an array of objects
Sep
2
answered Visual Studio 08 Spell Check Addin?
Aug
27
revised Resharper “The condition (project != null) is false”
deleted 1 characters in body
Aug
27
answered Resharper “The condition (project != null) is false”
Aug
26
revised Error: Do not override object.Finalize. Instead, provide a destructor
Edited tags and removed redundant code
Aug
26
answered Error: Do not override object.Finalize. Instead, provide a destructor
Aug
24
revised Common programming mistakes for .NET developers to avoid?
edited body
Aug
24
revised Common programming mistakes for .NET developers to avoid?
capitalized "Replace"
Aug
24
accepted “Red Cross” problem on MenuStrip and ToolStrip
Aug
22
comment Does every type in .net inherit from Sytem.Object?
Beat me by 3 seconds :)
Aug
22
answered Does every type in .net inherit from Sytem.Object?
Aug
18
comment ReSharper formatting: align equal operands
I'm glad this is working for you. I haven't looked at it yet, but I think there might be a problem aligning variables - how will you know which ones to align? Unless you define all your variables at the top of the method, this won't really work well. Perhaps this could be implemented as a "quick fix" - highlight the variables you want to align, press Alt-Enter and voilla! :) I'll look into it later :)
Aug
18
revised ReSharper formatting: align equal operands
added 69 characters in body
Aug
18
revised ReSharper formatting: align equal operands
deleted 17 characters in body
Aug
17
answered ReSharper formatting: align equal operands
Aug
16
revised Get a Video File’s Details
added tags
Aug
16
answered Get a Video File’s Details
Aug
13
accepted Custom Brace formatting with Resharper
Aug
10
revised LINQ to SQL validate all fields, not just stop at first failed field
language clean up
Aug
10
revised C# : How to erase content on a Bitmap
made syntax highlighting appear