开发者

Suggestions for Asp.net mvc\Entity framework development tools?

开发者 https://www.devze.com 2023-04-02 08:12 出处:网络
I\'m working on a project to convert an old asp.net application to asp.net mvc\\Entity framework.I\'m at the very beginning of the planning stage and I\'ve been asked if I need any software tools so t

I'm working on a project to convert an old asp.net application to asp.net mvc\Entity framework. I'm at the very beginning of the planning stage and I've been asked if I need any software tools so they can budget for them. I've already got Visual Studio and a Telerik license. Any other suggestions that might be valuable from UI components to profiling tools? I'm especially looking for anyth开发者_如何转开发ing that might speed up development. Thanks in advance!


Resharper will make you much more productive in VS if you learn the key combos. It will also highlight errors in your views at dev time, rather than waiting for them to show up at runtime, which is very helpful.

EFProf will help you tune your EF queries and see what's going on "under the covers"

0

精彩评论

暂无评论...
验证码 换一张
取 消