-
Contributing Member
Guidelines while Reviewing
As a team lead while reviewing the application developed using ASP.NET what are the optimizations that must be definetly reviewed. Though it depends on the application could someone provide me some general guidelines for checking.
-
Contributing Member
Re: Guidelines while Reviewing
The list of optimizations to be reviewed is long. I am putting here some that comes to my mind now:
Standard guidelines like naming conventions etc.. to be followed
Functions to be used in case of repetitive code
Global varaibles stored in global.asa
Security Handling is followed wherever necessary
-
Expert Member
Re: Guidelines while Reviewing
Friend you can you inbuilt code anlysis Configuration in asp.net. Below is the steps :
Open a any existing web site-> select Website tab -> there is code anlysis Configuration .
Please let me know in case of you need any further information.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules