Tuesday, January 26, 2010

.Net Coding Best Practices

Every one knows that follow the code best practices will prevent time wasting in code maintaining and will reduce the headache that the next developer will have during maintaining code and will improve performance of application.

I do some Google and collect some links for you:

.Net Coding Stranded : click here
ADO.Net Best Practices : Follow this article click here
.Net Performance Best practices : Follow this
click here
ASP.Net Best Practices: Follow this click here , here
, here
Exception Handling : follow this article click here
SQL Server : Follow this click here , here , here

I hope that this links help every one trying to code better.