2,463 reputation
42138
bio website
location Serbia
age 30
visits member for 4 years, 2 months
seen 1 hour ago
stats profile views 678

Software developer


Jun
12
awarded  Popular Question
Jun
10
awarded  Notable Question
Jun
1
awarded  Favorite Question
May
27
asked Stop the process on Android using Ruboto
May
13
comment Simplest way to do a fire and forget method in C#?
@Will to see the output in console application, just put Console.ReadLine(); at the end of Main function :)
Apr
28
comment Enable remote connections for SQL Server Express 2012
wow, it just worked! thanks
Apr
22
awarded  Good Answer
Apr
16
awarded  Nice Question
Apr
4
comment Dart interaction / access to database
Pastebin link is not longer valid.
Mar
30
awarded  Yearling
Mar
5
awarded  Caucus
Feb
20
accepted Enum-like class
Feb
19
comment Enum-like class
it is too "hacky", it is not straight forward, you need to do additional casting, code is not clear. You could do also like Enums.GetDescription((CustomerType)CustermType.Type1); but whats the point if I could have it straght forward with string CustermType.Type1String. Thanks anyway, I didn't know before about Description attribute :)
Feb
19
asked Enum-like class
Feb
10
comment WCF Authentication Service Proxy - CookieContainer not available
very useful link, thanks!
Jan
9
awarded  Popular Question
Jan
7
awarded  Excavator
Jan
7
revised How to achieve Natural(human alpha-numeric ) Sorting, for silverlight datagrids using ViewModel?
added 82 characters in body
Dec
17
awarded  Nice Question
Dec
10
comment After Publish event in Visual Studio
Please see update in question, thank you.