2008年1月10日
摘要: The last few weeks I have been working on a series of blog posts that cover the new ASP.NET MVC Framework we are working on. The ASP.NET MVC Framework is an optional approach you can use to structure ... 阅读全文
posted @ 2008-01-10 13:24 RainSunny 阅读(446) 评论(0) 推荐(0) 编辑
摘要: The last few weeks I have been working on a series of blog posts that cover the new ASP.NET MVC Framework we are working on. The ASP.NET MVC Framework is an optional approach you can use to structure ... 阅读全文
posted @ 2008-01-10 13:22 RainSunny 阅读(457) 评论(0) 推荐(0) 编辑
摘要: Last month I blogged the first in a series of posts I'm going to write that cover the new ASP.NET MVC Framework we are working on. The first post in this series built a simple e-commerce product listi... 阅读全文
posted @ 2008-01-10 13:19 RainSunny 阅读(421) 评论(0) 推荐(0) 编辑
摘要: Two weeks ago I blogged about a new MVC (Model View Controller) framework for ASP.NET that we are going to be supporting as an optional featuresoon. It provides a structured model that enforces a clea... 阅读全文
posted @ 2008-01-10 13:17 RainSunny 阅读(265) 评论(0) 推荐(0) 编辑
摘要: Earlier today we released the first CTP preview of an "ASP.NET 3.5 Extensions" release that we've been working on (click here to read my previous post about our product roadmap). This release brings a... 阅读全文
posted @ 2008-01-10 12:49 RainSunny 阅读(415) 评论(0) 推荐(0) 编辑
摘要: One of the things that many people have asked for over the years with ASP.NET is built-in support for developing web applications using a model-view-controller (MVC) based architecture.Last weekend at... 阅读全文
posted @ 2008-01-10 12:48 RainSunny 阅读(293) 评论(0) 推荐(0) 编辑
  2007年12月21日
摘要: C#2.0新特性简介C# 2.0引入了很多语言扩展,最重要的就是泛型(Generics)、匿名方法(Anonymous Methods)、迭代器(Iterators)和不完全类型(Partial Types)。• 泛型允许类、结构、接口、委托和方法通过它们所存贮和操作的数据的类型来参数化。泛型是很有用的,因为它提供了更为强大的编译期间类型检查,需要更少的数据类型之间的显式转换,并且减少... 阅读全文
posted @ 2007-12-21 18:18 RainSunny 阅读(249) 评论(0) 推荐(0) 编辑
摘要: ASP.NET技术从1.0版本升级到1.1变化不是很大。然而,从ASP.NET 1.x升级到2.0,却不是件轻而易举的事情。ASP.NET 2.0技术增加了大量方便、实用的新特性。图1-1所示列举了ASP.NET 2.0的主要技术特性。如图1-1所示,ASP.NET 2.0主要提供控件、页面框架、服务与APIs等3个方面的技术特性。图1-1 ASP.NET 2.0技术特性 控件 在ASP.NET ... 阅读全文
posted @ 2007-12-21 18:16 RainSunny 阅读(281) 评论(0) 推荐(0) 编辑
摘要: .NET Framework 3.0  应用程序开发的目标始终如一,就是在最短时间内制作出最好的软件。然而,随着开发平台的性能越来越高,制作软件的壁垒也相应提高了。以 Windows 为例,原来的 Win32 接口已经融入到功能更强的 .NET Framework 中。2002 年发布的 Framework 1.0 和 2005 年发布的 Framework 2.0 为设计和编写 Windows ... 阅读全文
posted @ 2007-12-21 18:13 RainSunny 阅读(241) 评论(0) 推荐(0) 编辑
摘要: C# 3.0新特性微软最近的动作频繁,C#2.0规范才刚推出不久,我还没来的及完全消化C#2.0中的所有新特性,而今又推出了C#3.0,在短短几年中,微软就对C#进行了两次大的升级,为C#加入了许多新的特性,从而使C#变得更加强大也更加现代了。下面我就把C#3.0中的新特性的要点列出来,以供大家快速浏览。第一个特性:隐式类型化本地变量  这个特性非常简单,有些JavaScript的影子,我们可以统... 阅读全文
posted @ 2007-12-21 18:12 RainSunny 阅读(257) 评论(0) 推荐(0) 编辑