guna Samba
guna Samba

Reputation: 484

.Net Windows application code review check list

I need to prepare check list for .Net windows application. It should include security, Design and coding standards. I googled but no luck. am getting for asp.Net not for Windows appliation. Is there any check list available for this ?

Thanks in advance..

Gunasekaran Sambandhan

Upvotes: 0

Views: 681

Answers (2)

user734137
user734137

Reputation: 26

For coding standards, one can refer to Microsoft coding standards.

To enforce such coding standards, one can use FxCop or Stylecop. Generally checklists are prepared in the organization perspective and are IPR for that organization. So naturally it won't be easily avaliable freely.IEEE also has some good guidelines on this subject but those also doesn't come free.

Upvotes: 1

lunactic
lunactic

Reputation: 318

Maybe you wanna check out the following link:

Design Guidelines for Developing Class Libraries

Upvotes: 0

Related Questions