The company I'm working on is rebuilding the internal product for external use.
The product will initially be created in C # using WPF, and then ported to Silverlight.
One of the focus points is encoding against malicious attacks, for example. SQL injection, etc.
Questions:
- Can anyone recommend urls pointing to articles on best security practices.
- Can anyone recommend an analysis tool for code analysis to identify weaknesses. If possible, we would like to include this tool in our continuous integration scenarios.
source
share