提高 ASP.NET 网站的开发速度

发布于 2024-10-07 03:36:47 字数 1539 浏览 7 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

扭转时空 2024-10-14 03:36:47

我正在使用这个工具/库(仅免费,我没有提及像 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.

指尖上的星空 2024-10-14 03:36:47

我们正在考虑在未来的项目中使用 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.

深海少女心 2024-10-14 03:36:47

使用 ASP.NET MVC、NHibernate 和 DI 框架(StructureMap 或 Windsor)。

Using ASP.NET MVC, NHibernate and a DI framework (StructureMap or Windsor).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文