08 2009 档案
Dynamic in C# 4.0, Part 6
摘要:Gieno Dynamic in C# 4.0, Part 6As I mentioned last time, there are a few gotchas that we'll need to look at in order to get a full understanding of the dynamic feature and its capabilities. Today we'l...
阅读全文
Dynamic in C# 4.0, Part 5
摘要:Gieno Dynamic in C# 4.0, Part 5Now that we're all experts in how dynamic invocations work for regular method calls, lets extrapolate from our previous discussion about phantom methods a bit and take a...
阅读全文
Dynamic in C# 4.0, Part 4
摘要: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). ...
阅读全文
Dynamic in C# 4.0, Part 3
摘要: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...
阅读全文
Dynamic in C# 4.0, Part 2
摘要: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 ...
阅读全文
Dynamic in C# 4.0, Part 1
摘要: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...
阅读全文
Calling new on an interface
摘要: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...
阅读全文
Every Type Derives From Object in C#? Not True!
摘要: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...
阅读全文
A case of lost session variables when using out of process session state
摘要: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...
阅读全文
Thoughts On Becoming a Professional Tester
摘要: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...
阅读全文
DEBUGGING : PowerShell Training, Episode I
摘要:
This post will introduce some basic knowledge about PowerShell.
阅读全文
DEBUGGING BIBLE : Windbg ANSI Command
摘要:
DEBUGGING BIBLE : Windbg ANSI Command
阅读全文
DEBUGGING BIBLE : Windbg ANSI Command
阅读全文
DEBUGGING : Windbg Training, Episode 4
摘要:
This post is about hunting exceptions ^_^
阅读全文
DEBUGGING : Windbg Training, Episode 3
摘要:
This is the 3rd post, and I will summarize some advanced commands.
阅读全文
DEBUGGING : Windbg Training, Episode 2
摘要:
This is a continuation of my previous post, and I will introduce more uesful commands.
阅读全文
DEBUGGING : Windbg Training, Episode 1
摘要:
Introduction for basic windbg configuration and commands.
阅读全文
TroubleShoot For OutOfMemoryExceptions
摘要:Gieno DEBUGGING : TroubleShoot For OutOfMemoryProblem:You've written an ASP.NET application that is getting OutOfMemoryExceptions.Cause:Let's find out... Blah, blah, blah... Gieno is gonna sleeping......
阅读全文
How to install Windbg and get your first memory dump
摘要:Gieno DEBUGGING : Windbg For Memory DumpWindbg is the tool for the ASP.NET support engineer. It is free and it's available at www.microsoft.com/whdc/devtools/debugging/default.mspx. The learning curve...
阅读全文
Design tips for Developers
摘要:Gieno .NET : Design tips for DevelopersIfound a set of really nice, short videos by Arturo Toledo on the Silverlight blog that I thought were worth sharing. He goes through some of the design principl...
阅读全文
How To Achieve Speedups with Parallel Loop
摘要:Gieno How To Achieve Speedups withParallel LoopThe Parallel class represents a significant advancement in parallelizing managed loops. For many common scenarios, it just works, resulting in terrific s...
阅读全文
RUBY : Basic Concepts Of Ruby
摘要:Gieno RUBY : Basic Concepts Of RubyRuby is an object-oriented language, but before you skip this post because you think you know what this is all about because you have used C++ or some other unfortun...
阅读全文
浙公网安备 33010602011771号