Unit Testing ASP.net Web Site Project code stored in App_Code

后端 未结 8 1774
陌清茗
陌清茗 2020-12-01 01:43

I have an ASP.net Web Site Project (.net 3.5). Currently all of the non-code behind code files (including Linq2Sql stuff, data contexts, business logic, extension methods, e

8条回答
  •  伪装坚强ぢ
    2020-12-01 02:25

    Your conclusions seem correct. I would vote for moving functionality into one or several class library projects, since that may open the door for reusing the same functionality in other projects as well.

提交回复
热议问题