1,705 reputation
823
bio website gebb.livejournal.com
location Novosibirsk, Russia
age 33
visits member for 3 years, 11 months
seen 15 hours ago
stats profile views 59
Nothing special.

Mar
7
revised Error - A SignInResponse message may only redirect within the current web application - MVC 2.0 application
added 36 characters in body
Mar
7
answered Error - A SignInResponse message may only redirect within the current web application - MVC 2.0 application
Feb
19
awarded  Civic Duty
Feb
15
suggested suggested edit on How can I register class as singleton depending on optional argument in Autofac?
Feb
11
comment Read Introduction in C# - how to protect against it?
Thank you for this great answer! I would still argue that there are situations where read introduction is the only concern. See for example the method WaitWhilePausedAsync in Stephen Toub's implementation of cooperative pausing.
Feb
11
accepted Read Introduction in C# - how to protect against it?
Feb
11
comment Read Introduction in C# - how to protect against it?
@erikkallen: Stephen Toub seems to confirm your hypothesis. At least I got this impression from this conversation with him.
Feb
10
awarded  Nice Question
Feb
10
asked Read Introduction in C# - how to protect against it?
Feb
9
revised get all subsets of a specific set iteratively
deleted 14 characters in body
Feb
9
revised get all subsets of a specific set iteratively
Give a different rosetta-code implementation.
Feb
9
revised get all subsets of a specific set iteratively
added 193 characters in body
Feb
9
answered get all subsets of a specific set iteratively
Jan
23
awarded  Informed
Jan
23
answered Is there a better waiting pattern for c#?
Jan
21
revised Why does not Visual Studio display warnings generated by the #warning directive (CS1030)?
Update with the info that the bug was fixed.
Jan
18
awarded  Popular Question
Nov
13
awarded  Enlightened
Nov
13
awarded  Nice Answer
Oct
29
comment What Regex Pattern Should Be Used for 3 Possible Endings
Positive lookahead also works "(Picture Compare)(.*?)(?=Picture Compare|\\Z)"