Blog Stats
  • Posts - 132
  • Articles - 0
  • Comments - 28
  • Trackbacks - 0

 

May 2009 Entries

Build Time

While working with a test team, today, we were doing incremental builds of a Compact Framework application. We wanted to display the build time of each release of software, so that the test team could be sure we were all using the current version. This tiny bit of code achieves just that. public static DateTime BuildTime() { Assembly assembly = Assembly.GetExecutingAssemb... string filename = System.Reflection.Assembly.... FileInfo info = new FileInfo(filename);...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Mobile Line Of Business Blog – Moves To The Cloud

So, I’ve been fighting the good fight, keeping a server running a server sitting on-top of my fridge. I finally decided it was time to move everything into the cloud. I’ve signed up with www.fasthosts.co.uk, which ‘sort of’ offer ASP.NET hosting. The sort of bit, is that FastHosts only allow a single ASP.NET application. This is not so good for me, as I host all sorts of stuff on my blog, mostly ASP.NET powered. I’ve added a temporary re-direct from www.binaryrefinery.com which is serving for now....
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Super Sexy Microsoft Tags

This is amazing. 2D barcodes are the corporate logo’s of the future. Full Details...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Mobile Internet

This is great. Jason Langridge found it first, so hat tip to him. John Pettengill, Internet Watered Down - http://www.slideshare.net/j...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

 

 

Copyright © Richard Jones