Visual Studio
There are 2 entries for the tag
Visual Studio
Recent updates to Silverlight meant I had to install the latest Silverlight Tools for Visual Studio. This has had an annoying side affect – when you press F1 in Visual Studio on a keyword that exists in both Silverlight and the .NET framework and you are using local help the Silverlight topic is displayed. If your primary development target is not Silverlight this is a royal PITA and is acknowledged on the Silverlight SDK blog.. In order to fix this right click on the VS2008 icon and run as an administrator. Choose the Index option from the Help menu....
Following up AntiXSS Mark Curphey also announces the first public release of CAT.NET. CAT.NET is a managed code static analysis tool for finding security vulnerabilities. It's exactly the same tool we use internally to scan all of our Line of Business (LOB) applications; it runs as a Visual Studio plug-in or as a stand-alone application. It was engineered by this group (CISG) and has been designed in partnership with the ACE Team and Microsoft Research. The ACE Team do thousands of code reviews for the internal line of business applications and for our external customers and have provided a...