https://msdn.microsoft.com/en-us/library/ee532866.aspx

The topics in this section provide information about ASP.NET 4 and the Web development tools in Visual Studio.

ASP.NET Overview

Provides general information about ASP.NET and discusses factors that you should consider when you create a Web site by using ASP.NET.

ASP.NET Walkthroughs by Scenario

Provides a series of walkthroughs that cover common scenarios for creating an ASP.NET Web site, and highlights some new features.

ASP.NET Code Sample Downloads

Lists downloadable samples that you can use to learn more about ASP.NET.

Visual Studio Express 2012 for Web

Describes features for Web development that are available in Visual Web Developer Express and how they compare to features in other versions of Visual Studio.

What's New in ASP.NET 4 and Visual Web Developer

Provides a summary of changes and new features in ASP.NET 4 and for Web development in Visual Studio.

Visual Studio Web Development Content Map

Provides a learning path that describes how to start working with Visual Web Developer and ASP.NET.

ASP.NET Web Forms Pages

Provides information about how ASP.NET Web pages function and about how to create and program them.

ASP.NET Web Projects

Provides information about how to create ASP.NET Web applications.

9ce856dc-7c21-4ee9-880f-fa6f344bf6e7

Provides links to topics that describe how to use the model-view-controller (MVC) development pattern to create ASP.NET Web applications.

ASP.NET Infrastructure

Provides information about the infrastructure that underlies ASP.NET, which includes HTTP handlers and HTTP modules, and various forms of state management.

ASP.NET Controls

Provides information about how ASP.NET Web server and user controls work, how to add them to ASP.NET pages, and how to program them.

ASP.NET Custom Server Controls Content Map

Provides information about how to create custom ASP.NET controls.

ASP.NET Client Script

Provides information about how to use AJAX and client script to enhance the performance and appearance of a Web site.

ASP.NET Client Script

Provides information about creating Ajax-based Web applications using Microsoft technologies.

ASP.NET Data Access Content Map

Provides information about how to display and edit data in ASP.NET Web pages.

NIB: ASP.NET Web Services

Provides information about how to create and use Web services in ASP.NET.

NIB: ASP.NET Security

Provides information about security threats to an ASP.NET Web site, about ways to reduce threats, and about ways to authenticate and authorize users.

ASP.NET Web Site Administration

Provides information about how to configure an ASP.NET Web site and how to manage site performance.

Web Deployment Content Map for Visual Studio and ASP.NET

Provides information about how to build and deploy (publish) Web sites, and information about how to precompile a site.

ASP.NET Performance, Troubleshooting, and Debugging

Provides information about how to handle errors, debug ASP.NET pages, view trace information during page processing, and monitor the health of a Web site.

ASP.NET Conversion and Migration

Provides information about how to convert Web projects that were created in earlier versions of Visual Studio.

ASP.NET Web Sites for Mobile Devices

Provides information about features in ASP.NET that help you create applications that can run in browsers on mobile phones and other devices.

ASP.NET Command-Line Tools

Lists command-line tools that you can use to manage and administer ASP.NET Web sites and applications.

ASP.NET and Visual Studio for Web

ASP.NET is a web platform that provides all the services that you require to build enterprise-class server-based web applications. ASP.NET is built on the .NET Framework, so all .NET Framework features are available to ASP.NET applications. Your applications can be written in any language that is compatible with the common language runtime (CLR), including Visual Basic and C#.

To create ASP.NET web applications, you can use Visual Studio. In addition, a free standalone product—Visual Studio Express for Web—is available that includes the core set of web design features from Visual Studio.

The following topics provide more information about ASP.NET and web development with Visual Studio.

ASP.NET 5 and Visual Studio 2015

Provides information about ASP.NET features in the .NET Framework 4.6 and Visual Studio 2015.

ASP.NET 4.5.1 and Visual Studio 2013

Provides information about ASP.NET features in the .NET Framework 4.5.1 and Visual Studio 2013.

ASP.NET 4.5 and Visual Studio 2012

Provides information about ASP.NET features in the .NET Framework 4.5 and Visual Studio 2012 and Visual Studio Express 2012 for Web.

ASP.NET 4 and Visual Studio 2010

Provides information about ASP.NET features in the .NET Framework 4 and Visual Studio 2010 and Visual Web Developer 2010 Express.

ASP.NET 3.5 and Visual Studio 2008

Provides a link to topics that describe ASP.NET features in the .NET Framework 3.5 and Visual Studio 2008 and Visual Web Developer 2008 Express Edition.

ASP.NET MVC (on the ASP.NET site)

Provides information about the framework that you can use in ASP.NET to create applications that are designed according to the model-view-controller (MVC) pattern.

ASP.NET Web Pages 2 (on the ASP.NET site)

Provides information about ASP.NET Web Pages (Razor), which is a fast, approachable, and lightweight way to combine server code with HTML to create dynamic web content.

