ASP.NET Web Forms Scaffolding feature missing in VS 2013 RC(VS 2013 RC 中缺少 ASP.NET Web 窗体脚手架功能)
问题描述
ASP.NET Web Forms Scaffolding 功能似乎从 Visual Studio 2013 RC 中悄悄删除.在最新的 VS 2013(截至 2013 年 9 月)中,功能 [Add] -> [Scaffold] -> [Web Forms pages with read/write actions, using Entity Framework] 只是缺失.Microsoft 没有发布有关此更改的任何官方信息,并悄悄删除了 Visual Studio 中 Web 窗体脚手架功能的文档.
The ASP.NET Web Forms Scaffolding feature seems to be silently dropped from Visual Studio 2013 RC. In the latest VS 2013 (as of September 2013) the feature [Add] -> [Scaffold] -> [Web Forms pages with read/write actions, using Entity Framework] is just missing. Microsoft didn't release any official information about this change and silently removed the documentation of the Web Forms Scaffolding feature in Visual Studio.
在 ASP.NET 官方网站上,Web Forms Scaffolding"文档现在也不见了:http://www.asp.net/web-forms/tutorials/aspnet-45/aspnet-scaffolding-with-web-forms.该页面刚刚被删除.它的旧版本仍然可以在 archive.org 上找到:http://web.archive.org/web/20130901172338/http://www.asp.net/web-forms/tutorials/aspnet-45/aspnet-scaffolding-with-网络表单.
Also at the official ASP.NET Web site the "Web Forms Scaffolding" documentation is now missing: http://www.asp.net/web-forms/tutorials/aspnet-45/aspnet-scaffolding-with-web-forms. The page is just deleted. Its old version is still available at archive.org: http://web.archive.org/web/20130901172338/http://www.asp.net/web-forms/tutorials/aspnet-45/aspnet-scaffolding-with-web-forms.
有谁知道 ASP.NET Web Form Scaffolding 会发生什么?我们应该在 VS 2013 中拥有它吗?或者它是来自 Visual Studio Gallery 的广告插件或来自 NuGet 的包?
Does anyone know what is going to happen with ASP.NET Web Form Scaffolding? Shall we have it in VS 2013? Or it will be available ad add-on from Visual Studio Gallery or as package from NuGet?
我检查了这些资源,它们似乎都太旧了:- http://www.nuget.org/packages/Microsoft.AspNet.Scaffolding.WebForms/ - 与 2013 年 2 月相比没有变化,仍然缺少 Web 表单脚手架功能- http://visualstudiogallery.msdn.microsoft.com/bd1260d4-f46c-40af-aec17d6d - 不支持 VS 2013
I checked these resources and all of them seems too old: - http://www.nuget.org/packages/Microsoft.AspNet.Scaffolding.WebForms/ - no changes from Feb 2013, still the Web Forms scaffold feature is missing - http://visualstudiogallery.msdn.microsoft.com/bd1260d4-f46c-40af-aec1-e6460e6d5d7d - does not support VS 2013
似乎 Scott Hanselman 在他的博客中也对 VS 2013 RC 中删除的 Web Forms Scaffolding 功能保持沉默:http://www.hanselman.com/blog/DownloadVisualStudio2013WhileYourFeedbackStillMatters.aspx
Seems like Scott Hanselman also stays silent at his blog about the dropped Web Forms Scaffolding feature in VS 2013 RC: http://www.hanselman.com/blog/DownloadVisualStudio2013WhileYourFeedbackStillMatters.aspx
有谁知道如何在 Visual Studio 2013 中运行 ASP.NET Web Forms Scaffolding?
Does anyone know how to run ASP.NET Web Forms Scaffolding in Visual Studio 2013?
斯维特林·纳科夫
推荐答案
目前似乎已放弃此功能,但 Microsoft 承诺将包含在未来版本中.
It seems that this feature is currently dropped but Microsoft promises that it will be included in a future release.
看看今天早些时候创建的这个页面:http://www.asp.net/visual-studio/overview/2013/release-notes-%28release-candidate%29#scaffold
Look at this page that was created earlier today: http://www.asp.net/visual-studio/overview/2013/release-notes-%28release-candidate%29#scaffold
Visual Studio 2013 目前不支持为 Web 窗体项目生成页面,但您仍然可以通过向项目添加 MVC 依赖项来使用 Web 窗体的脚手架.将来的更新中将添加对为 Web 表单生成页面的支持.
Visual Studio 2013 does not currently support generating pages for a Web Forms project, but you can still use scaffolding with Web Forms by adding MVC dependencies to the project. Support for generating pages for Web Forms will be added in a future update.
另一个来源:http://blogs.msdn.com/b/webdev/archive/2013/09/09/annoucing-release-of-asp-net-and-web-tools-for-visual-studio-2013-rc.aspx 说:
我们从此版本中删除了 WebForm Scaffolding.我们会在以后的版本中重新考虑它.
We removed WebForm Scaffolding from this release. We’ll reconsider it in future releases.
这篇关于VS 2013 RC 中缺少 ASP.NET Web 窗体脚手架功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:VS 2013 RC 中缺少 ASP.NET Web 窗体脚手架功能
基础教程推荐
- 当键值未知时反序列化 JSON 2022-01-01
- 我什么时候应该使用 GC.SuppressFinalize()? 2022-01-01
- 覆盖 Json.Net 中的默认原始类型处理 2022-01-01
- 从 VB6 迁移到 .NET/.NET Core 的最佳策略或工具 2022-01-01
- C# - 将浮点数转换为整数...并根据余数更改整数 2022-01-01
- Page.OnAppearing 中的 Xamarin.Forms Page.DisplayAlert 2022-01-01
- C# - 如何列出发布到 ASPX 页面的变量名称和值 2022-01-01
- 创建属性设置器委托 2022-01-01
- 如何使用OpenXML SDK将Excel转换为CSV? 2022-01-01
- 使用 SED 在 XML 标签之间提取值 2022-01-01