Debug
debugging tools for windows - Crash Dump
debugging tools for windows - Crash Dump
2011.02.24Debugging tools for windows 에 포함된 추가 도구에 ADPlus가 있습니다. 이 녀석이 Crash Dump를 설정할 수 있는 유틸이고, ADPlus 관련 정보는 http://msdn.microsoft.com/en-us/library/ff537953(v=VS.85).aspx 위 링크에서 확인할 수 있습니다. 예상되는 사용 시나리오는 아래 명령어처럼 실행하게 됩니다. ADPlus -crash -iis -pn myapp.exe -o c:\temp The following command runs ADPlus in crash mode for all instances of the process named Myapp.exe, in addition to Inetinfo.exe and all ins..
LINQ to SQL Debug Visualizer
LINQ to SQL Debug Visualizer
2007.08.08http://weblogs.asp.net/scottgu/archive/2007/07/31/linq-to-sql-debug-visualizer.aspx Probably the biggest programming model improvement being made in .NET 3.5 is the work being done to make querying data a first class programming concept. We call this overall querying programming model "LINQ", which stands for .NET Language Integrated Query. Developers can use LINQ with any data source, and built..