Last post Nov 20, 2015 04:12 AM by PatriceSc
Member
82 Points
273 Posts
Nov 19, 2015 11:24 PM|Mayil_Gilli|LINK
Dear All,
We are developing .NET applications for the past 9 years. Mostly we build the web application with the combination of ASP.net, C#.net and SQL server.
Manual code review takes lot of time and difficult to find the coding standards are followed correctly.
Is there any tool for reviewing the code and list the standard violation places.
tool should review the CSS and ASP.net design page coding. tool should review the C#.net and SQL server code.
Please advise that is there any tool available for reviewing the best practices and standards. if so let us know the tools name.
Warm Regard,
Mayil.M
All-Star
48530 Points
18073 Posts
Nov 20, 2015 04:12 AM|PatriceSc|LINK
Hi,
For C#, try perhaps https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis Which VS Edition do you have? You have https://msdn.microsoft.com/en-us/library/3z0aeatx.aspx (not 100% sure but some of which may have been add to Community Edition).
You'll have to use separate tools for HTML/CSS (beyond just schema validation) and SQL. For example it seems that http://blogs.msdn.com/b/sqlsecurity/archive/2012/04/19/sql-server-2012-best-practices-analyzer.aspx is more on the admin side but it seems it was anlyzing stored procedure as well (for example spotting SELECT * as a bad practice etc...)
Member
82 Points
273 Posts
I need Standards\Code Review tool for .NET applications
Nov 19, 2015 11:24 PM|Mayil_Gilli|LINK
Dear All,
We are developing .NET applications for the past 9 years. Mostly we build the web application with the combination of ASP.net, C#.net and SQL server.
Manual code review takes lot of time and difficult to find the coding standards are followed correctly.
Is there any tool for reviewing the code and list the standard violation places.
tool should review the CSS and ASP.net design page coding. tool should review the C#.net and SQL server code.
Please advise that is there any tool available for reviewing the best practices and standards. if so let us know the tools name.
Warm Regard,
Mayil.M
All-Star
48530 Points
18073 Posts
Re: I need Standards\Code Review tool for .NET applications
Nov 20, 2015 04:12 AM|PatriceSc|LINK
Hi,
For C#, try perhaps https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis Which VS Edition do you have? You have https://msdn.microsoft.com/en-us/library/3z0aeatx.aspx (not 100% sure but some of which may have been add to Community Edition).
You'll have to use separate tools for HTML/CSS (beyond just schema validation) and SQL. For example it seems that http://blogs.msdn.com/b/sqlsecurity/archive/2012/04/19/sql-server-2012-best-practices-analyzer.aspx is more on the admin side but it seems it was anlyzing stored procedure as well (for example spotting SELECT * as a bad practice etc...)