zhou JamesID:jameszhou
84154次访问,排名1054好友0人,关注者25
PMP & MCAD
jameszhou的文章
原创 85 篇
翻译 0 篇
转载 0 篇
评论 73 篇
James Zhou的公告
Locations of visitors to this page

最近评论
xkpkhu:wow power leveling
控制帐户:很好。
找了半天什么是控制帐户,终于看到这里有说明。
不过英文看起来恼火。
dd:这里面好多不根本不明白Silverlight 是做什么的,或者说是应用在什么方面的.随便乱说.
出会い系サイト:出会い出会い系サイト出会い喫茶出会い掲示板ナンパ出会いカ……
aladdin:這沒有帶來什麼思想解放阿...

1. HttpContext.RewriteUrl,從2003年就開始用了。

2. M$沒事把這些並不是常常需要用到的把戲,弄得好像和藹可親,但卻常常忘記了: 1) Layering,2) Lightweight,再加上M$常常給出不正確的practice,以致於新的小朋友進公司,還得要花上很多時間把這些錯誤從他們的……
文章分类
收藏
    相册
    链接
    Old Blog - Runner on .NET
    存档
    订阅我的博客
    XML聚合  FeedSky

    .NET

    原创 字符串比较 - 末尾空格收藏

    今天在修改一个bug是才发现SQL在比较两个字符串时会忽略掉字符串末尾的空格,即 'abc' 和 'abc ' 是相等的: SELECT 'true' WHERE 'abc' = 'abc ' 会返回结果 true阅读全文>

    发表于 @ 2008年05月13日 16:10:00|评论(loading...)|收藏

    原创 FormView中下拉框 (DropDownList) 的数据绑定收藏

    FormView的 OnDataBound事件的签名为 void FormView_DataBound((object sender, EventArgs e),事件参数中没有提供可供使用的数据源对象。 如何将数据源值绑定到某个下拉框选项?阅读全文>

    发表于 @ 2008年05月08日 10:41:00|评论(loading...)|收藏

    原创 SQL 2005 CTE应用 - 月份表收藏

    在一个RS报表中需要实现一年内各月份"报价总额"的统计,但是报价表中并不是每个月都有数据,某些月份没有数据,那么需要一个月份表(1-12月)并使用left join来连接报价表。如何用简单等方法生产一个月份表? 阅读全文>

    发表于 @ 2008年04月29日 22:26:00|评论(loading...)|收藏

    原创 第一次在.NET 北京俱乐部做演示收藏

    上周末在.NET北京俱乐部做了次演示 - ".NET MVC介绍",感觉很不错。去之前还稍有些紧张,必定是第一次去做演讲。去的比较早,跟参加活动的一些朋友交流了一下,看看大家都在关注什么技术,是否使用过MVC做过开发。我发现这是很好的一种放松方法。甚至有点儿迫不及待的要开始,让大家看到我的.PPT及代码演示。呵呵~~阅读全文>

    发表于 @ 2008年04月17日 16:06:00|评论(loading...)|收藏

    原创 ASP.NET 2.0 - Validation Groups and Cross-Page Posting收藏

    In ASP.NET 2.0, there is a new property called the ValidationGroup that can be assigned a string to specify a section. This property exists on the validation controls and on the controls that cause PostBacks to occur. When a control performs a PostBack, the validator controls that have a matching ValidationGroup property are validated.阅读全文>

    发表于 @ 2008年03月16日 17:16:00|评论(loading...)|收藏

    原创 ADO.NET 2.0 - New things收藏

    A DataTableReader created using DataTable.CreateDataReader will expose the same rows and columns as the DataTable. When a DataTableReader is created from a DataSet or a DataTable's CreateDataReader method, the DataTableReader will contain all of the rows from the container object, with the exception of deleted rows.阅读全文>

    发表于 @ 2008年03月16日 16:05:00|评论(loading...)|收藏

    原创 ASP.NET 2.0 - Control State收藏

    if you populate the contents of a control every time a page is requested, you should disable view state for that control.阅读全文>

    发表于 @ 2008年03月09日 16:53:00|评论(loading...)|收藏

    原创 ASP.NET 3.5 Extension (CTP) - Dynamic Data的元数据收藏

    Dynamic Data 最cool的技术是其提供了一套scaffolding的框架,几乎不用写什么代码就可以搭起一个数据驱动的web程序-数据库表对应的添加、删除、修改、查看功能都可自动生成。通过LINQ to SQL的Model生成的Metadata(元数据)是其核心。阅读全文>

    发表于 @ 2008年01月13日 20:58:00|评论(loading...)|收藏

    原创 ASP.NET MVC (CTP) - 在MVC中使用AJAX收藏

    MVC中没有了Form runat="server" 因此AJAX Toolkit中的那些controls无法使用了(相信在以后的3.5Entension会增加MVC可以使用的AJAX控件) 阅读全文>

    发表于 @ 2008年01月13日 17:59:00|评论(loading...)|收藏

    原创 ASP.NET MVC - View Engines收藏

    NHamlNHaml (pronounced enamel) is a pure .NET implementation of the popular Rails Haml view engine.NHaml is an external DSL for XHTML. It’s primary qualities are it’s simplicity, terseness, performance and that it outputs nicely formatted XHTML. Additionally, the NHaml view engine provides support for Rails style layouts and partials – more on that below.see more: http://andrewpeters.net/2007/12/19/introducing-nhaml-an-aspnet-mvc-view-engine/XsltViewEngine in the MVCContriba XS阅读全文>

    发表于 @ 2008年01月11日 17:42:00|评论(loading...)|收藏

    Csdn Blog version 3.1a
    Copyright © James Zhou