置顶随笔

[置顶]我的Silverlight之旅

     摘要:
  阅读全文

posted @ 2007-06-21 20:26 works guo 阅读(260) | 评论 (0)编辑

2008年7月24日

js 正则表达式

posted @ 2008-07-24 14:05 works guo 阅读(23) | 评论 (0)编辑

2008年5月8日

LINQ系列文章的索引

posted @ 2008-05-08 02:53 works guo 阅读(86) | 评论 (0)编辑

2008年4月2日

Image Button example

     摘要: Image Button example  阅读全文

posted @ 2008-04-02 19:59 works guo 阅读(56) | 评论 (0)编辑

2008年3月22日

SessionStateStoreProviderBase.SetAndReleaseItemExclusive 方法

posted @ 2008-03-22 12:48 works guo 阅读(30) | 评论 (0)编辑

2008年3月21日

sessionState Element (ASP.NET Settings Schema)

posted @ 2008-03-21 13:04 works guo 阅读(34) | 评论 (0)编辑

2008年3月20日

Securing Session State

posted @ 2008-03-20 19:36 works guo 阅读(47) | 评论 (0)编辑

SessionStateItemCollection

posted @ 2008-03-20 12:53 works guo 阅读(30) | 评论 (0)编辑

自定义SessionIDManager

posted @ 2008-03-20 00:29 works guo 阅读(116) | 评论 (0)编辑

2008年3月17日

Custom Session-State Module

     摘要:

  阅读全文

posted @ 2008-03-17 13:53 works guo 阅读(85) | 评论 (0)编辑

2008年3月16日

关于自定义SessionState存储之SessionStateStoreProviderBase类

posted @ 2008-03-16 11:47 works guo 阅读(71) | 评论 (0)编辑

SessionStateStoreProviderBase.GetItemExclusive Method

posted @ 2008-03-16 01:24 works guo 阅读(28) | 评论 (0)编辑

2008年3月15日

ASP.NET Session State

posted @ 2008-03-15 18:24 works guo 阅读(275) | 评论 (0)编辑

2008年3月11日

Sys.Net.XMLHttpExecutor 类总结

     摘要:   阅读全文

posted @ 2008-03-11 17:40 works guo 阅读(58) | 评论 (0)编辑

2008年3月10日

Sys.Net.WebRequest总结

     摘要:   阅读全文

posted @ 2008-03-10 21:43 works guo 阅读(230) | 评论 (3)编辑

值得关注的invoke Method

posted @ 2008-03-10 20:37 works guo 阅读(144) | 评论 (0)编辑

如何使用ASP.NET AJAX访问Web Services/WCF Services

     摘要: 使用客户端script调用ASP.NET Web services (.asmx)和Windows Communication Foundation(WCF) services(.svc).脚本引用是自动添加到页面上的,并且他们自动产生Web service proxy类,你就从这里使用客户端脚本调用Web service.
  阅读全文

posted @ 2008-03-10 01:01 works guo 阅读(303) | 评论 (2)编辑

2008年3月9日

Debugging and Tracing AJAx Applications

posted @ 2008-03-09 16:01 works guo 阅读(51) | 评论 (0)编辑

ASP.NET pages支持AJAX的浏览器安全设置

posted @ 2008-03-09 12:20 works guo 阅读(46) | 评论 (0)编辑

2008年3月5日

Silverlight:RenderTransform

posted @ 2008-03-05 19:28 works guo 阅读(61) | 评论 (0)编辑

2008年3月2日

Constructing Objects at Run Time

posted @ 2008-03-02 17:59 works guo 阅读(59) | 评论 (0)编辑

在csdn上关于Silverlight有用文章收集

posted @ 2008-03-02 14:33 works guo 阅读(59) | 评论 (0)编辑

2008年3月1日

Using lnline XAML

posted @ 2008-03-01 19:57 works guo 阅读(35) | 评论 (0)编辑

2008年2月29日

ArcSegment对象

posted @ 2008-02-29 21:05 works guo 阅读(34) | 评论 (0)编辑

2008年2月28日

Silverlight:CreateFromXAMLDownloader

posted @ 2008-02-28 13:21 works guo 阅读(43) | 评论 (0)编辑

2008年2月27日

Silverlight:Downloader的使用(Method篇)

posted @ 2008-02-27 22:03 works guo 阅读(84) | 评论 (0)编辑

二 Downloader的使用(属性)

posted @ 2008-02-27 14:41 works guo 阅读(44) | 评论 (0)编辑

Silverlight:Downloader的使用(event篇)

posted @ 2008-02-27 10:51 works guo 阅读(43) | 评论 (0)编辑

2008年2月23日

Introduction to JScritp.NET(3)

     摘要: 当前MS提供给用户三种不同的JScript Engine,在这篇文章中我们将讨论他们之间的不同,和他们不同的动机.  阅读全文

posted @ 2008-02-23 12:25 works guo 阅读(37) | 评论 (0)编辑

2008年2月22日

Msdn博客搜索分类

posted @ 2008-02-22 23:40 works guo 阅读(51) | 评论 (0)编辑

How JScript Overloads Methods

     摘要: 当两个以上的JScript成员在一个类中有同名但不同签名,这就要提到重载函数"overloaded"(properties).这里的一个函数的 "signature(签名)"是又参数的个数,类型和顺序来决定.如果他们确定两个函数在同样的参数顺序中有同样的参数个数,同样的类型,他们这两个函数有相同的签名.函数确定在不同的参数顺序中有同样的类型参数,或函数有在不同的参数顺序中有同样的参数个数.他们都不是相同的函数签名.(注意:参数的名字对函数签名没有影响).Static函数也会参与重载,但如返回类型,在一个方法的在static状态中就不会影响它的函数签名.之前一个 static方法同名,就像一个实例方法必须有一个不同的参数列表.  阅读全文

posted @ 2008-02-22 21:46 works guo 阅读(13) | 评论 (0)编辑

<2008年8月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
31123456

导航

统计

公告

.欢迎来到worksguo!的microsoft区
亲爱的cnblogs我又回来拉
~执行力
~最近主要更新是ASP.NET AJAX与LINQ的系列文章!
~工作,生产不能停,工作要更有效率!
~现在给四川电信做ERP

与我联系

搜索

 

常用链接

留言簿(7)

我参与的团队

随笔分类(120)

随笔档案(131)

文章分类(85)

文章档案(87)

新闻档案(370)

收藏夹(1)

ExtremeLink

MyBlogs

积分与排名

最新评论

阅读排行榜

评论排行榜