List of web service APIs available throughout the world

May 23, 2012 at 1:32 PMalex

Posted in: Development | R&D

Tags:

Programming Windows 6th edition e-book preview

May 15, 2012 at 1:04 PMalex

Posted in: Development

Tags:

TFS rollback command

April 27, 2012 at 9:57 AMalex

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

 

Posted in: Development

Tags:

ASP.NET Core components are open-source now

April 4, 2012 at 8:38 PMalex

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

Posted in: Development

Tags:

Debugging VS extension

March 30, 2012 at 10:16 AMalex

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

Posted in: BlogEngine.NET | Development

Tags:

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

March 15, 2012 at 10:22 AMalex

Posted in: Development

Tags:

Making dumps on Windows x64

March 1, 2012 at 4:35 PMalex

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

Posted in: Development

Tags:

PLINQ performance review

December 19, 2011 at 9:57 AMalex

Posted in: Development

Tags:

Visual Studio Performance Testing Quick Reference Guide

November 15, 2011 at 4:06 PMalex

Check out here.

Posted in: Development

Tags:

InRule delivers... CNUG talk October 19, 2011

October 19, 2011 at 9:37 AMalex
Entity Framework and Business Rules




This month at CNUG we will have a presentation on Entity Framework and Business Rules


Microsoft Midwest District: Downers Grove, IL
3025 Highland Pkwy., Suite 300
Downers Grove, IL 60515



Posted in: Development

Tags: