Artyom Krivokrisenko

less info
636 reputation
28
bio website
location Moscow, Russia
age 25
visits member for 2 years, 4 months
seen yesterday
stats profile views 60

Mar
7
awarded  Popular Question
Mar
4
comment ContentTemplate does not work with DXWindow?
Support Center says this bug is fixed. I can confirm this bug still exists in v2012 vol 1.8 / 1-Nov-2012
Jan
19
awarded  Yearling
Oct
17
comment How to implement wizard control in VB.NET
> they have serious graphical bugs ... Orly? Serious graphical bugs that were not fixed for 10 years?
Oct
16
comment Transparent authorization reliability
Methods still may be called via reflection. But even in this case security checking is not avoided so everything is fine.
Oct
15
comment Best practices to avoid pross-thread/process database accessment
There may be multiply instances but in different processes. First of all, if Overlapped Recycle option of app pool is enabled (and it is enabled by default), there may be more than one w3wp process when recycling occures. Also there may be more than 1 instance if Maximum Worker Processes option is more than 1.
Oct
14
comment What is the bug in this WeakEventHandler?
I see the difference is the first version uses WeakReference to reference delegate itself, but "corrected version" uses WeakReference to reference target of the delegate. What does it mean? WeakReference does not work correctly when references delegate?
Oct
14
comment What is the bug in this WeakEventHandler?
I'm not looking for implementation of weak event, but rather want to understand what is the problem with implementation I showed above. I've just checked CLR via C#, it has about the same weak event handler implementation as I showed above. Richter says in his blog that it does not work as intended, so I want to know what is the problem with this implementation.
Oct
14
asked What is the bug in this WeakEventHandler?
Oct
3
accepted What is the best way to join ordered arrays?
Oct
2
comment What is the best way to join ordered arrays?
yes, it is dynamic. But I can assume than it usually will be less then 10.
Oct
2
comment What is the best way to join ordered arrays?
No, arrays does not have duplicates
Oct
2
revised What is the best way to join ordered arrays?
added 33 characters in body
Oct
2
asked What is the best way to join ordered arrays?
Oct
2
comment Using TypeScript in cshtml files
Why are you calling using of external files a feature? As for me it is more comfortable to store scripts directly on a page they will run.
Oct
2
accepted Using TypeScript in cshtml files
Oct
2
asked Using TypeScript in cshtml files
May
16
answered Weather Forecast Web Service
May
16
answered Need help to use Expression Tree to build a LINQ query
May
16
answered Hashing password in WPF C# application