The other day I had to sort a list by a datetime field. Given that this was an ASP.NET project, the easiest way that comes to mind to do that is to just sort the data on the server side, using LINQ, by writing a Comparer Class, or some other custom sort routine. Unfortunately for […]
3 IIS URL rewrite rules for improved SEO
When moving a website or a blog there are several things that need to fall in place in order to make the transition as smooth as possible. Search Engine Optimization (SEO) sits high on the priority list. So we put together this article to help you out with some of the tricky aspects. Before going further, […]