Prepare for your Next Interview
This is a discussion on Guidelines while Reviewing within the ASP.NET forums, part of the Web Development category; 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 ...
|
|||
|
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.
|
| Sponsored Links |
|
|||
|
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 |
|
|||
|
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. |