c# - 我应该为最基本的网站选择哪个 Visual Studio 2013 项目模板?

标签 c# asp.net google-maps jquery-plugins visual-studio-2013

我将要创建一个非常基本的网站,因为它只有一个页面,上面有一张谷歌地图和一些输入复选框。它背后有 jQuery,但我不需要 Bootstrap、MVC、Authentication 或这个项目的数据库。我想将 VS 2013 用于编辑器的细节和它将提供的 ASP.NET 框架(web.config 等),但在大多数情况下,它将是一个简单的 HTML5/CSS/jQuery 网站。

那么对此最合适的项目模板 (C#) 是什么?

最佳答案

只需选择一个“空” 模板。稍后您可以根据需要构建自己的站点。

参见:Creating ASP.NET Web Projects in Visual Studio 2013

Empty Template

The Empty template provides the bare minimum folders and files for an ASP.NET web site, such as a project file (.csproj or .vbproj) and a Web.config file. You can add support for Web Forms, MVC, and/or Web API by using the check boxes under the Add folders and core references for: label.

关于c# - 我应该为最基本的网站选择哪个 Visual Studio 2013 项目模板?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19794967/

相关文章:

c# - 将字符串转换为 int 然后乘以另一个 int

javascript - 使用 setPosition 更改位置时 Google 标记消失

c# - 保存包含换行符的 richtextbox 数据,将其保存到文件并使用记事本打开它不会在 c# 中显示换行符

c# - NUnit 中的数据驱动测试?

c# - 使用纯 javascript 的 Asp .net Forms 身份验证 token

asp.net - 在ItemDataBound期间如何访问被数据绑定(bind)的项目?

iphone - 在 GooGle map 上添加 UITextField 和 UiButton

google-maps - 放大谷歌地图 API - 城市与国家不同

c# - Entity Framework 1对0或1关系配置

c# - 防止未分配对象的设计模式