Tag: Development

Community

Managing Menus

(Peter Vogel) I was recently asked by one of the participants taking an ASP.NET course with me if there was a way to prevent an item in the sitemap from appearing on the menu but still have it appear on SiteMapPath (the control that gives you a “breadcrumbs-like” description of where a page fits int

Community

Creating Secure Strings

(BlackWasp) Highly confidential information, such as passwords or banking details, should be encrypted in memory during use to reduce the risk that it may be revealed to malware or forensic examination. The SecureString class provides this encryption automatically.