Visual Web 开发人员 - 控制台应用程序,如何

发布于 2024-12-04 21:22:55 字数 146 浏览 6 评论 0原文

我正在学习可视化 Web 开发人员 C#、实体框架和 Web 服务。
我希望能够运行实体框架,例如无需将其构建为 GUI,或运行浏览器。 所以吊销申请参考一下就可以了。 我可以将控制台应用程序添加到我的 Visual Web 开发人员解决方案中吗?

谢谢

I am learning in the visual web developer c#, entity framework, and webservices.
I want to be able to run the entity framework for example with out building it a gui, or run a browser.
So condole application with reference can do the job.
Can I add a console application to my Visual Web developer solution?

Thanks

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

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

发布评论

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

评论(2

墨落画卷 2024-12-11 21:22:55

FWIW。在VWD 2010中,您可以创建一个库项目,然后在项目属性下将项目更改为控制台应用程序,并创建一个方法“public static void Main(String[] args) {}”,它将构建一个控制台应用程序为你。

FWIW. In VWD 2010, you can create a library project, then go under project properties and change the project to Console application, and create a method "public static void Main(String[] args) {}", and it will build a console app for you.

未蓝澄海的烟 2024-12-11 21:22:55

不需要。您需要 Visual C# Express。 VWD 仅适用于 Web 项目。 Visual C# Express 应该有这个项目模板。

No. You will need Visual C# Express. VWD only works with web projects. Visual C# Express should have this project template.

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