David Atkinson Using a SQL Prompt snippet with template parameters As part of my product management role I regularly attend trade shows and man the Red Gate booth in the... 20 April 2012 3 min read
Damon Armstrong PowerShell Script for Removing All Assemblies in a Folder You may have seen my blog post on how to add all of the assemblies from a folder into the... 17 April 2012 1 min read
Damon Armstrong PowerShell Script for Deploying All Assemblies in a Folder to the GAC As a SharePoint developer, I find it a lot easier to manually deploy files to the GAC during development instead... 16 April 2012 1 min read
Simon Cooper Obfuscation is not a panacea So, you want to obfuscate your .NET application. My question to you is: Why? What are your aims when your... 16 April 2012 4 min read
Louis Davidson SQL Rally Relational Database Design Pre-Con Preview On May 9, 2012, I will be presenting a pre-con session at the SQL Rally in Dallas, TX on relational... 13 April 2012 3 min read
Tony Davis Going Metro When it was announced, I confess was somewhat surprised by the striking new “Metro” User Interface for Windows 8, based... 13 April 2012 3 min read
Alex Davies Joined twitter @alexdcode I reckon that I come across enough interesting C# and coding related stuff that I can keep a twitter account... 09 April 2012 1 min read
Alex Davies AsyncBridge? Async on .NET 4.0 using VS11 I’ve just found something quite cool. It’s a code snippet that lets you use the real VS 11 C#5 compiler... 08 April 2012 2 min read
Grant Fritchey Tuning Red Gate: #5 of Multiple In the Tuning Red Gate series I’ve shown you how to look at a current load on the system and... 04 April 2012 2 min read
Dave Convery To Serve Man? Since the announcement of Windows 8 and its ‘Metro’ interface, the .NET community has wondered if the skills they’ve spent... 30 March 2012 3 min read
red@work World Backup Day Here at Red Gate Towers, the SQL Backup development team have been hunkered down in their shed for the last... 29 March 2012 4 min read
Simon Cooper .NET vs Windows 8 So, day 1 of DevWeek. Lots and lots of Windows 8 and WinRT, as you would expect. The keynote had... 28 March 2012 4 min read
Simon Cooper Inside the Concurrent Collections: ConcurrentBag Unlike the other concurrent collections, ConcurrentBag does not really have a non-concurrent analogy. As stated in the MSDN documentation, ConcurrentBag... 26 March 2012 8 min read
Simon Cooper DevWeek 2012 For those interested, myself and a few other people from Red Gate will be going to DevWeek 2012 in London... 26 March 2012 1 min read
Louis Davidson Utility Objects–Waitfor Delay Coordinator (SQL Server 2008+) Finally… took longer than I had expected when I wrote this a while back, but I had to move my... 20 March 2012 7 min read
Alex Davies Why lock-free data structures just aren’t lock-free enough Today’s post will explore why the current ways to communicate between threads don’t scale, and show you a possible way... 19 March 2012 5 min read
Tony Davis Concurrent Affairs I once wrote an editorial, multi-core mania, on the conundrum of ever-increasing numbers of processor cores, but without the concurrent... 16 March 2012 3 min read
Louis Davidson Utility Objects Series Introduction (but mostly a bit of an update) So, I have been away from blogging about technical stuff for a long time, (I haven’t blogged at all since... 11 March 2012 2 min read
Damon Armstrong VB Myth – Case Insensitivity is Awesome! I was reading Andy Brown‘s article 10 Reasons Why Visual Basic is Better than C# and the first claim is... 08 March 2012 4 min read
Simon Cooper Why you shouldn’t add methods to interfaces in APIs It is an oft-repeated maxim that you shouldn’t add methods to a publically-released interface in an API. Recently, I was... 08 March 2012 3 min read