Currently Browsing: CTE

ASP.NET MVC SiteMap

Note: This code does not support caching or security trimming. It is simply a way to build something that compares to the .NET TreeView control using the MVC pattern. Recently one of my clients had the "perfect storm" of requirements, restrictions, deadlines and policies that lead to the need to develop a MVC TreeView(ish) control.   Requirements: Database storage – Site administrations needed a simple interface into editing and I was not about to write something to update XML files. NOT use the SQL Service Broker for easy SQL caching support – Security concerns….I...
read more