2009年8月27日
摘要: Gieno Dynamic in C# 4.0, Part 4Yes, this does sound like a Star Wars movie, but no, I'm not a Star Wars geek that just likes to pull lines from my favorite movies (though I rather enjoyed Star Wars). ... 阅读全文
posted @ 2009-08-27 13:07 Gieno 阅读(299) 评论(0) 推荐(0) 编辑
2009年8月26日
摘要: Gieno Dynamic in C# 4.0, Part 3Last timewe deal with some basics. This time, we'll add a small twist. First, lets recall the example we were using last time:static void Main(string[] args) { dynamic d... 阅读全文
posted @ 2009-08-26 13:29 Gieno 阅读(309) 评论(0) 推荐(0) 编辑
2009年8月25日
摘要: 阅读全文
posted @ 2009-08-25 09:41 Gieno 阅读(135) 评论(1) 推荐(0) 编辑
2009年8月24日
摘要: Gieno Dynamic in C# 4.0, Part 2Last time, we began to dive into dynamic binding in C# and what happens through the pipeline. This time, we'll take a simple scenario and pick apart the details of what ... 阅读全文
posted @ 2009-08-24 14:04 Gieno 阅读(333) 评论(0) 推荐(0) 编辑
2009年8月21日
摘要: Gieno Dynamic in C# 4.0, Part 1The other day I was playing around with some office code, and I found myself writing a lot of code much like the following sample that Anders used at his PDC talk:static... 阅读全文
posted @ 2009-08-21 11:27 Gieno 阅读(410) 评论(0) 推荐(1) 编辑
2009年8月20日
摘要: Gieno Calling new on an interfaceInteresting thing: technically there is a way to call new on an interface to create an object. How? Using a feature in the C# compiler for COM-interop support: [代码]Her... 阅读全文
posted @ 2009-08-20 13:57 Gieno 阅读(154) 评论(0) 推荐(0) 编辑
摘要: Gieno Every Type Derives From Object in C#? Not True!I hear a lot of myths about C#. One I hear quite frequently is "in C# every type derives from object". Not true! First off, no pointer types derive... 阅读全文
posted @ 2009-08-20 13:50 Gieno 阅读(267) 评论(0) 推荐(0) 编辑
摘要: Gieno A case of lost session variables when using out of process session stateRecently I had a case where the customer had an issue with session variables. The claim was that if they use in-proc sessi... 阅读全文
posted @ 2009-08-20 13:40 Gieno 阅读(209) 评论(0) 推荐(0) 编辑
2009年8月19日
摘要: Gieno Thoughts On Becoming a Professional Tester "If a man is called to be a streetsweeper, he should sweep streets even as Michelangelo painted, or Beethoven composed music or Shakespeare wrote poetr... 阅读全文
posted @ 2009-08-19 16:57 Gieno 阅读(203) 评论(0) 推荐(0) 编辑
2009年8月18日
摘要: 阅读全文
posted @ 2009-08-18 10:58 Gieno 阅读(111) 评论(0) 推荐(0) 编辑