Andrew Gunn's Blog
Tales of a half pint...
Thursday, 18 February 2016
›
Wednesday, 5 August 2009
Catch-all redirect in Apache
›
Assume you have a website running on an Apache server and the URL is http://mydomain.com/. What if you want to dominate the UK market too!? ...
Wednesday, 22 July 2009
Agile Development
›
Wednesday, 15 July 2009
SQL - Dynamic Order By clause
›
Have you ever wanted a stored procedure to order it's results dynamically? The ORDER BY clause is the place to start but normally relate...
Monday, 13 July 2009
ASP.NET MVC - UserControls and IPrincipal
›
This is my first post on ASP.NET MVC so I'm gonna keep it short and sweet (I'm sure they'll be plenty more to come :-D). On a MV...
Friday, 20 February 2009
To serialize, or not to serialize - that is the question
›
When serializing objects, you sometimes want to exclude properties that don't meet a certain criteria. This validation could be a simpl...
Monday, 9 February 2009
How do I create the ASPState database?
›
After installing the Microsoft .NET framework 2.0, launch a command window and run: aspnet_regsql.exe -ssadd -sstype p -S {Server} -U {Usern...
›
Home
View web version