Geeks with Blogs
HomeAbout
  • How to pin your game or app’s tile in the emulator (and I still love you WP7!)
    I came across this by accident the other day and thought it was really neat. So I wanted to share it to help karma balance my last post (more on that at…
    gwbarchive
  • How to set x509 Certificate private key access rights for AppPoolIdentity
    If your website uses the AppPoolIdentity and requires access to the private key of an x509Certficate, you’ll need to grant the read permissions to the iis…
    gwbarchive
  • HOW TO SETUP VISUAL STUDIO 2005 TO USE THE MICROSOFT SYMBOL SERVER
    One of the first things you will want to do after installing visual studio is to set it up to automatically pull down the correct symbols for system…
    gwbarchive
  • Implementing Logging In Azure Functions
    Logging is essential to the support of any piece of code. In this post I will cover two approaches to logging in Azure Functions: TraceWriter and log4net.
    gwbarchive
  • Introduction To Rowversion
    SQL Server has a built-in data type that automatically marks changes to rows. This data type is “rowversion”. Formerly this data type was named…
    gwbarchive
  • It’s the maintenance, stupid! (or: Something is rotten in developerland.)
    Most people – even the overwhelming majority of programmers – would say that the main activity of a software developer is “writing source code“. But this…
    gwbarchive
  • Model-View-Presenter split into two “new” patterns
    For the past year or so, Martin Fowler has included the pattern Model-View-Presenter, or MVP, in his upcoming addendum to Patterns of Enterprise…
    gwbarchive
  • Moving your ASP.NET Application to Windows Azure – Part II
    In the previous post I had described the steps to secure your Windows Azure tokens and get the necessary Visual Studio templates as well as making your…
    gwbarchive
  • MsMpEng.exe is the nugget draining my CPU…
    It has been a few months since I installed Windows Live OneCare and results are mixed. For the most part it runs quietly in the background providing, at…
    gwbarchive
  • Mutex vs. Semaphore, what is the difference?
    The Toilet Example (c) Copyright 2005, Niclas Winquist 😉 Mutex: Is a key to a toilet. One person can have the key – occupy the toilet – at the time. When…
    gwbarchive
  • New Features in VB.NET 10 (.NET 4.0)
    Following the , there has been a whole host of announcements about the new features we’ll be seeing in.NET 4.0. I’d like to take a moment to look at some…
    gwbarchive
  • Object Recognition in Augmented Reality: Choosing the Right Tool
    When you think of augmented reality, one of the key elements to consider is object recognition technology, also known as object detection. This term…
    gwbarchive
  • Part 2 of 4 : Tips/Tricks for Silverlight Developers.
    | | | I wanted to create a series of blog post that gets right to the point and is aimed specifically at Silverlight Developers. The most important things…
    gwbarchive
  • Passing null parameters to String.Format is safe
    I wanted to use String.Format with parameters that can be null. Firstly i decided to put some conditional code like if(arg1!=null) but then desided to…
    gwbarchive
  • “Pimp My IDE”: 101 Visual Studio tips, tricks, and add-ins
    Here are the links from my May 12, 2008 presentation at the St. Louis C# User Group: <table><tbody><tr><td>1.</td><td>VS 2008 Product…
    gwbarchive
  • PowerShell Script to Workaround No Data in SharePoint 2013 Usage Reports
    Over the past few months I’ve had 2 customers that have run into an scenario where the SharePoint 2013 web analytics usage reports have no data (all…
    gwbarchive
  • Redirect to Login page on session expiration (ASP.NET)
    Problem Redirect the user to login page after a period of inactivity or when the session expires. Investigation A quick search on Google will find many…
    gwbarchive
  • Refer to resources in WPF with Pack URI
    It’s been over 2 months since I last updated my blog. I have been busy; we got a new VP of IT and he made some changes and there are a bunch of stuff…
    gwbarchive
  • Resolving the “Sys is undefined” error in ASP.NET AJAX RTM under IIS 7
    A plea out to all those who are using ASP.NET AJAX with sites on IIS7, either under Vista or Longhorn Server: I’ve been battling a strange issue with…
    gwbarchive
  • Setup DynDNS Dynamic DNS on a Linksys WRT54G Router – Part 1
    I finally decided to nose dive into the blogging arena. I couldn’t find a better time to start writing my first post, the Christmas Holidays. During the…
    gwbarchive
← Prev1…223224225…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.