Programming Windows 6th edition e-book preview

by alex 15. May 2012 13:04

Tags:

Development

TFS rollback command

by alex 27. April 2012 09:57

If you need to rollback TFS changeset, and getting this error:

C:\>tfpt rollback
Unrecognized command: rollback.

Its because rollback command was moved to TF command-line utility, which can be fount at:

<drive>:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE and is available from the Visual Studio 2010 Command Prompt.

More information is avaliable at:

http://msdn.microsoft.com/en-us/library/z51z7zy0.aspx

 

Tags:

Development

ASP.NET Core components are open-source now

by alex 4. April 2012 20:38

Get all ASP.NET components (platform-independent pieces) at http://aspnetwebstack.codeplex.com/

Tags:

Development

Debugging VS extension

by alex 30. March 2012 10:16

Read on how to debug VS extensions easily: http://donovanbrown.com/post/How-to-debug-a-Visual-Studio-Extension.aspx

Tags:

BlogEngine.NET | Development

Drill Into .NET Framework Internals to See How the CLR Creates Runtime Objects

by alex 15. March 2012 10:22

Tags:

Development

Making dumps on Windows x64

by alex 1. March 2012 16:35

Never take a 64-bit dump of a WOW64 application. If you're on Windows x64, actually BY DEFAULT you'll be taking a 64-bit dump; so to take a correct 32-bit dump you have to manually start the 32-bit task manager (C:\Windows\SysWOW64\taskmgr.exe).

Otherwise half the functionality of WinDBG will not work, even with !wow64exts.sw. For example, you will be able to do !threads, but not !clrstack; !dumpheap -stat but not !gcroot.

Example error message (same as at http://stackoverflow.com/questions/6914291/how-do-i-debug-around-module-overlap-in-windbg-using-sos):

WARNING: MSVCR100_CLR0400 overlaps clr
...
The version of SOS does not match the version of CLR you are debugging.  Please
load the matching version of SOS for the version of CLR you are debugging.
CLR Version: 10.0.30319.1
SOS Version: 4.0.30319.235

Tags:

Development

What Every Computer Scientist Should Know About Floating-Point Arithmetic

by alex 28. December 2011 00:37

Tags:

PLINQ performance review

by alex 19. December 2011 09:57

Tags:

Development

Breaking the Coppersmith-Winograd barrier

by alex 14. December 2011 22:54

Tags:

R&D

Toyota Production System Principles

by alex 18. November 2011 10:41

Tags:

R&D

About the author

Alexander Schmidt. Software engineer working on cutting-edge project.

Month List

Blogroll

Download OPML file OPML