ASP.NET 4 and Visual Studio 2010的更多相关文章

  1. ASP.NET MVC3在Visual Studio 2010中的变化

    在VS2010中新建一个MVC3项目可以看出与以往的MVC2发生了很明显的变化 1.ASP.NET MVC3必要的运行环境为.NET 4.0 (想在3.5用MVC3,没门!) 2.默认MVC3模板项目 ...

  2. 《转》Visual Studio 2010 终极定制安装精简方法

    打开VS2010安装目录下的 Setup 文件夹,找到 baseline.dat 文件和 vs_setup.pdi 文件还有一个 locdata.ini 文件,是对应的. 这些都是文本文件,用记事本就 ...

  3. Visual Studio 2010中创建ASP.Net Web Service

    转自:http://blog.csdn.net/xinyaping/article/details/7331375 很多人在论坛里说,在Visual Studio 2010中不能创建“ASP.Net ...

  4. 在 Visual Studio 2010 中创建 ASP.Net Web Service

    第一步:创建一个“ASP.Net Empty Web Application”项目 第二步:在项目中添加“Web Service”新项目 第一步之后,Visual Studio 2010会创建一个仅含 ...

  5. (转)在 Visual Studio 2010 中创建 ASP.Net Web Service

    很多人在论坛里说,在Visual Studio 2010中不能创建“ASP.Net Web Service”这种project了,下面跟帖者云云,有的说这是因为微软已经将Web Service整合进W ...

  6. 自定义安装visual studio 2010开发asp.net

    VS2010的安装对于VS的安装大家肯定都熟悉,不过我在很多地方看到的是大家讲VS的全部组件都安装了,不但浪费磁盘空间,还降低了系统性能,除此之外,还有人安装了VS之后不知道顺手把MSDN安装上,害得 ...

  7. [入门级] 基于 visual studio 2010 mvc4 的图书管理系统开发初步 (二)

    [入门级] 基于 visual studio 2010 mvc4 的图书管理系统开发初步 (二) Date  周六 10 一月 2015 By 钟谢伟 Category website develop ...

  8. [入门级] visual studio 2010 mvc4开发,用ibatis作为数据库访问媒介(一)

    [入门级] visual studio 2010 mvc4开发,用ibatis作为数据库访问媒介(一) Date  周二 06 一月 2015 By 钟谢伟 Tags mvc4 / asp.net 示 ...

  9. 水晶报表初体验(Visual Studio 2010)

    安装水晶报表后如下使用: 配置rpt文件,如图 前台(Asp.net页面): <%@ Register Assembly="CrystalDecisions.Web, Version= ...

随机推荐

  1. catkin_package()是什么意思?

    DEPENDS 和 CATKIN_DEPENDS 用来告诉 catkin 需要将你程序包A的哪些依赖项传递给使用 find_package(...) 查找你的程序包的程序包B. 而在CMakeList ...

  2. vue基础---表单输入绑定

    [一]基础用法 用 v-model 指令在表单 <input>.<textarea> 及 <select> 元素上创建双向数据绑定.它会根据控件类型自动选取正确的方 ...

  3. ThinkPHP---thinkphp视图(V)

    配置文件分3类:系统配置文件,分组配置文件,应用配置文件 ①系统配置文件ThinkPHP/Conf/convention.php: ②分组 / 模块 /平台配置文件Home/Conf/config.p ...

  4. 05JavaScript中的事件处理

    JavaScript中的事件处理 在JavaScript中,事件的发生主要是由窗口中内容变化.键盘和鼠标引起的.JavaScript在某些事件发生的时候,可以通过一些相应的事件处理器来捕获这些事件,并 ...

  5. 当ECharts碰到TWaver

    百度公司的ECharts发展迅速,已经成为HTML5 Chart的佼佼者,这让大家骄傲:中国人终于也有世界级的开源通用UI产品了.正如其网站所说,它是百度的,是中国的,也是世界的.想想那些年,我们追逐 ...

  6. C++字符串处理函数总结

    1.基础函数输入输出:cin,cout,getchar,gets,putchar,puts,printf,scanf格式化:sprintf,sprintf_s,wsprintf,wsprintf_s, ...

  7. UVA 674 Coin Change (完全背包)

    解法 dp表示目前的种数,要全部装满所以f[0]=1其余为0的初始化是必不可少的 代码 #include <bits/stdc++.h> using namespace std; int ...

  8. 爬虫之Requests库

    官方文档:http://cn.python-requests.org/zh_CN/latest/ 一.引子 import requests resp = requests.get("http ...

  9. Python的import module与form module import的区别

    import moduleName 如果要使用moduleName模块中的方法时,是moduleName.method(点方法), 比如moduleName中有个方法是set,则使用的是moduleN ...

  10. App后台开发运维和架构实践学习总结(4)——APP的注册和登录功能设计

    一.为什么需要注册和登录? 是否需要注册和登录的关键取决于产品形态. 如果用户注册登录对于用户需求.产品功能.商业模式本身带不来任何价值的话,就没必要设计这样的功能.比如一些实用工具类的产品:计算器. ...