Any good references or tools available for converting ASP to ASP.NET?(有什么好的参考资料或工具可用于将 ASP 转换为 ASP.NET?)
问题描述
您在转换过程中使用了哪些工具、实践或文档,您会推荐给其他人?
What tools, practices, or documentation have you used in your conversion process that you would recommend to others?
推荐答案
你可以试试微软的
ASP 到 ASP.NET 1.x 迁移助手
ASP 到 ASP.NET v1.x 的迁移助手旨在帮助您将 ASP 页面和应用程序转换为ASP.NET.它不会使转换过程完全自动的,但它会加快你的通过自动化一些项目迁移所需的步骤.
The ASP to ASP.NET v1.x Migration Assistant is designed to help you convert ASP pages and applications to ASP.NET. It does not make the conversion process completely automatic, but it will speed up your project by automating some of the steps required for migration.
我想总比没有好.
这篇关于有什么好的参考资料或工具可用于将 ASP 转换为 ASP.NET?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:有什么好的参考资料或工具可用于将 ASP 转换为 ASP.NET?
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- C# 中多线程网络服务器的模式 2022-01-01
- 输入按键事件处理程序 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
