导航

文章分类 -  .NET

摘要:using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Web;using System.Web.UI.WebControls;/// <summary>/// 文件管理/// </summary>public class WebFile{ #r... 阅读全文

posted @ 2010-02-12 16:05 jakost

摘要:这篇文章介绍Visual Studio 2010 (ASP.Net 4.0)的新功能。1、代码片段(Code Snippets): 代码段是预先开发的代码模板,可以节省我们对有关语法思考的时间。在VS 2005和VS 2008中,已经有建立了很多代码段。不过,这些只适用于隐藏代码(code behind)。在VS 2010中代码片段支持JScript,HTML以及asp.net标记。在下面画面,... 阅读全文

posted @ 2010-02-12 10:41 jakost