简体   繁体   English

如何在C#express中打开ASP.NET空Web应用程序模板?

[英]How do I open an ASP.NET empty web application template in C# express?

Programmers!!! 程序员!

I'm learning c# from a book and would like to open a template such the one pictured from visual studio at the top however I only have the options from the c# menu pictured at the bottom. 我正在从一本书中学习c#,并希望打开一个模板,如顶部的visual studio所示,但我只能从底部的c#菜单中选择。 Is there a way to download or to manually create the same effect? 有没有办法下载或手动创建相同的效果? Thanks!!! 谢谢!!!

视觉工作室

Visual C#Express

Microsoft provide Visual Web Developer Express for web application development. Microsoft为Web应用程序开发提供Visual Web Developer Express。 C# Express is used for desktop development. C#Express用于桌面开发。 The paid for version is not split up like the Express versions are. 付费版本不像Express版本那样分开。

You can download Visual Web Developer Express from http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-web-developer-express although today being the day it is (release day) you could go for the newer version http://www.microsoft.com/visualstudio/11/en-us/downloads#express-web . 您可以从http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-web-developer-express下载Visual Web Developer Express,尽管今天是发布日(发布日)您可以转到更新的版本http://www.microsoft.com/visualstudio/11/en-us/downloads#express-web

Thanks for all the great answers, I downloaded VS 2012 for web. 感谢所有的好答案,我下载了VS 2012 for web。 Good to have the latest and greatest! 很高兴拥有最新最好的! I guess I posted on the right day since it is release day! 我想我发布的日期是发布日! Below is the screenshot from VS 2012 for web... 以下是VS 2012 for web的截图...

适用于Web的Visual Studio Express

看起来它在Visual C#2010 Express中不可用,但它在Visual Web Developer 2010 Express中 ,您仍然可以在学习C#时使用它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我如何在C#ASP.Net应用程序中打开弹出窗口而不用Chrome静默阻止它? - How do i open popup window in C# ASP.Net application without Chrome silently blocking it? 如何在空的 ASP.NET web 应用程序模板中与后端通信? - How to communicate with backend in an empty ASP.NET web application template? 在C#ASP.NET应用程序中,任务如何完成以及由谁完成? 是CLR还是IIS表达? - in C# ASP.NET application how task done and who do that ? CLR or IIS express? 是否可以在C#ASP.NET Web应用程序中执行此操作? - Is it possible to do this in a C# ASP.NET Web Application? 如何在C#/ ASP.Net中为我的应用程序利用IIS Web服务器来实现HTTP流? - How do I implement HTTP Streaming by utilising IIS Web Server for my application in C#/ASP.Net? 如何反编译ASP.NET/C# Web应用程序 - How to decompile ASP.NET / C# Web Application 如何在本地运行ASP.NET C#Web应用程序? - How to run ASP.NET C# web application locally? 如何在ASP.NET C#Web应用程序中维护库存? - How to maintain stock in asp.net C# web application? 我如何使用asp.net C#在Web应用程序中显示捕获的指纹 - How can i show captured fingerprint in web application using asp.net C# C#/ ASP.NET MVC:如果我知道用户名和密码,如何在其他Web应用程序中注册/登录? - C#/ASP.NET MVC: how to register/log in a different web application if I know username & password?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM