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. 通过acdbblockreference 获得块名

    AcDbBlockReference *pBlkRef = AcDbBlockReference::cast(ent.object());     AcDbObjectId pBlkTblRecId; ...

  2. xmpp登录(2)

    XMPP中常用对象们: XMPPStream:xmpp基础服务类 XMPPRoster:好友列表类 XMPPRosterCoreDataStorage:好友列表(用户账号)在core data中的操作 ...

  3. 迷宫自动生成以及基于DFS的自动寻路算法

    直接贴代码 #include<ctime> #include<conio.h> #include<iostream> #include<windows.h&g ...

  4. Number Theory Problem(The 2016 ACM-ICPC Asia China-Final Contest 找规律)

    题目: Mr. Panda is one of the top specialists on number theory all over the world. Now Mr. Panda is in ...

  5. 【ssm】spring功能讲解

    概览 Spring5框架包含许多特性,负责管理项目中的所有对象,并被很好地组织在下图所示的模块中 核心容器:由spring-beans.spring-core.spring-context.sprin ...

  6. phpcms 搭建宣传网站首页

    1 .修改后台提交的表单信息展示: 文件路径: phpcms\modules\formguide\template\formguide_info_list.tpl.php function getQu ...

  7. 负载均衡之Ocelot+Consul(WebAPI注册服务)

    上一篇   负载均衡之Ocelot+Consul(文件配置注册服务),介绍了如何通过json文件注册服务,本篇将学习如何通过web api 注册服务. 在展开学习过程之前,且先总结一下 consul服 ...

  8. Windows 硬件开发人员怎样选择代码签名证书类型

    在建立 Windows 开发人员中心硬件仪表板帐户之前,你需要获取代码签名证书以保护数字信息的安全.此证书是用于建立你的公司对你所提交代码的所有权的接受标准.它让你可以用数字形式签署 PE 二进制文件 ...

  9. cocos2dx luajavaBridge 学习笔记

    我在网上看到了 LuaJavaBridge 的 使用方法这篇文章 https://segmentfault.com/a/1190000004252394?utm_source=tuicool& ...

  10. 吧,其实spring自带的BeanUtils就有这样的功能,引入spring-beans和spring-core之后,就有BeanUtils.copyProperties(a, b);可以实现两个javabean之间的相互拷贝,自己写的就当是研究咯---https://www.cnblogs.com/NieXiaoHui/p/7150928.html

    吧,其实spring自带的BeanUtils就有这样的功能,引入spring-beans和spring-core之后,就有BeanUtils.copyProperties(a, b);可以实现两个ja ...