User dr. evil - Stack Overflowmost recent 30 from stackoverflow.com2009-12-05T23:08:44Zhttp://stackoverflow.com/feeds/user/40322http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/350383/coderush-tricks-of-the-trade5CodeRush Tricks of the Tradedr. evil2008-12-08T18:24:53Z2009-11-26T16:19:41Z
<p>I was using CodeRush quite while ago and now I'm planning to use it again. I've install the trial but I forgot all cool features except Alt + Home (drop a marker). And when you don't know some cool tricks it's really like burning money (since it's not cheap for personal use)</p>
<p>What do you like about it? What are your best features?</p>
<p>My best feature is marker:
Alt + Home (and use escape to go back)</p>
<p><em>P.S Dear Devxpress, if you think I helped you by asking this question I can accept some donations, a free license of CodeRush would be nice!</em></p>
<p><strong>Currently What I like most</strong></p>
<ul>
<li>ps/pi etc. shortcut to create properties</li>
<li>cc to create constructors</li>
<li>pressing tab to navigate between the references</li>
<li>F12 to find references in new cool window</li>
<li>Ctrl + Shift + . for recent files</li>
<li>Ctrl + Shift + Q for jumping to any function / class</li>
<li>fe/fi for "for loops"</li>
</ul>
http://stackoverflow.com/questions/1656886/restricting-file-folder-write-to-paths-other-then-the-specified-root0Restricting file/folder write to paths other then the specified rootdr. evil2009-11-01T11:05:48Z2009-11-22T05:09:24Z
<p>In .NET is there any API that allows me to restrict some IO operations to the specified path?</p>
<p>For example:</p>
<ul>
<li><code>Root Path: C:\Test\</code></li>
</ul>
<p>Now I want to call a function like this:</p>
<ul>
<li><code>IO.Directory.CreateDirectory("../testing/",Root)</code></li>
</ul>
<p>And now I want the API to handle this situation for me and do not create a folder other than the specified directory.</p>
<p>So this should be created as <code>c:\Test\testing\</code> instead of <code>c:\testing\</code>.</p>
<p>I know I can manually do this but I thought maybe there is an API that I don't know which supports such a thing.</p>
<p>The thing is I've got bunch of random strings and I'll crate folders and files based on them, I don't want to write anything to another folder because one of these strings include a string like "../"</p>
http://stackoverflow.com/questions/1032031/how-to-get-rid-of-missing-directories-in-svn-commit1How to get rid of missing directories in SVN commit?dr. evil2009-06-23T11:39:29Z2009-11-17T16:12:33Z
<p>When I try to commit SVN reports about 10 old directories as missing. </p>
<p>I've deleted these directories quite a while ago. I've tried to create the same directory again but then SVN reports them as "obstructed" and I can't delete them.</p>
<p>These directories are not in the repository either. They are not affecting my commits directly but TortoiseSVN showing these folders in commit dialog. For sake for keeping my commit dialog clean to see other changes easily I want to get rid of these missing directories. </p>
<p>Is there anyway to solve this other than a clean checkout?</p>
<p>--
It's in the comments of accepted answer for future reference this is the solution which worked for me:</p>
<p><strong>I've created the directory first locally then force to delete and it resolves the problem.</strong></p>
http://stackoverflow.com/questions/889378/how-can-i-list-files-in-cvs-without-an-initial-checkout0How can I list files in CVS without an initial checkout?dr. evil2009-05-20T18:05:39Z2009-11-17T15:49:29Z
<p>How can I list files CVS without an initial checkout?</p>
<p>In subversion I can simply do "svn ls <a href="http://svn.svn.com" rel="nofollow">http://svn.svn.com</a>" in CVS how can I do this?</p>
<p>For example I've got this CVS connection:</p>
<pre><code> pserver:anonymous@evocms.cvs.sourceforge.net:/cvsroot/evocms
</code></pre>
<p>How can I list all files in it?</p>
<p><strong>UPDATE:</strong> </p>
<p>I'm doing this:</p>
<pre><code>c:\>set CVSROOT=pserver:anonymous@evocms.cvs.sourceforge.net:/cvsroot/evocms
c:\>cvs -list ---> doesn't work, prints out the help screen
</code></pre>
http://stackoverflow.com/questions/1041153/teamcity-labeling-vcs-subversion-with-an-artifacts-file-version0TeamCity: labeling VCS (Subversion) with an artifact's file versiondr. evil2009-06-24T21:41:07Z2009-11-17T05:00:03Z
<p>I want to create create a label (tag) in the SVN with a file's version. </p>
<p>I'm already renaming the artifact by getting the file version of the main executable produced by the build. Such as: <code>MyInstaller-1.2.3.1.exe</code>. Now I want to create a tag in the SVN called <code>/tags/1.2.3.1</code>. I couldn't find a way to set such a thing in the labeling pattern.</p>
<p>Currently my labeling is just "%system.build.number%"</p>
<p>Any idea about how to do this?</p>
<p><em>I'm using TeamCity Professional Version 4.5.3 (build 9035)</em> </p>
http://stackoverflow.com/questions/798971/how-to-idenfiy-if-the-dll-is-debug-or-release-build-in-net9How to idenfiy if the DLL is Debug or Release build (in .NET)dr. evil2009-04-28T17:13:12Z2009-11-08T07:46:07Z
<p>I'm sure this has been asked before, but google and SO search failed me.</p>
<p>How can I identify if a DLL is a release build or debug build?</p>
http://stackoverflow.com/questions/1688991/how-to-set-and-delete-cookies-from-webbrowser-control-for-arbitrary-domains1How to set and delete cookies from WebBrowser Control for arbitrary domainsdr. evil2009-11-06T17:12:57Z2009-11-07T16:22:33Z
<p>How can I set and delete cookies for a domain in webbrowser control without using Javascript (<em>which doesn't allow to set / delete cookies without navigating to the website first.</em>)</p>
http://stackoverflow.com/questions/473526/best-project-management-tool-for-2-developers6Best Project Management Tool for 2 Developers ?dr. evil2009-01-23T16:23:45Z2009-11-05T20:56:27Z
<p>I'm looking for a good project management tool for 2 developers. I prefer online services such as basecamp but others are welcome as well.</p>
<p>Some tools are heavily designed for large teams so looking for project managements tools which is suitable for really small teams like 2 to 4 developer.</p>
<p>It can Open Source or Commercial.</p>
http://stackoverflow.com/questions/1655182/system-argumentnullexception-in-system-threading-monitor-enter0System.ArgumentNullException in System.Threading.Monitor.Enterdr. evil2009-10-31T18:28:26Z2009-11-04T16:42:49Z
<p>I've got a code like this:</p>
<p>Some of our clients receiving "System.ArgumentNullException in System.Threading.Monitor.Enter" in the following code block:</p>
<pre><code>Public Class CheckStuff
Private Shared SLock As New Object
Public Sub GetIt()
Synclock SLock
DoSomething()
End Synclock
End Sub
End Class
</code></pre>
<p>How can this be possible? Considering the <code>SLock</code> is shared, never touched from anywhere else?</p>
http://stackoverflow.com/questions/1656886/restricting-file-folder-write-to-paths-other-then-the-specified-root/1656956#16569560Answer by dr. evil for Restricting file/folder write to paths other then the specified rootdr. evil2009-11-01T11:40:16Z2009-11-01T11:40:16Z<p>I found one:</p>
<pre><code>DirectoryInfo.CreateSubdirectory()
</code></pre>
<p>not the exact same thing but similar, it checks if the given path is actually a subdirectory or not.</p>
http://stackoverflow.com/questions/427532/what-do-you-do-when-youre-stuck10What do you do when you're stuck?dr. evil2009-01-09T09:44:22Z2009-10-26T11:14:37Z
<p>I've been working on a project and there is a "must" kind of a deal breaker for the whole project. I <a href="http://stackoverflow.com/questions/411626/how-to-set-current-document-domain-in-webbrowser-control-to-avoid-access-is-denie">asked around</a>, <a href="http://stackoverflow.com/questions/415926/how-to-carry-out-cross-domain-request-in-webbrowser-control#420751">asked in SO</a> ( <strong>with 550 bounty</strong> ), spend about 3 days to find a solution. </p>
<p>I <a href="http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.inetsdk.programming.webbrowser%5Fctl&tid=cdb2ec69-6338-485a-9e7f-3b46ac8b9ecd&cat=&lang=&cr=&sloc=&p=1" rel="nofollow">found the solution</a> but couldn't implement it in .NET. At the end I stuck.</p>
<p>Now what should I do? </p>
<p>I was thinking about going to a rentacoder alike website and just hire someone to do this? What would you do? and do you think hiring someone would help?</p>
<p><strong>What I've done so far :</strong></p>
<ul>
<li>Slept on it, did different stuff for a wihle</li>
<li>Ask about 3-4 different places (expersexchange,ms newsgroup, private e-mail, SO)</li>
<li>Tried workaround it, ignore, find a different way, hack it (didn't work)</li>
<li>I've spend about 5 days with breaks, and I do believe this is the right problem to solve.</li>
</ul>
http://stackoverflow.com/questions/1618164/how-to-understand-if-a-request-made-to-wcf0How to understand if a request made to WCF?dr. evil2009-10-24T14:35:14Z2009-10-26T10:56:39Z
<p>Is there any event which allows me to get informed when a client accesses any of the listening WCF service methods ?</p>
http://stackoverflow.com/questions/1106815/teamcity-best-practices-to-deploy-produced-installers-artifacts4TeamCity: Best Practices to deploy produced installers (artifacts)dr. evil2009-07-09T22:41:41Z2009-10-25T18:42:11Z
<p>We got a TeamCity server which produces nightly deployable builds. We want our beta tester to have access these nightly builds.</p>
<p>What are the best practices to do this? TeamCity Server is not public, it is in our office, so I assume best approach would be pushing artifacts via FTP or something like that.</p>
<p>Also I have no clue how to trigger a script when an artifact created successfully. Does TeamCity provide a way to do that?</p>
http://stackoverflow.com/questions/1431180/wcf-service-which-creates-a-new-thread-for-every-new-request/1618148#16181480Answer by dr. evil for WCF Service which creates a new thread for every new requestdr. evil2009-10-24T14:30:21Z2009-10-24T14:49:12Z<p>Depends on what exactly you want, but the following service behaviour will solve it:</p>
<pre><code>ServiceBehavior:
ConcurrencyMode=ConcurrencyMode.Multiple
InstanceContextMode=InstanceContextMode.Single
</code></pre>
<p>Your class will be a singleton, but all calls made to the methods will run in a separate thread. If you need any synchronization though you have to do it manually.</p>
<p>Also don't forget to look into throttling to be aware of potential performance issues.</p>
http://stackoverflow.com/questions/1609703/wcf-concurrencymode-multiple-connection-best-practices-and-caching0WCF ConcurrencyMode.Multiple Connection best practices and Cachingdr. evil2009-10-22T20:15:09Z2009-10-22T21:01:57Z
<p>I've got a WCF service with the following settings:</p>
<ul>
<li>NetNamedPipeBinding</li>
<li>ConcurrencyMode.Multiple</li>
<li>InstanceContextMode.Single</li>
</ul>
<p>Now I've got a client that accesses to this WCF service in a multi-threaded fashion.</p>
<p>As far as I understand I have to open a new connection to the service for each thread to avoid threads to block each others.</p>
<ul>
<li>In this case how expensive is the <code>Open()</code> call (<em>service is in the same computer</em>)? </li>
<li>Shall I cache/pool the my client class? (<em>derived from <code>ClientBase</code></em>) or does WCF provides a transparent pool for connections similar to SQLConnection Pooling?</li>
</ul>
http://stackoverflow.com/questions/1609492/merging-users-history-in-svn1Merging users' history in SVNdr. evil2009-10-22T19:38:01Z2009-10-22T19:54:21Z
<p>Is there any way to merge two users' history into one user in SVN?</p>
http://stackoverflow.com/questions/1593414/how-can-i-deserialize-an-interface-type2How can I deserialize an interface type?dr. evil2009-10-20T09:22:18Z2009-10-20T10:20:10Z
<p>I serialize a class which includes a property called <code>Model</code> as <code>IModel</code> but when I try to Deserialize it I'm getting the following exception:</p>
<pre><code>System.Runtime.Serialization.SerializationException: Type 'MYN.IModel' in Assembly 'MYN.Defs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' is not marked as serializable.
</code></pre>
<p>It's binary serialization. <code>Model</code> marked as serializable. Obviously IModel is not.</p>
<p>So what's the solution, what am I doing wrong? Why does it try to seriliaze or deserialize an interface anyway?</p>
<p><em>P.S. Interface hasn't got an Enum in it.</em></p>
http://stackoverflow.com/questions/1589334/what-is-the-easiest-way-to-transfer-a-class-with-many-dependecies-in-wcf-using-s0What is the easiest way to transfer a class with many dependecies in WCF (using shared DLLs)?dr. evil2009-10-19T15:22:14Z2009-10-19T16:23:15Z
<p>I've got a class which has properties referenced to couple of interfaces and classes. </p>
<p>Now I'm trying to transfer this one class via WCF (named pipes), what's the best way to deal with it?</p>
<p>Shall go into all referenced interfaces, class and mark stuff as <code><DataContract()>, <Serializable()> and <DataMember()></code>, which means at least 6-10 classes to change.</p>
<p>Is there any other practical way to solve this problem? These interfaces and classes all shared in the host as well as the client. They are using the very same DLLs.</p>
http://stackoverflow.com/questions/1571241/sql-server-ce-module-could-not-be-found-crash0SQL Server CE "module could not be found" Crashdr. evil2009-10-15T09:27:35Z2009-10-15T09:27:35Z
<p>We are getting following error message in one Windows XP - X86</p>
<pre><code>Exception Source: System.Data.SqlServerCe
Exception Type: System.DllNotFoundException
Exception Message: Unable to load DLL 'sqlceme35.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Exception Target Site: DllAddRef
</code></pre>
<p>SQL Server CE installed and the application is compiled as X86 running OS is X86 as well.</p>
<p>Any idea why this might happen?</p>
<p><em>Normally this works almost perfectly in most of the computers, but doesn't work on this one computer.</em></p>
http://stackoverflow.com/questions/1551472/whats-the-deal-with-dontescape-support-in-uri-net-3-50What's the deal with dontEscape support in Uri? .NET 3.5dr. evil2009-10-11T19:04:26Z2009-10-11T19:43:28Z
<p>Documentation state that <a href="http://msdn.microsoft.com/en-us/library/9zh9wcb3.aspx" rel="nofollow">dontEscape is deprecated and always false</a>. </p>
<p>However it actually works. Is it a good idea to use it anyway, or is there any other alternative to send non RFC compliant Http requests?</p>
<p><strong>Sample Code:</strong></p>
<pre><code>Dim U As New Uri("http://www.google.com/>", True)
Dim W As New Net.WebClient()
WL(W.DownloadString(U))
</code></pre>
http://stackoverflow.com/questions/1536334/running-nunit-tests-in-a-multithreaded-fashion3Running nUnit tests in a multithreaded fashiondr. evil2009-10-08T08:09:45Z2009-10-10T00:31:47Z
<p>Is it possible to run nunit tests in a multithreaded fashion? Is there any runner which can provide this?</p>
<p>Before someone jump on "unit test" concept, let me explain: These are <strong>not unit tests</strong> we are using nunit for functional / integration testing as well, and some of those tests are incredibly slow, got lots of wait state. Therefore multithreading can help them massively.</p>
<p>I know as a last resort I can roll my own multi-threading within the tests but that'll introduce an unrequired overhead.</p>
http://stackoverflow.com/questions/709399/how-to-serialize-big-objects-in-net-outofmemory-exceptions1How to serialize big objects in .NET? (OutOfMemory Exceptions)dr. evil2009-04-02T11:55:35Z2009-10-09T20:06:19Z
<p>I'm using serialization for "save" feature in my application. But when the data is too big (15+ MB) I'm starting to get OutOfMemory exceptions.</p>
<p>I've got so many objects and they are connected with other little objects, I think this is causing too much processing power and data held in the memory.</p>
<p>My code is based on this, almost same:</p>
<p><a href="http://www.codeproject.com/KB/vb/TreeViewDataAccess.aspx" rel="nofollow">http://www.codeproject.com/KB/vb/TreeViewDataAccess.aspx</a></p>
<p><strong>Edit :</strong></p>
<ol>
<li><p>I don't use custom serialization, it's all done by [Serialization] attributes. Excluding some fields.</p></li>
<li><p>I serialize so many objects and custom classes. Includes Dictionary, structures and bunch of other stuff. </p></li>
<li><p>I serialize it into a file.</p></li>
<li><p>I use XmlSerializer</p></li>
</ol>
<p><em>P.S. I've got 4 GB physical memory.</em></p>
<p><strong>Solution</strong></p>
<p>Thanks to answers, my problem was found to be with XmlSerializer and I've got rid of it. Binary serialization is working just fine with the data I've got.</p>
http://stackoverflow.com/questions/57512/users-of-gallio-what-advantages-and-disadvantages-have-you-experienced-using-thi/1537139#15371390Answer by dr. evil for Users of Gallio, what Advantages and Disadvantages have you experienced using this Tool?dr. evil2009-10-08T11:12:43Z2009-10-08T11:12:43Z<p>It's terrible unstable, I used it about 3-4 months ago it was terrible unstable and slow. </p>
<p>Now I've just tried it and it crashes when you click "Save", then it never opens again unless you go and clean up the "Local Settings", I assume it's still terrible unstable.</p>
<p>I wish they would stop adding new features and instead fix these rather obvious bugs.</p>
<p>P.S. Project got 1000~ unit tests and it's using nUnit (maybe it's just my nUnit and Gallio don't play well together )</p>
<p>I really want to use it and I've got 3.1 - 313, I couldn't even save a project without getting a crash!</p>
<p><strong>After all bad stuff advantages Here:</strong></p>
<ul>
<li><p>Great support for different flavours, I've used it for nUnit and mbUnit it's really good. It even support RowTest in nUnit very well.</p></li>
<li><p>GUI is pretty cool, clean</p></li>
<li>Got great features like setting working directory</li>
<li>Reporting & Integration</li>
</ul>
http://stackoverflow.com/questions/1531123/clearing-up-large-fields-from-memory-in-long-lived-objects1Clearing up large fields from memory in long lived objectsdr. evil2009-10-07T11:45:48Z2009-10-07T12:07:34Z
<p>.NET 3.5, I've got some classes which stores up to 1MB of strings. Even though I need the object for a really long time I don't need to store the string for a long time. </p>
<p>How can I truly remove the string from memory without disposing the parent object.</p>
<p>Is it a good practice to use "<code>myString = null</code>" in this case? or shall wrap it in a private dsposable class or something?</p>
http://stackoverflow.com/questions/1530417/im-being-attacked-please-help/1530504#15305041Answer by dr. evil for Im being attacked please helpdr. evil2009-10-07T09:24:42Z2009-10-07T09:24:42Z<p>Is it yet another Automated SQL Injection attack? Check out your logs and see if there is something with "DECLARE" in it. (assuming you are using SQL Server)</p>
http://stackoverflow.com/questions/317046/why-doesnt-your-company-contribute-back-to-open-source/1524220#15242200Answer by dr. evil for Why doesn't your company contribute back to open source?dr. evil2009-10-06T08:08:44Z2009-10-06T08:08:44Z<p>Even though we do give back to open source as code patches, and releasing open source software I can understand why other companies don't. Because "it doesn't make any profit" :)</p>
http://stackoverflow.com/questions/1516936/memory-usage-sortedlist-vs-list-problem3Memory usage, SortedList vs List problemdr. evil2009-10-04T17:31:11Z2009-10-05T02:15:23Z
<p>I was using SortedList() in a class which stores about 15-100K data.</p>
<p>Recently my requirements changed, data should not be stored as sorted any more so I switched to List().</p>
<p>However in this case I noticed that List() consumes about 20%+ more memory.</p>
<p><strong>9K items:</strong> </p>
<ul>
<li>SortedList: 105MB</li>
<li>List: 125MB</li>
</ul>
<p><strong>15K items:</strong> </p>
<ul>
<li>SortedList: 115MB</li>
<li>List: 140MB</li>
</ul>
<p>In the environment I develop, memory is quite crucial. Instead of List() what can I use to avoid this extra memory consumption and still have a non-sorted list?</p>
<p><em>P.S. I do use a HashSet(Of String) to provide uniqueness check while using List(Of) to simulate SortedList.ContainsKey() although I don't think it can bring such memory overhead.</em></p>
<p><em>P.S. 2: My app has got about 80 MB base memory allocation in the startup. So numbers should read as 105-80=25, 125-80 =45 and so on</em></p>
<p><strong>RESULTS</strong></p>
<p>Thanks for the all answers, final results are:</p>
<ul>
<li>You should set the correct capacity to save memory</li>
<li>Hashset is very bad about memory, and consumes way more than expectations. This was the problem. Somehow SortedList() manages to use less memory for a similar functionality.</li>
</ul>
<p><strong>Some Bencmarks:</strong>
500 chars, 250000 insert</p>
<p><strong>List(OF STring)(50000)</strong></p>
<p>274 ms - 226 MB</p>
<p><strong>SortedList(Of String, String)(50000)</strong></p>
<p>34868 ms - 230 Mb</p>
<p><strong>Hashset</strong></p>
<p>420 ms - 232 MB</p>
<p><strong>Dictionary(OF String, Object)</strong></p>
<p>486 ms - 234 MB</p>
<p>Although when I changed decreased count to 25, then:</p>
<p><strong>Hashset</strong> for 600.000 iteration 300 Mb where <strong>List()</strong> is 286 Mb</p>
<p>Also about Hashset memory usage: <a href="http://blog.mischel.com/2008/04/09/hashset-limitations/" rel="nofollow">http://blog.mischel.com/2008/04/09/hashset-limitations/</a> Dictionary(Of string, object) was not much better either in my test.</p>
http://stackoverflow.com/questions/1419800/auto-update-is-this-secure/1515260#15152601Answer by dr. evil for Auto update: Is this secure?dr. evil2009-10-04T00:37:51Z2009-10-04T00:37:51Z<p>Don't mean to be troll in here, but you are trying to solve an already solved problem. Using SSL would be a much better choice. That would solve all problems listed in your question. </p>
<p>I understand that this system can be useful for people who can't afford an SSL certificate but anyone who can get one, should get one to solve this problem.</p>
<p>Don't forget, "Complexity is the enemy of security".</p>
http://stackoverflow.com/questions/1510593/jaro-winkler-distance-algorithm-in-net1Jaro-Winkler Distance Algorithm in .NET dr. evil2009-10-02T16:25:23Z2009-10-02T16:52:06Z
<p>Is there any LGPL or commercial-friendly licensed implementation of Jaro-Winkler distance in .NET?</p>
http://stackoverflow.com/questions/1441432/how-much-information-in-error-messages-to-regular-users/1482233#14822330Answer by dr. evil for How much information in error messages to regular users?dr. evil2009-09-26T21:33:54Z2009-09-26T21:33:54Z<p>None, just show give a reference number so user can give it to you, and you can check the details from the application logs (obviously you need to keep a copy of error logs).</p>
http://stackoverflow.com/questions/1699766/what-happens-to-older-software-engineersComment by dr. evil on what happens to older software engineers?dr. evil2009-11-09T08:52:50Z2009-11-09T08:52:50ZThey send them to city recycling centerhttp://stackoverflow.com/questions/1688991/how-to-set-and-delete-cookies-from-webbrowser-control-for-arbitrary-domains/1693557#1693557Comment by dr. evil on How to set and delete cookies from WebBrowser Control for arbitrary domainsdr. evil2009-11-07T16:38:39Z2009-11-07T16:38:39ZIsn'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.http://stackoverflow.com/questions/1688991/how-to-set-and-delete-cookies-from-webbrowser-control-for-arbitrary-domains/1689010#1689010Comment by dr. evil on How to set and delete cookies from WebBrowser Control for arbitrary domainsdr. evil2009-11-06T17:24:40Z2009-11-06T17:24:40ZFrom "Webrowser Control", this is not a web application it's Winforms.http://stackoverflow.com/questions/1656886/restricting-file-folder-write-to-paths-other-then-the-specified-root/1656963#1656963Comment by dr. evil on Restricting file/folder write to paths other then the specified rootdr. evil2009-11-01T12:03:28Z2009-11-01T12:03:28ZCombine won't work in this though: Path.Combine("c:\test\", "\inroot") == "c:\inroot"http://stackoverflow.com/questions/1656886/restricting-file-folder-write-to-paths-other-then-the-specified-root/1656898#1656898Comment by dr. evil on Restricting file/folder write to paths other then the specified rootdr. evil2009-11-01T11:12:54Z2009-11-01T11:12:54Zchroot is a bit more like about permissions, I'm more after a simple API call which will take the canonicalization issues for me.http://stackoverflow.com/questions/1655182/system-argumentnullexception-in-system-threading-monitor-enter/1655279#1655279Comment by dr. evil on System.ArgumentNullException in System.Threading.Monitor.Enterdr. evil2009-10-31T19:32:19Z2009-10-31T19:32:19ZBTW as itowlson spotted already that piece of code is definetely not thread-safe.http://stackoverflow.com/questions/1655182/system-argumentnullexception-in-system-threading-monitor-enter/1655279#1655279Comment by dr. evil on System.ArgumentNullException in System.Threading.Monitor.Enterdr. evil2009-10-31T19:30:55Z2009-10-31T19:30:55ZWhat do you mean? Another "process" is accessing my lock?http://stackoverflow.com/questions/1655182/system-argumentnullexception-in-system-threading-monitor-enter/1655198#1655198Comment by dr. evil on System.ArgumentNullException in System.Threading.Monitor.Enterdr. evil2009-10-31T19:29:58Z2009-10-31T19:29:58ZThat'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.http://stackoverflow.com/questions/1618164/how-to-understand-if-a-request-made-to-wcf/1624186#1624186Comment by dr. evil on How to understand if a request made to WCF?dr. evil2009-10-26T16:52:41Z2009-10-26T16:52:41Zprogrammaticallyhttp://stackoverflow.com/questions/1609703/wcf-concurrencymode-multiple-connection-best-practices-and-cachingComment by dr. evil on WCF ConcurrencyMode.Multiple Connection best practices and Cachingdr. evil2009-10-22T21:26:44Z2009-10-22T21:26:44ZWithout 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.http://stackoverflow.com/questions/1609703/wcf-concurrencymode-multiple-connection-best-practices-and-caching/1609854#1609854Comment by dr. evil on WCF ConcurrencyMode.Multiple Connection best practices and Cachingdr. evil2009-10-22T21:02:46Z2009-10-22T21:02:46Zops! I see I thought that was your blog, anyway definitely good link to prove the point.http://stackoverflow.com/questions/1609703/wcf-concurrencymode-multiple-connection-best-practices-and-caching/1609854#1609854Comment by dr. evil on WCF ConcurrencyMode.Multiple Connection best practices and Cachingdr. evil2009-10-22T20:54:39Z2009-10-22T20:54:39Zgood 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 :)http://stackoverflow.com/questions/1609703/wcf-concurrencymode-multiple-connection-best-practices-and-caching/1609740#1609740Comment by dr. evil on WCF ConcurrencyMode.Multiple Connection best practices and Cachingdr. evil2009-10-22T20:30:12Z2009-10-22T20:30:12Zaghh! 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.http://stackoverflow.com/questions/1609492/merging-users-history-in-svn/1609578#1609578Comment by dr. evil on Merging users' history in SVNdr. evil2009-10-22T20:23:39Z2009-10-22T20:23:39Zthis 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. http://stackoverflow.com/questions/1593414/how-can-i-deserialize-an-interface-type/1593499#1593499Comment by dr. evil on How can I deserialize an interface type?dr. evil2009-10-20T10:31:17Z2009-10-20T10:31:17Z+1 Thanks for the clarification, this changes everything :) I'll try to find what's different with your example and mine.