1.
Profiling Lock Contention — Logos Bible Software Code Blog
NET Application Performance and Scalability talk at PDC previewed of the new lock contention mode in the Visual Studio 2010 profiler. ...
2.
Profiling Lock Contention — Logos Bible Software Code Blog
NET Application Performance and Scalability talk at PDC previewed of the new lock contention mode in the Visual Studio 2010 profiler. ...
3.
Fix for error C2373 after upgrading to VS2008 SP1 — Logos Bible ...
Aug 15, 2008 ... Logos Bible Software Code Blog ... Trackback Pings. TrackBack URL for this entry: http://blog.logos.com/mt-cgi/mt-tb.cgi/227 ...
4.
Logos Bible Software Code Blog
However, this blog post was written in 2004 (and the book in early 2005), before CLR 2.0 introduced a much stronger memory model with guarantees that ...
5.
Thread-safe disposable objects — Logos Bible Software Code Blog
Keep in mind that you'd have to make the disposable object entirely thread-safe for this to work, as described above; otherwise the object might be in the ...
6.
Welcome to code.logos.com! — Logos Bible Software Code Blog
The software developers at Logos Bible Software have decided to start a blog here at code.logos.com. Our target audience is other software developers; ...
7.
The Dispose Pattern — Logos Bible Software Code Blog
The "Dispose pattern" describes the proper way for a type to implement Dispose .... the thread safety of this pattern, and disposable value types (structs), ...
8.
Implementing Clone — Logos Bible Software Code Blog
Rather, this post is about how best to implement a method that duplicates an object – such a method is commonly named "Clone". ...
9.
The Dispose Pattern — Logos Bible Software Code Blog
The "Dispose pattern" describes the proper way for a type to implement Dispose and/or Finalize. It applies in different ways to different .NET languages. ...
10.
Exception 0xc0020001 in C++/CLI assembly — Logos Bible Software ...
Apr 9, 2008 ... After reorganising some code in a C++/CLI assembly, I started getting exception "0xc0020001: The string binding is invalid" when shutting ...