Building ASP.NET application - Best Practices

前端 未结 7 697
轻奢々
轻奢々 2020-12-22 18:40

We are building an ASP.NET application and would like to follow the best practices. Some of the best practices are:


Server side Code:

  • Use catch
7条回答
  •  温柔的废话
    2020-12-22 18:46

    I would recommend a couple of books if you are interested in pursuing a journey to become a better, more productive developer. These books are language agnostic and as you can see by the user reviews, very very helpful.

    Code Complete 2

    Pragmatic Programmer

    If you are looking for a .NET specific book, you may appreciate the following book:

    Microsoft Application Architecture Guide [available online for free outside of print format]

提交回复
热议问题