User Rob G - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T00:36:05Z http://stackoverflow.com/feeds/user/1107 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/8896/memcached-on-windows-x64 10 Memcached on Windows (x64) Rob G 2008-08-12T14:37:28Z 2009-11-04T01:48:34Z <p>Does anyone know <strong>IF</strong>, <strong>WHEN</strong> or <strong>HOW</strong> I can get <a href="http://www.danga.com/memcached/" rel="nofollow">Memcached</a> running on a Windows 64bit environment? </p> <p>I'm setting up a new hosting solution and would much prefer to run a 64bit OS, and since it's an ASP.Net MVC solution with SQL Server DB, the OS is either going to be Windows Server 2003 or (hopfully!) 2008.</p> <p>I know that this could spill over into a debate regarding 32bit vs 64bit on servers, but let's just say that my preference is 64bit and that I have some <a href="http://blogs.technet.com/mscom/archive/2005/09/26/411568.aspx" rel="nofollow">very</a> <a href="http://www.codinghorror.com/blog/archives/000435.html" rel="nofollow">good</a> reasons.</p> <p>So far, I've tried a number of options and found a <a href="http://blog.rakeshxp.com/2007/09/running-memcached-on-windows.html" rel="nofollow">bit</a> of <a href="http://www.splinedancer.com/memcached-win32/" rel="nofollow">help</a> related to getting this up on a 32bit machine (and succeeded I might add), but since the original <a href="http://jehiah.cz/projects/memcached-win32/" rel="nofollow">Windows port</a> is Win32 specific, this is hardly going to help when installing as a service on x64. It also has a dependency on the <a href="http://www.monkey.org/~provos/libevent/" rel="nofollow">libevent</a> for which I can only get a Win32 compiled version.</p> <p>I suspect that simply loading all this up in C++ and hitting "compile" (for 64bit) wouldn't work, not least because of the intricate differences in 32 and 64bit architectures, but I'm wondering if anyone is workng on getting this off the ground? Unfortunately, my expertise lie in managed code (C#) only, otherwise I would try and take this on myself, but I can't believe I'm the only guy out there trying to get <a href="http://www.danga.com/memcached/" rel="nofollow">memcached</a> running on a 64 bit Windows server....am I??</p> <p>Any help or recommendations appreciated...</p> <p><hr /></p> <p>Update</p> <p><strong>Yes I'm afraid I'm still looking for an answer to this - all my efforts (with my pathetic C++ skills) to make a stable build have failed - I've trashed one server and 3 VM's just trying it out so now I turn to the real experts. Is anyone planning on porting this to 64bit? Or are you really suggesting that I use MS Velocity instead? I shudder at the thought...</strong></p> <p><hr /></p> <p>Update: @Lars - I do use Enyim actually - it's very good, but what you're referring to is a client, rather than the server part.</p> <p>@DannySmurf - I've only been able to install it as a service on a 32 bit OS. 64 bit OS rejects the installation of this Win32 service. Of course yes, lots of Win32 code works seamlessly on x64 architecture, hence you can run 32bit apps (like Office for instance) or games on Vista/XP 64 etc, but this doesn't translate directly when it comes to services. I'm no expert, I suspect that it has to do with the syncs or eventing that services need to subscribe to, and I suspect that 64 and 32 don't play nicely. I'm happy to be corrected on any of this, but to answer your question - yes I have tried.</p> <p>@OJ - thanks very much for the straight-forward response. I thought as much, but wasn't sure if anyone else had suggestions or had already gone down this route. Maybe when StackOverflow is LIVE, then more people will respond and let me know if this is something being looked into, and although I can try and compile it myself - I simply can't "trust" (with my C++ experience level) that it would provide "Enterprise Level" reliability in such a crucial component of large scalable solutions. I think it would need educated intervention rather than my unsanitised experimental approach before I could be confident. One little oversight on my part, could bring the site down. Oh well....till next time... </p> <p>Many thanks.</p> http://stackoverflow.com/questions/868714/how-do-you-get-the-esc-key-to-close-a-dialog-in-winforms 3 How do you get the ESC key to close a dialog in Winforms? Rob G 2009-05-15T13:34:54Z 2009-09-23T11:45:26Z <p>Often when using software these days, the ESC key will close a dialog without persisting any changes I've made. I like that especially because even though the dialog may have a cancel button on it, I don't necessarily want to reach for the mouse or tab over to the cancel button. It's a nice clean way of saying "Oops, didn't meant to do that!" to the software. In fact, I find I get annoyed with software that doesn't implement this feature and I can't believe that it's not already done under the hood of Winforms - seems intuitive to me...</p> <p>I have looked at hooking into the Form KeyPress event, or trying to simulate a "Cancel" DialogResult etc. There seem to be a number of ways of going about this...</p> <p>So the question is: What is the cleanest way of going about binding the ESC key to close the dialog without saving any changes?</p> <p>Any help from those that have experience in this is much appreciated!</p> http://stackoverflow.com/questions/397824/ms-velocity-vs-memcached-for-windows 13 MS Velocity vs Memcached for Windows? Rob G 2008-12-29T14:34:04Z 2009-09-15T21:10:57Z <p>I've been paying some attention to Microsoft's fairly recent promoting of Velocity as a distributed caching solution that would compete with the likes of Memcached.</p> <p>I've been looking for a <a href="http://stackoverflow.com/questions/8896/memcached-on-windows-x64">64bit version of Memcached for Windows for some time now</a> with no luck, and since everything about the ASP.Net MVC project I'm working on is 64bit, it doesn't make sense to use anything but 64bit.</p> <p>Now we're already hedging our bets with ASP.NET MVC in Beta (RTM soon hopefully), but StackOverflow doesn't seem to be doing too badly, so I have limited concerns there. But Velocity is still very much an unknown quantity and will still be Beta (or CTP) for ages - but it <em>does have</em> 64bit!</p> <p>Does anyone have relevant experience or point of view to offer in this situation? Should we bide our time for Velocity - is it even anywhere near good enough to compete with a giant like Memcached, or should we invest time trying to get a 64bit version of Memcached going?</p> http://stackoverflow.com/questions/71041/which-single-ioc-di-container-would-you-recommend-using-and-why 19 Which single IoC/DI container would you recommend using and why? Rob G 2008-09-16T10:30:07Z 2009-08-10T08:20:14Z <p>I'm asking this question because it's a good way to gauge how the community at large feels about the various containers/frameworks and why. Also, whilst my expertise may lie in .Net development, I am very interested in which frameworks are popular (and why) in other languages. If I feel the need to start digging into Java for instance, then I'd like to hit the ground running with good (comfortable) knowledge that I'm starting in the right direction. Does Ruby even <em>need one</em> with all its magnificent dynamicism? I have <a href="http://stackoverflow.com/questions/21288/which-cnet-dependency-injection-frameworks-are-worth-looking-into#21348">my own opinions on the .Net front</a>, and will probably add my own personal favourite in an answer below, but I'm interested in all languages and opinions here.</p> <p>With all that in mind, could you please state <strong><em>only one</em></strong> IoC/DI framework that you use and recommend with the language of choice (Java/Ruby/.Net/Smalltalk etc.) and your <em>reasoning</em> for your choice, and if someone has already answered your particular flavour, then you can just vote it up and add comments to it so that anyone looking for advice in future and see which frameworks are more than likely to work for them once they read your reasoning. I'm hoping that over time, the best ones will bubble up to the top.</p> <p>I realise that this question doesn't have only one correct answer, so I won't be choosing one - the community will decide which framework gets the most votes and why. Of course, if you really feel strongly opposed to a particular brand, you could take the reputation hit and vote it down too, and this question can serve as a true wiki-style entry for research into this field.</p> <p>Remember, only one IoC per answer you write please - if you feel the need to promote two frameworks, then write two answers with your reasoning inside for each choice - then others in the community can agree or disagree with you.</p> http://stackoverflow.com/questions/290629/cannot-tab-out-of-databound-winforms-dropdown-list 2 Cannot tab out of databound Winforms dropdown list Rob G 2008-11-14T16:22:16Z 2009-08-06T14:58:45Z <p>This is a bit of a strange one, but I've been struggling for a few hours now and I can't understand what is happening.</p> <p>I was wondering if anyone else has experienced this problem, and can perhaps explain it. I'm building a simple Winforms app and trying to use many of the built in controls. </p> <p>Basically, I've got a form with a user control and some data capture fields. 3 of the fields are dropdown lists and on the user control I have a bindingSource control that binds directly to a Product class.</p> <p>At run time I provide an instance of the Product class to the BindingSource and the class contains a property of <code>ProductType</code>. For simplicity I also added a <code>List&lt;ProductType&gt;</code> ProductTypes to the Product Class which loads itself when queried, which means I can just use the same bindingSource and choose the <code>ProductTypes</code> Data Member as the Datasource for the dropdownlist.</p> <p>Upon running the form, the list binds perfectly and I can see all the product types listed, and I can select one and tab or click to the next field. But obviously the selected value won't bind because I've not chosen any bindings-SelectedValue for the dropdown, only a datasource. As soon as I make sure that the drop down modifies the instance of the Product by binding to the Bindings-SelectedValue, and then run the form, the list still gets populated perfectly and I can tab through the controls as long as I don't make a selection from the dropdown. If I make a selection from the dropdown then the dropdown <strong>holds focus</strong>. I cannot tab out for love or money and can't even click cancel button on the form, the close button top right is the only button I can click which works and I can't click any other field or dropdown. This affects all three dropdowns as soon as a selection is made.</p> <p>Anyone have any ideas what I'm missing?</p> <p>I have tried changing a few things and had some success by feeding the dropdown values a string[] instead of a member of an object. That seems to work, but defeats the object of using databinding doesn't it?</p> <p>Any help appreciated!</p> http://stackoverflow.com/questions/929471/powershell-error-when-using-clouddrive-azure-sample 2 Powershell error when using CloudDrive Azure sample Rob G 2009-05-30T10:00:42Z 2009-05-30T21:36:40Z <p>I am currently trying to use the CloudDrive (Powershell) sample that comes with the Azure SDK to list the blobs I have stored. I'm getting an error fairly early in the process, and I figure there must be something I'm doing wrong - I just don't know how to debug this kind of problem...</p> <p>I have followed a <a href="http://blog.benday.com/archive/2008/11/07/23201.aspx" rel="nofollow">great tutorial</a> regarding logging, and also watched the <a href="http://msdn.microsoft.com/en-us/azure/dd637760.aspx" rel="nofollow">"How To" video</a> and both of them breeze right past the area where I'm having trouble.</p> <p>It seems pretty straight forward, you run the MountDrive Powershell script which by default will look at the development store on the local machine, and this script will mount two new drives for you, a Blob and a Queue drive.</p> <p>Then you can just perform a "<code>dir Blob:</code>" or a "<code>dir Queue:</code>" and in the links above, the required information is shown. In my case, <code>dir Queue:</code> works just fine, but <code>dir Blob:</code> yields the following Powershell error:</p> <pre><code>....\Azure\samples\CloudDrive\scripts&gt; dir Blob: Get-ChildItem : The specified container name ".." is not valid!Please choose a name that conforms to the naming conventions for containers! At line:1 char:4 + dir &lt;&lt;&lt;&lt; Blob: + CategoryInfo : NotSpecified: (:) [Get-ChildItem], ArgumentException + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.GetChildItemCommand </code></pre> <p>Now the "problem" container name being referred to above - ".." - looks suspiciously like the "dot" and "two dots" listed in any drive you may perform a "dir" operation on. I'm not sure it has anything to do with that, but in all online demos I've seen, people get a list of their Blob folders etc, I just get this error, and I don't know how to fix it.</p> <p>Any help greatly appreciated...</p> <p>Update: I am indeed using the Windows 7 RC with Powershell pre-installed. If this version is in fact buggy, then how do I go about getting a previous version on there...if at all possible?</p> <p>Thanks,</p> <p>Rob G</p> http://stackoverflow.com/questions/669175/unit-testing-asp-net-mvc-authorize-attribute-to-verify-redirect-to-login-page 2 Unit testing ASP.Net MVC Authorize attribute to verify redirect to login page Rob G 2009-03-21T11:52:38Z 2009-05-24T04:50:12Z <p>This is probably going to turn out to be a case of just needing another pair of eyes. I must be missing something, but I cannot figure out why this kind of thing cannot be tested for. I'm basically trying to ensure that unauthenticated users cannot access the view by marking the controller with the [Authorize] attribute and I'm trying to tests this using the following code:</p> <pre><code>[Fact] public void ShouldRedirectToLoginForUnauthenticatedUsers() { var mockControllerContext = new Mock&lt;ControllerContext&gt;() { DefaultValue = DefaultValue.Mock }; var controller = new MyAdminController() {ControllerContext = mockControllerContext.Object}; mockControllerContext.Setup(c =&gt; c.HttpContext.Request.IsAuthenticated).Returns(false); var result = controller.Index(); Assert.IsAssignableFrom&lt;RedirectResult&gt;(result); } </code></pre> <p>The RedirectResult I'm looking for is some kind of indication that the user is being redirected to the login form, but instead a ViewResult is always returned and when debugging I can see that the Index() method is successfully hit even though the user is not authenticated.</p> <p>Am I doing something wrong? Testing at the wrong level? Should I rather be testing at the route level for this kind of thing?</p> <p>I know that the [Authorize] attribute is working, because when I spin up the page, the login screen is indeed forced upon me - but how do I verify this in a test?</p> <p>The controller and index method are very simple just so that I can verify the behaviour. I've included them for completeness:</p> <pre><code>[Authorize] public class MyAdminController : Controller { public ActionResult Index() { return View(); } } </code></pre> <p>Any help appreciated...</p> http://stackoverflow.com/questions/792891/resharper-4-5-has-stolen-my-colour-scheme-can-anyone-help 1 Resharper 4.5 has stolen my colour scheme! Can anyone help? Rob G 2009-04-27T09:55:41Z 2009-04-27T10:00:10Z <p>I'm not sure exactly what went wrong here, but Resharper 4.5 RTM seems to have stolen my visual studio colour theme. I normally use <a href="http://www.frickinsweet.com/tools/Theme.mvc.aspx" rel="nofollow">Fredrik Kalseth's wicked theme</a>, and I've been using Resharper since version 2.0. Never before has this happened - not even while using the 4.5 Beta. My scheme remained in tact without detremental interference - well, actually Resharper did its normal highlighting which was actually quite complimentary! But this time, when building my new machine, the outcome looks like this:</p> <p><img src="http://img401.imageshack.us/img401/5783/themex.jpg" alt="Dark colours meant for a light theme" /></p> <p>Yes I know that Reshaper colours can be configured under Tools->Font and Colors, but firstly, I don't want to have to do that, and secondly, I want to understand why this has happened only now, and never before.</p> <p>When I uninstall Resharper, the colours go back to normal. I have tried removing the theme and resharper and reinstalling in different orders to no avail. I apply the theme with a code file open, and see a brief flash of the correct colours how they used to look, and then resharper takes over.</p> <p>I've tried <a href="http://www.frickinsweet.com/tools/Theme.mvc.aspx" rel="nofollow">Ryan and Joel's AWESOME theme generator</a>, but I see the same brief flash of the correct colours being applied after importing, and then the crappy colours overlay themselves again. I say they are crappy only in the context of a dark theme, on a light theme they look just fine.</p> <p>I just want to know how to have my cake and eat it like it's been all this time. I must stress, that the theme and resharper have been working hand in hand perfectly together all the time I've used it (6 months at least), it's only happened on my new machine - my old machine looks and works fine. Oh - and I have a fully licenced version of Resharper - not a trial.</p> <p>Any help much appreciated...</p> <p>Thanks, Rob</p> http://stackoverflow.com/questions/67706/linqtosql-and-full-text-search-can-it-be-done 4 LinqToSql and full text search - can it be done? Rob G 2008-09-15T22:43:53Z 2008-12-12T02:05:21Z <p>Has anyone come up with a good way of performing full text searches (<code>FREETEXT() CONTAINS()</code>) for any number of arbitrary keywords using standard LinqToSql query syntax?</p> <p>I'd obviously like to avoid having to use a Stored Proc or have to generate a Dynamic SQL calls.</p> <p>Obviously I could just pump the search string in on a parameter to a SPROC that uses FREETEXT() or CONTAINS(), but I was hoping to be more creative with the search and build up queries like:</p> <p>"pepperoni pizza" and burger, not "apple pie".</p> <p>Crazy I know - but wouldn't it be neat to be able to do this directly from LinqToSql? Any tips on how to achieve this would be much appreciated.</p> <p>Update: I think I may be on to something <a href="http://tomasp.net/blog/linq-expand-update.aspx" rel="nofollow">here</a>...</p> <p>Also: I rolled back the change made to my question title because it actually changed the meaning of what I was asking. I <em>know</em> that full text search is not supported in LinqToSql - I would have asked that question if I wanted to know that. Instead - I have updated my title to appease the edit-happy-trigger-fingered masses.</p> http://stackoverflow.com/questions/71041/which-single-ioc-di-container-would-you-recommend-using-and-why/71049#71049 11 Answer by Rob G for Which single IoC/DI container would you recommend using and why? Rob G 2008-09-16T10:30:44Z 2008-09-16T10:30:44Z <p>My personal (and recent) favourite is <a href="http://ninject.org/" rel="nofollow">Ninject</a> on the .Net framework for the following reasons:</p> <ol> <li>It has been the easiest (to setup) in my experience and most intuitive framework I've used. Hit the ground running in 10 minutes!</li> <li>The documentation is incredible and up to date - very important to me.</li> <li>There is a lot of community support for it (blog posts and <a href="http://www.dimecasts.net/Casts/ByAuthor/Justin%20Etheredge" rel="nofollow">screen casts</a>) even though it's one of the younger frameworks.</li> <li>The fluent design is a dream to use and is very discoverable.</li> <li>Configuration is strongly typed - no need for pesky XML config.</li> <li>I have a lot of respect for the author (<a href="http://kohari.org/" rel="nofollow">Nate Kohari</a>) and his contribution to the community seems unwavering.</li> </ol> <p>I hope that helps someone in their decision making process!</p> http://stackoverflow.com/questions/21288/which-c-net-dependency-injection-frameworks-are-worth-looking-into/21348#21348 44 Answer by Rob G for Which C#/.NET Dependency Injection frameworks are worth looking into? Rob G 2008-08-21T22:29:16Z 2008-09-16T09:28:19Z <p>I suppose I might be being a bit picky here but it's important to note DI (Dependency Injection) is a programming pattern and is facilitated by (but does not require) an IoC (Inversion of Control) Framework. IoC Frameworks just make DI much easier, but it's not only DI that they do, they provide a host of other benefits over and above DI.</p> <p>That being said, I'm sure that's what you were asking: about IoC Frameworks: I used to use <a href="http://www.springframework.net/" rel="nofollow">Spring.Net</a> and <a href="http://www.castleproject.org/container/index.html" rel="nofollow">CastleWindsor</a> a lot, but the real pain in the beehiind was all that pesky XML config you had to write! They're pretty much all moving this way now, but I started using <a href="http://structuremap.sourceforge.net/Default.htm" rel="nofollow">StructureMap</a> for the last year or so, and since it has moved to a fluent config using strongly typed generics and a registry, my pain barrier in using IoC has dropped below zero! I get an absolute kick out of knowing now that my IoC config is checked at compile-time (for the most part) and I have had nothing but joy with <a href="http://structuremap.sourceforge.net/Default.htm" rel="nofollow">StructureMap</a> and its speed. I won't say that the others were slow (runtime), but they were more difficult for me to setup and frustration often won the day.</p> <p>I believe they're all moving towards a more strongly typed config now - or at least providing the option, but some people love putting all the config in XML - personally I can't bare it, so I have stuck to StructureMap now.</p> <p>I can't comment much on <a href="http://ninject.org/" rel="nofollow">Ninject</a> except that I listened to Nate on one of the Herding Code podcasts and he's one <em>switched-on</em> guy, and the screencasts I've watched have really tempted me to try it out - maybe on the next project - who knows.</p> <p><strong>Update:</strong> In a follow up to my comments here, I've been using <a href="http://ninject.org/" rel="nofollow">Ninject</a> (as promised) on my latest project and it has been an <em>absolute pleasure</em> to use. Words fail me a bit here, but (as we say in the UK) this framework is <em>the Dogs'</em>. I highly recommend it for any green fields projects where you want to be up and running quickly. I got all I needed from a <a href="http://www.dimecasts.net/Casts/ByAuthor/Justin%20Etheredge" rel="nofollow">fantastic set of Ninject screencasts</a> by Justin Etheredge. I also can't see that retro-fitting Ninject into existing (above average) code being a problem at all - but then the same could be said of <a href="http://structuremap.sourceforge.net/Default.htm" rel="nofollow">StructureMap</a> in my experience. It'll be a tough choice going forward between those two, but I'd rather have competition than stagnation and there's a decent amount of healthy competition out there.</p> <p>Other IoC screencasts can also be found <a href="http://www.dimecasts.net/Casts/ByTag/IoC" rel="nofollow">here on Dimecasts</a>.</p> <p>Hope that helps,</p> <p>Rob G</p> http://stackoverflow.com/questions/13832/how-do-i-create-an-automated-build-file-for-vb-net-in-nant/32391#32391 1 Answer by Rob G for How do I create an automated build file for VB.Net in NAnt? Rob G 2008-08-28T14:24:01Z 2008-08-28T14:24:01Z <p>Hi mmattax,</p> <p>I would recommend that you take the language specific compilers out of the equation for this one. And you can still use NAnt to do this:</p> <p>First start off with a target that uses MSBuild because that will compile your project regardless of language used and take care of the dependencies for you. That means you don't need to hard code them in.</p> <p>Example:</p> <pre><code>&lt;target name="WinBuild"&gt; &lt;exec program="msbuild.exe" basedir="${DotNetPath}" workingdir="${SolutionPath}" commandline="MySolution.sln /nologo /verbosity:normal /noconsolelogger /p:Configuration=Debug /target:Rebuild" /&gt; &lt;/target&gt; </code></pre> <p>I think once you've got that nailed - you can spend plenty of time trying to get NAnt to compile natively, but in my opinion, this is what I would use for this project since it seems to be a once off?</p> <p>Hope that helps,</p> <p>Cheers,</p> <p>Rob G</p> http://stackoverflow.com/questions/32027/nant-and-dual-platform-build-best-way-to-build-on-windows-and-mono-linux/32317#32317 5 Answer by Rob G for NAnt and dual platform build - best way to build on Windows AND Mono/Linux Rob G 2008-08-28T13:47:12Z 2008-08-28T14:08:36Z <p>Hi Frep,</p> <p>This shouldn't be a particularly difficult excercise. We do some fairly similar stuff on one of my projects since half of it runs on Java using Ant to run relevant targets, and the other half is .Net (C#) for the UI. The projects get run on windows machines for development, but the servers (Java) run linux, but in the UAT environment (linux) we need to run the nunits (integration tests). The real trick (not really a difficult trick) behind this is having a NAnt build file that can run in both environments which seems to be the same thing you're trying to do here.</p> <p>Of course you realise you'll need to install NAnt on Mono first:</p> <pre><code>$ export MONO_NO_UNLOAD=1 $ make clean $ make $ mono bin/NAnt.exe clean build </code></pre> <p>And then your build file needs to be written in such a way that it seperates concerns. Some parts of the build file written for windows will not work in linux for example. So you really just need to divide it up ito specific targets in the build file. After that, there are a number of ways you can run a specific targets from the command line. An example might look like this:</p> <pre><code>&lt;project name="DualBuild"&gt; &lt;property name="windowsDotNetPath" value="C:\WINDOWS\Microsoft.NET\Framework\v3.5" /&gt; &lt;property name="windowsSolutionPath" value="D:\WorkingDirectory\branches\1234\source" /&gt; &lt;property name="windowsNUnitPath" value="C:\Program Files\NUnit-Net-2.0 2.2.8\bin" /&gt; &lt;property name="monoPath" value="You get the idea..." /&gt; &lt;target name="BuildAndTestOnWindows" depends="WinUpdateRevision, WinBuild, WinTest" /&gt; &lt;target name="BuildAndTestOnLinux" depends="MonoUpdateRevision, MonoBuild, MonoTest" /&gt; &lt;target name="WinUpdateRevision"&gt; &lt;delete file="${windowsSolutionPath}\Properties\AssemblyInfo.cs" /&gt; &lt;exec program="subwcrev.exe" basedir="C:\Program Files\TortoiseSVN\bin\" workingdir="${windowsSolutionPath}\Properties" commandline="${windowsSolutionPath} .\AssemblyInfoTemplate.cs .\AssemblyInfo.cs" /&gt; &lt;delete file="${windowsSolutionPath}\Properties\AssemblyInfo.cs" /&gt; &lt;exec program="subwcrev.exe" basedir="C:\Program Files\TortoiseSVN\bin\" workingdir="${windowsSolutionPath}\Properties" commandline="${windowsSolutionPath} .\AssemblyInfoTemplate.cs .\AssemblyInfo.cs" /&gt; &lt;/target&gt; &lt;target name="WinBuild"&gt; &lt;exec program="msbuild.exe" basedir="${windowsDotNetPath}" workingdir="${windowsSolutionPath}" commandline="MySolution.sln /logger:ThoughtWorks.CruiseControl.MsBuild.XmlLogger, ThoughtWorks.CruiseControl.MsBuild.dll;msbuild-output.xml /nologo /verbosity:normal /noconsolelogger /p:Configuration=Debug /target:Rebuild" /&gt; &lt;/target&gt; &lt;target name="WinTest"&gt; &lt;exec program="NCover.Console.exe" basedir="C:\Program Files\NCover" workingdir="${windowsSolutionPath}"&gt; &lt;arg value="//x &amp;quot;ClientCoverage.xml&amp;quot;" /&gt; &lt;arg value="&amp;quot;C:\Program Files\NUnit-Net-2.0 2.2.8\bin \nunit-console.exe&amp;quot; MySolution.nunit /xml=nunit-output.xml /nologo" /&gt; &lt;/exec&gt; &lt;/target&gt; &lt;target name="MonoUpdateRevision"&gt; You get the idea... &lt;/target&gt; &lt;target name="MonoBuild"&gt; You get the idea... &lt;/target&gt; &lt;target name="MonoTest"&gt; You get the idea... &lt;/target&gt; &lt;/project&gt; </code></pre> <p>For brevity, I've left both sides out. The neat thing is you can use NUnit as well as NAnt on both environments and that makes things really easy from a dependency point of view. And for each executable you can swap out for others that work in that environment, for example (xBuild for MSBuild, and svn for tortoise etc)</p> <p>For more help on Nunit etc on Mono, check out <a href="http://ablog.apress.com/?p=940" rel="nofollow">this fantastic post</a>.</p> <p>Hope that helps,</p> <p>Cheers,</p> <p>Rob G</p> http://stackoverflow.com/questions/20047/diagnosing-deadlocks-in-sql-server-2005/20172#20172 1 Answer by Rob G for Diagnosing Deadlocks in SQL Server 2005 Rob G 2008-08-21T15:02:30Z 2008-08-21T15:02:30Z <p>I agree with Jeremy on this one. You ask if you should create a new data context for each controller or per page - I tend to create a new one for every independent query.</p> <p>I'm building a solution at present which used to implement the static context like you do, and when I threw tons of requests at the beast of a server (million+) during stress tests, I was also getting read/write locks randomly.</p> <p>As soon as I changed my strategy to use a different data context at LINQ level per query, and trusted that SQL server could work its connection pooling magic, the locks seemed to disappear.</p> <p>Of course I was under some time pressure, so trying a number of things all around the same time, so I can't be 100% sure that is what fixed it, but I have a high level of confidence - let's put it that way.</p> http://stackoverflow.com/questions/9905/check-for-hung-office-process-when-using-office-automation/9952#9952 1 Answer by Rob G for Check for hung Office process when using Office Automation Rob G 2008-08-13T15:34:41Z 2008-08-13T15:34:41Z <p>Hi Rob,</p> <p>I remember doing this a few years ago - so I'm talking Office XP or 2003 days, not 2007.</p> <p>Obviously a better solution for automation these days is to use the new XML format that describes docx etc using the System.IO.Packaging namespace.</p> <p>Back then, I used to notice that whenever MSWord had kicked the bucket and had had enough, a process called "Dr. Watson" was running on the machine. This was my first clue that Word had tripped and fallen over. Sometimes I might see more than one <em>WINWORD.EXE</em>, but my code just used to scan for the good Doctor. Once I saw that (in code), I killed all <em>WINWORD.EXE</em> processes the good Doctor himself, and restarted the process of torturing Word :-)</p> <p>Hope that gives you some clues as to what to look for.</p> <p>All the best,</p> <p>Rob G</p> <p>P.S. I might even be able to dig out the code in my archives if you don't come right!</p> http://stackoverflow.com/questions/9877/personal-website-construction/9903#9903 17 Answer by Rob G for Personal Website Construction Rob G 2008-08-13T14:42:06Z 2008-08-13T14:50:08Z <p>Hi Thomas,</p> <p>I noticed someone downmodded this question, but I don't think it's really such a bad one to be honest. I've toyed with this idea in the past but I don't think it's really a good idea for a number of reasons. Firstly, there are a number of places that can take care of most of this without you needing to do the work or maintenance. Just signing up for a linkedIn account for example will allow you to get most of your needs catered for in this regard. You can create your resume there and bio information etc and make it publicly viewable. The other issue with your "own site" is that if you don't update it often, the information gets stale, and worse yet, people have no reason to go back because <em>"nothing has changed"</em> - and that's not much of an <em>advert</em> for you is it?</p> <p>Now that I've said all that, I'll make another recommendation. Why not start a blog instead?! If you've got decent experience, why not share that. I'd be willing to bet that this will be the <em>best</em> advert for your skills because:</p> <ol> <li>It's always updated (if you post often)</li> <li>It's not like you're <em>looking</em> for work doing it - but your (future) employer, or their developers will check it out anyway to get a better insight into your character.</li> <li>Putting something on your resume doesn't mean you can do it. I'm not saying that you'd lie about your skills :-), but there's no argument about your ability when you're writing articles about the stuff, getting comments and feedback, and better yet, learning <em>EVEN MORE</em> about your passions.</li> </ol> <p>Best of all - you can run your blog from your chosen domain and also point to your resume that is stored in linkedIn. Just an idea...</p> <p>That's my two pennys worth on that - hope it helps you come to a decision!</p> <p>All the best with it,</p> <p>Rob G</p> http://stackoverflow.com/questions/9702/default-database-ids-system-and-user-values/9857#9857 1 Answer by Rob G for Default database IDs; system and user values Rob G 2008-08-13T14:06:58Z 2008-08-13T14:06:58Z <p>Hi Duncan,</p> <p>I have never had problems (performance or development - TDD &amp; unit testing included) using GUIDs as the ID for my databases, and I've worked on some pretty big ones. Have a look <a href="http://www.sql-server-performance.com/articles/per/guid_performance_p2.aspx" rel="nofollow" title="I/O management and disk scheduling">here</a>, <a href="http://weblogs.asp.net/wwright/archive/2007/11/04/the-gospel-of-the-guid-and-why-it-matters.aspx" rel="nofollow" title="Inside Windows Vista Kernel">here</a> and <a href="http://weblogs.asp.net/wwright/archive/2007/11/11/gospel-of-the-guid-answers-to-your-burning-questions-comments-and-insults.aspx" rel="nofollow" title="Kernel Comparison: Linux (2.6.22) versus Windows (Vista)">here</a> if you want to find out more about using GUIDs (and the potential GOTCHAS involved) as your primary keys - but I can't recommend it highly enough since moving data around safely and DB synchronisation becomes as easy as brushing your teeth in the morning :-)</p> <p>For your question above, I would either recommend a third column (if possible) that indicates whether or not the template is user or system based, or you can at the very least generate GUIDs for system templates as you insert them and keep a list of those on hand, so that if you need to update the template, you can just target that same GUID in your DEV, UAT and /or PRODUCTION databases without fear of overwriting other templates. The third column would come in handy though for selecting all system or user templates at will, without the need to seperate them into two tables (this is overkill IMHO).</p> <p>I hope that helps,</p> <p>Rob G</p> http://stackoverflow.com/questions/2046/how-do-i-unit-test-persistence/9316#9316 3 Answer by Rob G for How do I unit test persistence? Rob G 2008-08-12T23:23:30Z 2008-08-12T23:23:30Z <p>Hi Jon,</p> <p>I have written a post here concerning <a href="http://rant.blackapache.net/2008/07/29/unit-tests-boldly-crossing-boundaries-and-gently-breaking-rules/" rel="nofollow" title="Unison Home Page">unit testing the data layer</a> which covers this exact problem. Apologies for the (shameful) plug, but the article is too long to post here.</p> <p>I hope that helps you - it has worked very well for me over the last 6 months on 3 active projects.</p> <p>Regards,</p> <p>Rob G</p> http://stackoverflow.com/questions/1644/what-good-technology-podcasts-are-out-there/8765#8765 4 Answer by Rob G for What good technology podcasts are out there? Rob G 2008-08-12T12:34:44Z 2008-08-12T12:34:44Z <p>I can second Jon Galloway's mention of <a href="http://herdingcode.com" rel="nofollow" title="http://www.scribd.com/doc/2547864/msnetformattingstrings">Herding Code</a>, and since I have absolutely nothing to do with the podcast, with nothing to gain, my opinion may be more valuable than his :-).</p> <p>There are only a few there as it's relatively new, but they are jam packed with good stuff that is very relevant to today's programming paradyms and strategies.</p> <p>I also love the smooth format they've got going since 4 guys all giving input on a topic can make for a very jerky conversation with all (most?) of them dialed in, but whether it's the post editing or just a good format, either way it comes across as a very comfortable listening experience to the end user. Keep it up guys!</p> <p>Hope that helps, Rob G</p> http://stackoverflow.com/questions/871405/why-do-i-need-an-ioc-container-as-opposed-to-straightforward-di-code/871420#871420 Comment by Rob G on Why do I need an IoC container as opposed to straightforward DI code? Rob G 2009-10-10T11:53:10Z 2009-10-10T11:53:10Z Yeah...what he said! Actually, scratch that...Joel, I'm starting to suspect that you get all excited at the prospect of throwing a wrench in the works. As some others have said, I'm coming to Dev Days London, but I sure as hell hope I don't have to listen to you talk about programming - hopefully you'll realise you need to leave that part up to people like Jon Skeet who actually know what they're talking about... http://stackoverflow.com/questions/929471/powershell-error-when-using-clouddrive-azure-sample/930369#930369 Comment by Rob G on Powershell error when using CloudDrive Azure sample Rob G 2009-05-31T08:44:05Z 2009-05-31T08:44:05Z Many thanks for your help Oisin - very kind. P.S. I have no problems using GUI tools to look at my storage, I was mainly looking at the Powershell side for automation purposes. Thanks again... http://stackoverflow.com/questions/929471/powershell-error-when-using-clouddrive-azure-sample/930369#930369 Comment by Rob G on Powershell error when using CloudDrive Azure sample Rob G 2009-05-30T21:35:02Z 2009-05-30T21:35:02Z Yes I'm using the windows 7 RC - Powershell comes installed already. If there are &quot;a couple of bugs&quot; - then how does one go about getting a better version? http://stackoverflow.com/questions/792891/resharper-4-5-has-stolen-my-colour-scheme-can-anyone-help/792906#792906 Comment by Rob G on Resharper 4.5 has stolen my colour scheme! Can anyone help? Rob G 2009-04-27T10:05:13Z 2009-04-27T10:05:13Z Many thanks...you're a .. erm...Saint! Worked like a charm - not sure when/if I ticked that box, but it looks much better now. http://stackoverflow.com/questions/669175/unit-testing-asp-net-mvc-authorize-attribute-to-verify-redirect-to-login-page/670838#670838 Comment by Rob G on Unit testing ASP.Net MVC Authorize attribute to verify redirect to login page Rob G 2009-03-23T17:40:03Z 2009-03-23T17:40:03Z Thanks Dylan - I thought I might be testing at the wrong level. I'm happy with the idea of &quot;assuming&quot; that if the controller gets hit, the user is authenticated. P.S. Are you sure it's tested in the framework? I can see a few tests supplying valid IPrincipal, but none that test the invalid case ;-) http://stackoverflow.com/questions/8896/memcached-on-windows-x64/612138#612138 Comment by Rob G on Memcached on Windows (x64) Rob G 2009-03-10T15:01:22Z 2009-03-10T15:01:22Z Thanks for this - starting it from the cmd wasn't the issue - installing it as a service was the problem. regards, Rob G http://stackoverflow.com/questions/397824/ms-velocity-vs-memcached-for-windows/491835#491835 Comment by Rob G on MS Velocity vs Memcached for Windows? Rob G 2009-01-29T19:21:40Z 2009-01-29T19:21:40Z You're right, libevent is something it uses, but unfortunately when it comes to memory management, you can't just compile it to 64bit directly - some tweaks need to be made by those who know how - I'm not one of those unfortunately :-) Otherwise, it becomes very unstable. http://stackoverflow.com/questions/67706/linqtosql-and-full-text-search-can-it-be-done/67738#67738 Comment by Rob G on LinqToSql and full text search - can it be done? Rob G 2008-12-29T14:14:10Z 2008-12-29T14:14:10Z I've decided to use Lucene.NET for this now and it really does work pretty well. Now I just need to get Memcached running and I'll hardly need to hit the DB ;-) http://stackoverflow.com/questions/8896/memcached-on-windows-x64/304331#304331 Comment by Rob G on Memcached on Windows (x64) Rob G 2008-12-29T14:04:07Z 2008-12-29T14:04:07Z Hi Pure.Krome, thanks for the info but I have seen this page and I have never seen 64 bit server version. And no - as per OJ's answer above, you cannot just &quot;easily&quot; compile to 64bit unless the code has been written that way, and working with memory is always a bad place to test that theory... http://stackoverflow.com/questions/290629/cannot-tab-out-of-databound-winforms-dropdown-list/290711#290711 Comment by Rob G on Cannot tab out of databound Winforms dropdown list Rob G 2008-11-14T18:40:23Z 2008-11-14T18:40:23Z Many thanks Tom - can't believe it was that simple! Goes to show what happens when you don't include validation checking because it's a test app ;-) http://stackoverflow.com/questions/71041/which-single-ioc-di-container-would-you-recommend-using-and-why/71095#71095 Comment by Rob G on Which single IoC/DI container would you recommend using and why? Rob G 2008-09-16T10:42:41Z 2008-09-16T10:42:41Z I'll vote that up! I've used it in Java too a couple of years ago now. Perhaps you could edit your answer to include some links to recent useful resources you've found in this area? http://stackoverflow.com/questions/67706/linqtosql-and-full-text-search-can-it-be-done/67738#67738 Comment by Rob G on LinqToSql and full text search - can it be done? Rob G 2008-09-16T08:24:35Z 2008-09-16T08:24:35Z Hey Jon, thanks for this. I'm happy with your answer in principle and am aware that I could add another layer of abstraction in. Not ideal tho - may as well write the CONTAINS() SPROC &amp; use Linq for everythign else. My question is &quot;Can it be done using Linq&quot;? If not, then your answer will suffice.