-
Google PR 0Trustworthiness Unknown
-
Avg. Daily Visitors N/AChild Safety Unknown
-
Avg. Daily Pageviews N/APrivacy Unknown
The Blog of Colin Mackay
Domain info
Location: | United States |
Hosted by: | Automattic, Inc |
Subnetworks: | 192.0.78.24, 192.0.78.25 |
Social Media Activities
- Facebook likes: -
- Twitter mentions: 3
- Google pluses: -
- LinkedIn mentions: -
- Pinterest pins: -
- StumbleUpon views: -
Web Safety
- This website is malware-free.
- Status ok
Whois
Colinmackay.scot popular pages to visit
The Blog of Colin Mackay
The Blog of Colin Mackay
I don’t use the built in source control plug in Visual Studio as I use GitKraken instead, so Visual Studio’s plug-in just sat in the background not doing much as far as I coul...
Custom error pages and error handling in ASP.NET MVC 3 – The Blog of Colin Mackay
In ASP.NET MVC 3 a new bit of code appeared in the global.asax.cs file: public static void RegisterGlobalFilters(GlobalFilterCollection filters) { filters.Add(new HandleErrorAttribute()); } The above ...
Setting up Code Coverage in Team City – The Blog of Colin Mackay
The project that I'm working on has a rather spotted history for unit tests until now. There would be periods of people actually writing them, but then come unstuck when a random test failed and event...