We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
我正在使用这个工具/库(仅免费,我没有提及像 Resharper 这样的商业工具):
Ghostdoc - 用于生成评论 - http://submain.com/products/ghostdoc.aspx(免费)
Microsoft Enterprise Library - 用于验证器、缓存、日志记录的良好库和其他目的 - http://msdn.microsoft.com/en-us/library /ff650466.aspx
Nhibernate (如果您想在 asp.net-2.0 中使用它,则不是实体框架)
Fiddler 2.0 - 用于分析页面流量的外部工具(有利于跟踪 ajax 中的问题,并提高性能)
Firexox + Firebug + Yslow - 测试页面性能和调试的最佳方法
IETester - 用于在各种情况下测试页面的程序IE 版本(有时您必须创建与 IE 6-8 兼容的页面;/) - http ://www.my-debugbar.com/wiki/IETester/HomePage
如果您的项目可以的话 - 将 asp.net 版本升级到至少 3.5 - 它可以大大提高您的编码速度。
I'm using this tools/libs (only free, I'm not mention about commercial like Resharper):
Ghostdoc - for generating comments - http://submain.com/products/ghostdoc.aspx (free)
Microsoft Enterprise Library - good library for validators, caching, logging and other purpose - http://msdn.microsoft.com/en-us/library/ff650466.aspx
Nhibernate (not Entity Framework if you want to use it in asp.net-2.0)
Fiddler 2.0 - external tool to analyze your page traffic (good for tracking problems in ajax, and improve performance)
Firexox + Firebug + Yslow - best way to test page performance and debug it
IETester - program for test your page on various versions of IE (sometimes you have to create page compatibile with IE 6-8 ;/) - http://www.my-debugbar.com/wiki/IETester/HomePage
And if it is possible in your project - upgrade asp.net version to at least 3.5 - it could improve your coding speed a lot.
我们正在考虑在未来的项目中使用 960 网格系统 进行布局。
jQuery,显然是为了更好、更简单的 JavaScript。
我喜欢 Ajax 控制工具包,因为它的小部件易于使用。
Something we are looking at using in future projects for doing layouts is the 960 Grid system.
jQuery, obviously, for better, easier JavaScript.
I like the Ajax Control Toolkit for ease of use of its' widgets.
使用 ASP.NET MVC、NHibernate 和 DI 框架(StructureMap 或 Windsor)。
Using ASP.NET MVC, NHibernate and a DI framework (StructureMap or Windsor).