This post is a simple walkthrough to illustrate the usage the MVC XML Sitemap project.
If you haven’t already, grab the source here: http://mvcxmlsitemap.codeplex.com/Release/ProjectReleases.aspx
Once you’ve downloaded it, go ahead and unzip it, open the solution up in Visual Studio and do a rebuild so the assembly is compiled.
A Simple Sitemap Example
Create a new ASP.NET MVC web application (the name is not important) and add a reference to the Cintellect.Web.Mvc.Sitemap assembly to ASP.NET MVC web application you just compiled.
Now open up the HomeController in the Controllers folder...
So I’m back from being MIA for oh… about 4 months. :-) I had a lot going on in my personal life and just couldn’t find the time or motivation to write any posts (there I go making excuses again). Part of the reason I’ve not had time to write is that I’ve been spending a lot of time working with Silverlight, specifically SL3 and I’m loving it. Silverlight is such a powerful development platform and the tooling support is great – minus the designer surface no longer working in VS2008 for SL3. The only good thing that’s come...