Long Past Due Project Upgrades

by Matt 14. September 2011 14:59
I spent a great deal of time this weekend upgrading a project from .NET 3.5, MVC 2.0, and ASPX View Engine to .NET 4.0, MVC 3.0, using the Razor view engine, and implemented Telerik's RadControls for ASP.NET Ajax. [More]

Syntax Highlighting In Blog Posts

by Matt 1. December 2009 23:27
One thing I’ve never been happy with was the ability to highlight code syntax in blogengine.net. I was using a plug-in called Copy Source As HTML 3.0 which was a plug-in for VS2008. It did the job in that it coloured the text, but I hated the spacing and the look of the code section. Here’s an example of the ugliness it would leave me with: [More]
Tags:
Categories: .NET | General | Visual Studio

Removing Resharper Cache Directories in Project Solution Folder

by Matt 29. June 2009 21:53
One of my biggest pet peeves about Resharper was all the "Resharper" folders it puts in your solution. [More]
Tags:
Categories: Visual Studio