Geeks with Blogs
HomeAbout
  • Using Visual Studio Layer Diagrams for Fun and Profit!
    One of my favorite and most underused features introduced in VS 2010 was Layer Diagrams. It’s a really simple tool to learn and use, but amazingly…
    Dylan Smith · 2012-12-30
  • Profiling Code – The Microsoft Way
    Profiling Code – The Microsoft Way A colleague of mine asked me how he can find out why his laptop does consume 30% CPU in the SYSTEM process after it did…
    Alois Kraus · 2012-12-19
  • Do NOT Change "Copy Local” project references to false, unless understand subsequences.
    To optimize performance of visual studio build I've found multiple recommendations to change CopyLocal property for dependent dlls to false,
    Michael Freidgeim · 2012-12-09
  • Open Source MariaDB, the MySQL fork to replace MySQL?
    Frankly speaking, I’ve been out of touch with the Open source world for quite some time. Until recently, after I’ve joined the new government agency, I…
    Jenson · 2012-12-06
  • Powershell: Connect to Exchange server powershell
    Connecting to Exchange powershell is, for normal operations, as simple as opening the shortcut on you start menu:). However, if you have the need to have…
    marc dekeyser · 2012-12-05
  • Powershell: Get-Framework-Versions.
    This function will use the test-key function posted earlier. It will check which .NET frameworks are installed (currently only checking for .NET 4.0) but…
    marc dekeyser · 2012-12-05
  • Powershell: Install-dotNET4 function
    This function will download and install ,NET 4.0. It uses the Get-Framework-Versions function to determine if the installation is necessary or not.…
    marc dekeyser · 2012-12-05
  • Powershell Run-As Script
    Disclaimer: This script is not of my own making. I found it on a share somewhere and it is so handy I started using in a bunch of scripts. To the writer:…
    marc dekeyser · 2012-12-05
  • More useful Sql Server Serivce Broker Queries
    SELECT 'Checking Broker Service Status...' IF (select Top 1 is\broker\enabled from sys.databases where name = 'NWMESSAGE')=1 SELECT ' Broker Service IS…
    ChrisD · 2012-12-03
  • My collection of favourite TFS utilities
    So, you’re in charge of your company or team’s Team Foundation Server. Wish it was easier to manage, administer, extend? Well, here are a few utilities…
    Aaron Kowall · 2012-12-02
  • Profiling Startup Of VS2012 – SpeedTrace Profiler
    Profiling Startup Of VS2012 – SpeedTrace Profiler SpeedTrace is a relatively unknown profiler made a company called Ipcas. A single professional license…
    Alois Kraus · 2012-12-02
  • How to use Azure storage for uploading and displaying pictures.
    Basic set up of Azure storage for local development and production. This is a somewhat completion of the following guide from…
    Magnus Karlsson · 2012-12-02
  • ASP.Net Fails to Detect IE10 without .Net Hotfix
    \--------- UPDATE 12/06/2012--------- Note: this issue should now be fully resolved on Geeks with Blogs as of this morning (12/06/2012).
    Ben Barreth · 2012-11-30
  • Advanced Continuous Delivery to Azure from TFS, Part 1: Good Enough Is Not Great
    The folks over on the TFS / Visual Studio team have been working hard at releasing a steady stream of new features for their new hosted Team Foundation…
    jasont · 2012-11-29
  • Extending WatiN 2: Wait for JQuery document.ready() Functions to Complete
    WatiN")'s DomContainer.WaitForComplete") method pauses test execution until the DOM has finished loading, but if your page has functions registered with…
    Steve Wilkes · 2012-11-29
  • Who could ask for more with LESS CSS? (Part 1 of 3–Features)
    Who could ask for more with LESS CSS? (Part 1 of 3–Features) It wasn’t very long ago that I first began to get into CSS precompilers such as SASS…
    ToString(theory); · 2012-11-26
  • Strangling the life out of Software Testing
    I recently did a course at the local university on Software Engineering. At the beginning of the course I looked over the outline of the subject and there…
    MarkPearl · 2012-11-21
  • ANTS CLR and Memory Profiler In Depth Review (Part 2 of 2 – Memory Profiler)
    ANTS CLR and Memory Profiler In Depth Review (Part 2 of 2 – Memory Profiler) One of the things that people might not know about me, is my obsession to…
    ToString(theory); · 2012-11-19
  • Some of my favourite Visual Studio 2012 things–Teams
    Getting the balance right for when and how many team projects to create has always been a bit of a balance. On large initiatives, there are often teams…
    Aaron Kowall · 2012-11-18
  • Connect to localdb using Sql Server management studio
    I was trying to find my databse for local db under localhost etc but no luck. The following led me to just connect to it, kind of obvious really when you…
    Magnus Karlsson · 2012-11-18
← Prev1…414243…227Next →
Geeks with Blogs

A community archive of developer blogs and technical articles, preserved at their original URLs.

Browse

HomeAboutArchive
© 2026 Geeks with Blogs. Posts by their original authors.