包大人博客

迎奥运、讲文明、树新风 -- Welcome To Beijin 2008

About the author

Boris Yang
A troupe of little vagrants of the world, leave your footprints in my words.
E-mail me Send mail

Recent comments

Author

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008

迎接 WPF 你准备好了吗?

[参考] WPF官方网站 WPF简介      WPF的全称是Windows Presentation Foundation,是随.Net Framework 3.0一起推出的主打功之一,是微软新发布的Vista操作系统的三大核心开发库之一,其主要负责的是图形显示,所以叫Presentation(呈现)。加上Vista集成.Net Framework 3.0,可以预料改写 WinForm 的时代即将到来。作为新的图形引擎与早期的GDI+不同,WPF是基于DirectX的,支持GPU硬件加速,在不支持也可以使用软件绘制。高级别的线程进... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by Admin on Saturday, March 08, 2008 5:20 PM
Permalink | Comments (0) | Post RSSRSS comment feed

ASP.NET MVC 框架路线图更新

【原文地址】ASP.NET MVC Framework Road-Map Update 【原文发表日期】 Tuesday, February 12, 2008 1:05 PM 去年的十二月份,作为ASP.NET 3.5 Extensions CTP版的一部分,我们发布了新ASP.NET MVC 框架的第一个预览版。我也写了几个博客帖子,对该框架到底是什么,以及你可以如何使用它,提供了更多的细节: ASP.NET MVC 框架 简介 ASP.NET MVC 教程 (第一部分) ASP.NET MVC 教程 (第二部分: URL路径选择) ASP.... [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by Admin on Wednesday, March 05, 2008 11:54 AM
Permalink | Comments (0) | Post RSSRSS comment feed

ASP.NET MVC框架(第四部分): 处理表单编辑和提交场景 -- 附源码

【原文地址】ASP.NET MVC Framework (Part 4): Handling Form Edit and Post Scenarios 【原文发表日期】 Sunday, December 09, 2007 4:42 AM 过去的几个星期内,我一直在写着讨论我们正在开发的新ASP.NET MVC框架的系列贴子。ASP.NET MVC框架是个你可以用来结构化你的ASP.NET web应用,使之拥有清晰的关注分离,方便你单元测试代码和支持TDD流程的可选方法。 这个系列的第一篇建造了一个简单的电子商务产品列表/浏览网站。它讨论了MVC后面的高层次的概念... [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by Admin on Wednesday, March 05, 2008 11:43 AM
Permalink | Comments (0) | Post RSSRSS comment feed

ASP.NET MVC框架(第三部分): 把ViewData从控制器传到视图

【原文地址】ASP.NET MVC Framework (Part 3): Passing ViewData from Controllers to Views 【原文发表日期】 Thursday, December 06, 2007 2:49 AM 【译注】根据Scott Guthrie原文的回复,ASP.NET MVC框架的第一个CTP将于12月7日发布 过去的几个星期内,我一直在写着讨论我们正在开发的新ASP.NET MVC框架的系列贴子。ASP.NET MVC框架是个你可以用来结构化你的ASP.NET web应用,使之拥有清晰的关注分离,方便你单元测试代码和支持... [More]

Currently rated 4.0 by 1 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by Admin on Wednesday, March 05, 2008 11:37 AM
Permalink | Comments (0) | Post RSSRSS comment feed

ASP.NET MVC框架 (第二部分): URL路径选择

【原文地址】ASP.NET MVC Framework (Part 2): URL Routing 【原文发表日期】 Monday, December 03, 2007 2:44 AM 上个月,我发表了我要撰写的系列贴子中的第一篇,这些帖子将讨论我们正在开发的新ASP.NET MVC框架。这个系列的第一个贴子建造了一个简单的电子商务产品列表/浏览场景,讨论了MVC后面的高层次的概念,示范了如何从头创建一个新ASP.NET MVC 项目,实现和测试电子商务产品列表的功能。 在今天的贴子里,我将深入讨论ASP.NET MVC框架的路径选择(routing)架构,讨论一... [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by Admin on Wednesday, March 05, 2008 11:32 AM
Permalink | Comments (0) | Post RSSRSS comment feed

ASP.NET MVC框架(第一部分)

【原文地址】ASP.NET MVC Framework (Part 1) 【原文发表日期】 Tuesday, November 13, 2007 3:45 AM 两个星期前, 我在博客里讨论了ASP.NET的一个新MVC(模型、视图,控制器)框架,我们将在不久的将来作为一个可选功能来支持。该框架提供了一个结构化的模型,来加强应用中的清晰关注分离,方便你单元测试代码和支持TDD流程。它还提供了对你在应用中发布的URL的更多的控制,也可以对从中输出的HTML提供更多的控制。 之后,我回答了来自迫切想了解更多详情的很多人的很多问题。鉴于如此高的兴趣,我觉得,写几个贴子更... [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by Admin on Wednesday, March 05, 2008 11:27 AM
Permalink | Comments (0) | Post RSSRSS comment feed

ASP.NET MVC 框架

【原文地址】ASP.NET MVC Framework 【原文发表日期】 Sunday, October 14, 2007 10:41 PM 过去的几年里,很多人要求ASP.NET的一件事情就是对使用基于model-view-controller(模型-视图-控制器,简称MVC)架构来开发web应用的内置支持。 上个周末在Austin举行的Alt.NET大会上,我首次对我的团队正在开发的新ASP.NET MVC 框架作了一个公开的演示。你可以在Scott Hanselman这里的博客上观看我的讲座的录像。 我们将在今年稍后发布该框架的一个公开预览版,... [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by Admin on Wednesday, March 05, 2008 11:24 AM
Permalink | Comments (0) | Post RSSRSS comment feed

给你的Visual Studio 开发环境换套行头

     给你的Visual Studio 开发环境换套行头(本post所举示例及theme下载均适用于 VS2005)。Visual Studio 用的时间长了最近越看越不爽,还是赶快给你的开发环境换套性感一点的内衣吧。      在Visual Studio 里换套 skinning and themeing 还是蛮方便的。但是换肤前请切记把你当前的环境设置备份一个,以至你觉得新衣服不爽的时候还能找回旧的。      菜单 Tools &nda... [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by Admin on Monday, March 03, 2008 10:15 PM
Permalink | Comments (1) | Post RSSRSS comment feed