Bing Xia's Blog
When it comes to debugging, a single byte could give you a clue.
Wednesday, January 27, 2010
Learn PLINQ and Rx
I am learning some new features in .NET 4.0 -- PLINQ and Reactive Extensions these days. The following links are used in my reading. As I keep learning, I would add more links as long as I consider the article is useful.
PLINQ:
http://msdn.microsoft.com/en-us/magazine/cc163329.aspx
http://msdn.microsoft.com/en-us/magazine/cc872852.aspx
http://blogs.msdn.com/pfxteam/archive/2008/06/11/8592301.aspx
Rx:
http://rxwiki.wikidot.com/
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
About Me
Bing Xia
View my complete profile
My Blog List
Crash Dump Analysis
Traces of reading, writing, and thinking for 2010-07-29
17 hours ago
Microsoft Advanced Windows Debugging and Troubleshooting
Debugging services startup in Svchost from a kernel mode debug session
1 week ago
If broken it is, fix it you should
The SQL Server Support Team in Stockholm is hiring
5 weeks ago
Debugging Toolbox
New PowerDbg – I Need Your Help
2 months ago
Kenny Kerr
Windows Web Services FAIL
7 months ago
Blog Archive
▼
2010
(10)
►
July
(2)
STL and GDB
How to generate g++ symbol file
►
June
(1)
Java theory and practice series
►
May
(1)
How to collect user-mode dumps
►
March
(1)
How to load OpenSSL source code into Visual Studio...
►
February
(1)
How to verify OpenSSL DSA signature using .NET Cry...
▼
January
(4)
Learn PLINQ and Rx
How to edit memory in WinDBG (Cont)
How to edit memory in WinDBG
Understand Pool Consumption
►
2009
(41)
►
October
(3)
Heap corruption in managed code
Debug a child process
Pseudo-registers for Visual Studio IDE
►
September
(6)
WCF Service application hangs
Counterfactual Debugging: Data Ordering
Mixed DLL Loading Problem
ETW Introduction and Overview
Enable WCF debugging trace and message logs
Function keys for a command-prompt ninja
►
July
(5)
WCF web service failed with 0x8007007E
How to Bind to a custom App.Config file?
Build and debug ISAPI extension
Obtain stack limit of WOW64 process
Hunt for parameters of a function
►
June
(1)
MSIL tutorials
►
May
(4)
Calling conventions
Debug a service application from startup
Static data members in inheritance
Why did PEM_read_bio_PrivateKey fail to load a key...
►
April
(2)
10 things to check for a hung kernel dump
Construct a stack trace manually
►
March
(11)
The search for exceptions
Notes on LPC
Why did DllRegisterServer return 80070006?
Annotated 0x86 Assembly -- VC++ Exception
Notes on investigating security failures
Tidbits of WinDBG tips
Annotated 0x86 Assembly -- Fundamentals Exercise
Use .foreach to display objects
Memory leak, service hang, and more
Invalid instruction pointer
Enumerate a process's critical sections
►
February
(6)
Use complete memory dump to solve user-mode crash
Is a thread waiting?
Ownership and signaled state of synchronization ob...
Display content of std::map
Run Win32 application in its own application pool
Alias evaluation in WinDBG script
►
January
(3)
Resolve function call using IAT
Possible error in ntdll!RtlAllocateHeap
Labels
64-bit
(1)
Assembly
(8)
C++
(1)
ETW
(1)
Exceptions
(2)
GDB
(2)
Java
(1)
Kernel
(1)
LPC
(1)
Miscellanous
(10)
MSIL
(1)
PLINQ
(1)
Rx
(1)
Visual Studio
(2)
WCF
(2)
WinDBG
(20)
WinDBG tips
(3)
0 comments:
Post a Comment