Breadcrumb navigation on MSDN Australia website
Was just browsing around the MSDN Australia website (actually was at the MSDN Connection website). And noticed that they now have breadcrumb navigation on there!
This is one of the new features that will be included with ASP.NET 2.0. It’s quite a useful style of navigation, as it allows the user to know where they are, and shows them the path that they took to get where they are. Also allows them to backtrack the steps they took to get where they are.
It’s not exactly something new, but hey, having something built into ASP.NET 2.0 that does that just means less interface code for us developers, and more time on making sure the business logic is thoroughly tested, meets requirements and works well.
Anyway, I saw an article in last months’ MSDN Magazine that has code for doing the bed crumb controls, check it out! http://msdn.microsoft.com/msdnmag/issues/04/06/NavigationControls/default.aspx
Edit: I must be blind or something, it’s also on the older msdn sites, it’ just looks a bit diffrent on the Australian one