Covers creating a new Spring MVC web application without Spring XML configuration files or a web.xml file. A good introduction to the Spring Web MVC framework for web applications.
Tag Archives: Programming
Flex 2.5.35 and Win32 / Visual C++
Posted by Robert Hollencamp on 01/29/2011
2 comments
Quick guide to getting the latest version of Flex working with Visual Studio on Windows
Add Assembly to list of References in MonoDevelop (Linux)
Posted by Robert Hollencamp on 09/26/2010
2 comments
How to add assemblies to the list of installed assemblies in MonoDevelop (on Linux) so you don’t have to browse for one every time you want to reference it. For example, the MySQL Connector/NET
ASP.NET MVC Favicon Routing
Posted by Robert Hollencamp on 08/25/2010
None comments
A routing workaround for ASP.NET MVC that will serve the favicon.ico file from the top-level URL even though it is stored in the content directory.
Recent Comments