dr. evil

5,887
Reputation
1675 views

Registered User

Name dr. evil
Member for 1 year
Seen 2 days ago
Website
Location
Age
I'm a VB!
1h
awarded  Nice Answer
9h
awarded  Nice Question
Nov
27
accepted SHDocVw.WebBrowserClass register to refresh event
Nov
25
awarded  Yearling
Nov
11
awarded  Popular Question
Nov
9
comment what happens to older software engineers?
They send them to city recycling center
Nov
7
comment How to set and delete cookies from WebBrowser Control for arbitrary domains
Isn't that for whole IE? I don't want to delete users' browser cookies for IE, it should be something only for the current application's hosted web control. Correct me if I'm wrong.
Nov
6
comment How to set and delete cookies from WebBrowser Control for arbitrary domains
From "Webrowser Control", this is not a web application it's Winforms.
Nov
6
asked How to set and delete cookies from WebBrowser Control for arbitrary domains
Nov
1
comment Restricting file/folder write to paths other then the specified root
Combine won't work in this though: Path.Combine("c:\test\", "\inroot") == "c:\inroot"
Nov
1
answered Restricting file/folder write to paths other then the specified root
Nov
1
comment Restricting file/folder write to paths other then the specified root
chroot is a bit more like about permissions, I'm more after a simple API call which will take the canonicalization issues for me.
Nov
1
revised Restricting file/folder write to paths other then the specified root
added 3 characters in body
Nov
1
asked Restricting file/folder write to paths other then the specified root
Oct
31
comment System.ArgumentNullException in System.Threading.Monitor.Enter
That's the problem, I've just look for all references and there is none. Also this never happened in our development or testing environments although reported from 2 clients.
Oct
31
asked System.ArgumentNullException in System.Threading.Monitor.Enter
Oct
26
comment How to understand if a request made to WCF?
programmatically
Oct
26
awarded  Nice Question
Oct
26
accepted Deserialization error in MEF due to missing assemblies
Oct
26
revised What do you do when you’re stuck?
deleted 671 characters in body; deleted 143 characters in body
Oct
24
revised WCF Service which creates a new thread for every new request
added 9 characters in body
Oct
24
asked How to understand if a request made to WCF?
Oct
24
answered WCF Service which creates a new thread for every new request
Oct
22
comment WCF ConcurrencyMode.Multiple Connection best practices and Caching
Without multiple it wouldn't work as multithreaded, that means multihtreading in the client would be pointless since it'll wait for each other. And it's not a milisecond call it takes seconds. Or am I missing anything.
Oct
22
comment WCF ConcurrencyMode.Multiple Connection best practices and Caching
ops! I see I thought that was your blog, anyway definitely good link to prove the point.
Oct
22
comment WCF ConcurrencyMode.Multiple Connection best practices and Caching
good stuff, especially benchmarking. How about some code ? :) I already added some caching but your implementation looks neat, it would be nice to take a sneak peek :)
Oct
22
revised WCF ConcurrencyMode.Multiple Connection best practices and Caching
added 2 characters in body
Oct
22
comment WCF ConcurrencyMode.Multiple Connection best practices and Caching
aghh! that's pretty rubbish. I actually already built a caching system but I just don't like the idea of extra complexity. Thanks for the clarification +1.
Oct
22
comment Merging users’ history in SVN
this sounds like the best approach, there are so many revisions but I guess I can just write a simple loop and change all of them.
Oct
22
asked WCF ConcurrencyMode.Multiple Connection best practices and Caching
Oct
22
asked Merging users’ history in SVN
Oct
21
awarded  Nice Question
Oct
20
awarded  Popular Question
Oct
20
comment How can I deserialize an interface type?
+1 Thanks for the clarification, this changes everything :) I'll try to find what's different with your example and mine.
Oct
20
comment How can I deserialize an interface type?
Wow, good question, I'm not sure. I overly simplified the question, I've got several interfaces and inner classes but after all this is the same theory. I'm not quite sure why I'm getting the error when this example works just fine.
Oct
20
comment How can I deserialize an interface type?
I'm trying to serilize an instance not the interface itself. It's a type which implements this interface and referenced within the seriliazed class.
Oct
20
comment How can I deserialize an interface type?
Actually @Pop is right, it actually knows concrete type of the object, so should able to deseriliaze it
Oct
20
revised How can I deserialize an interface type?
edited title
Oct
20
comment How can I deserialize an interface type?
I asked the question badly though, I'll change the title.
Oct
20
comment How can I deserialize an interface type?
Sure it does and I agree on that, the question is how to solve it? :)
Oct
20
comment How can I deserialize an interface type?
@Henk @GenericTypeTeat just gave the answer about that
Oct
20
comment How can I deserialize an interface type?
Yes, but in my case I can't do that, I was hoping to solve that problem without doing this.
Oct
20
comment How can I deserialize an interface type?
@Arsen Yes I do, that's why I'm getting the error (I think).
Oct
20
comment How can I deserialize an interface type?
I suppose it does, am I supposed to tell something about it to deserializer?
Oct
20
asked How can I deserialize an interface type?
Oct
19
comment What is the easiest way to transfer a class with many dependecies in WCF (using shared DLLs)?
I was afraid that someone would say this! Too much to do :(
Oct
19
asked What is the easiest way to transfer a class with many dependecies in WCF (using shared DLLs)?
Oct
16
comment Does Meta-refresh require a full url
I'm sure lynx won't like it when you generate it with JS :)
Oct
15
asked SQL Server CE “module could not be found” Crash
Oct
11
comment What’s the deal with dontEscape support in Uri? .NET 3.5
Wow actually it did sent it :D Lol I'll just rephrase the question.