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. Java基础(七)--Exception异常处理

    发现错误的理想时机是程序运行之前(编译期),然后不太现实,很多异常无法被发现(特别是业务上的数据),需要在运行时解决. 错误恢复机制保证代码健壮性的方式,异常处理在程序中很常见,也是必须的,必须考虑有 ...

  2. jenkins部署遇到离线问题如何解决

    部署jenkins页面时遇到离线问题如何解决 部署jenkins遇到一个问题,然后告诉我你的jenkins已经离线,什么鬼,后来找了很多博客 后来自己终于验证成功了,也分享给大家,只需把https改为 ...

  3. Javascript 原型链与constructor

    Javascript中的constructor与prototype 在学习javascript面向对象编程的过程中, constructor和prototype一直让我觉得理解不透,慢慢的学习过程中记 ...

  4. mysql服务无法启动(1067错误)时数据备份的经验

    mysql服务无法启动(1067错误)时数据备份的经验 背景 方法 背景 在已安装MySQL5.5的情况下,再次安装 MySQL5.7时,因为MySQL5.7是压缩文件安装的方式,复制MySQL5.5 ...

  5. 洛谷——P3173 [HAOI2009]巧克力

    P3173 [HAOI2009]巧克力 题目描述 有一块n*m的矩形巧克力,准备将它切成n*m块.巧克力上共有n-1条横线和m-1条竖线,你每次可以沿着其中的一条横线或竖线将巧克力切开,无论切割的长短 ...

  6. UVA - 247 Calling Circles(Floyd求传递闭包)

    题目: 思路: 利用Floyd求传递闭包(mp[i][j] = mp[i][j]||(mp[i][k]&&mp[k][j]);),当mp[i][j]=1&&mp[j][ ...

  7. gnuplot examples

    xy plot #set terminal jpeg #set output 'alfa.jpg' set terminal postscript eps font 24 set out 'U_vs_ ...

  8. [bzoj1042][HAOI2008][硬币购物] (容斥原理+递推)

    Description 硬币购物一共有4种硬币.面值分别为c1,c2,c3,c4.某人去商店买东西,去了tot次.每次带di枚ci硬币,买si的价值的东西.请问每次有多少种付款方法. Input 第一 ...

  9. PID控制温度

    总所周知,PID算法是个很经典的东西.而做自平衡小车,飞行器PID是一个必须翻过的坎.因此本节我们来好好讲解一下PID,根据我在学习中的体会,力求通俗易懂.并举出PID的形象例子来帮助理解PID.一. ...

  10. SGU 485 Arrays

    485. Arrays Time limit per test: 1.75 second(s)Memory limit: 262144 kilobytes input: standardoutput: ...