- 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…
- How to set x509 Certificate private key access rights for AppPoolIdentityIf 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…
- HOW TO SETUP VISUAL STUDIO 2005 TO USE THE MICROSOFT SYMBOL SERVEROne 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…
- Implementing Logging In Azure FunctionsLogging 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.
- Introduction To RowversionSQL Server has a built-in data type that automatically marks changes to rows. This data type is “rowversion”. Formerly this data type was named…
- 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…
- Model-View-Presenter split into two “new” patternsFor the past year or so, Martin Fowler has included the pattern Model-View-Presenter, or MVP, in his upcoming addendum to Patterns of Enterprise…
- Moving your ASP.NET Application to Windows Azure – Part IIIn 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…
- 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…
- 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…
- 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…
- Object Recognition in Augmented Reality: Choosing the Right ToolWhen you think of augmented reality, one of the key elements to consider is object recognition technology, also known as object detection. This term…
- 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…
- Passing null parameters to String.Format is safeI 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…
- “Pimp My IDE”: 101 Visual Studio tips, tricks, and add-insHere 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…
- PowerShell Script to Workaround No Data in SharePoint 2013 Usage ReportsOver 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…
- 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…
- Refer to resources in WPF with Pack URIIt’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…
- Resolving the “Sys is undefined” error in ASP.NET AJAX RTM under IIS 7A 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…
- Setup DynDNS Dynamic DNS on a Linksys WRT54G Router – Part 1I 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…
