ניהול תשתיות- כל מה שחדש חשוב ו...מעניין 20130520
המפגש הזה הינו חלק מסדרת מפגשים המוקדשת לאוכלוסיית מנהלי התשתיות. לסדרה כולה קוראים Tech Days 2013, והסיבה העיקרית שהתעוררתי מוקדם בבוקר כדי להגיע למפגש הזה, היא ששני נושאים שנוגעים ישירות לתחומי ההתמחות שלי כיכבו באירוע הזה. את האירוע פתחה ... המשך לקרוא>
GadiM , 05-20-2013 10:50
Traversing the GC Heap with ClrMd
ClrMd is a newly released diagnostic library that wraps the CLR’s undocumented data access interfaces (a.k.a. “DAC”) in a friendly managed API. The underlying interfaces are what debugger extensions like SOS and SOSEX use to implement various ... המשך לקרוא>
Sasha Goldshtein , 05-20-2013 8:02
Obtaining Reliable Thread Call Stacks of 64-bit Processes
The x64 calling convention is a great improvement over the state of affairs in x86. Few would argue about this. After all, remembering the differences between __stdcall and __cdecl , when to use each, which API defaults to which calling convention ... המשך לקרוא>
Sasha Goldshtein , 05-15-2013 18:49
CLR Memory Diagnostics Released
Last week, Microsoft released the new CLR Memory Diagnostics (ClrMD) library, which is a set of APIs for programmatically inspecting a crash dump of a .NET program. To start playing with it, you first need to add the Microsoft.Diagnostics.Runtime ... המשך לקרוא>
Levi Moshe , 05-11-2013 9:14
Part 3 : wcf large files handler ,sniffing my data chunk on the wire .
Hello every one , when i debugging my code on wcf streaming ,streamed type transfer and see what's happen to the message when sending and receiving message i took a look on fiddler ,the great tool that's help me a lot in my debugging ... המשך לקרוא>
liorgr , 05-09-2013 11:23
Part 2: wcf large files handler, the UI Handle
hello every one, read my previous article on wcf large files handler "my mission was to supply our client to scan documents and uploading them to the server." today i focus progress bar. so we need fix the current code to support UI ... המשך לקרוא>
liorgr , 05-09-2013 11:13
Two More Ways for Diagnosing For Which Synchronization Object Your Thread Is Waiting
It is as though there is an infinite variety of heuristics that you can use to determine which synchronization object your thread is waiting for. In fact, these are heuristics for retrieving fastcall parameters passed in registers that have ... המשך לקרוא>
Sasha Goldshtein , 04-24-2013 9:05
Windows Azure Community–Israel April Session–Come And Hear Me
In the coming meeting of Windows Azure Community – Israel session (Apr-3rd 17:30) I’m going to give a session on debugging in cloud environment and especially in Windows Azure ... המשך לקרוא>
Noam , 03-17-2013 17:01
Blend Behaviors + DependencyPropertyDescriptor = Memory Leak
In the past couple of weeks, I was taking part in a focused effort to find and fix memory-related issues in one of my client's applications. In this post I want to write about a specific type of memory leak that I found more than once, which ... המשך לקרוא>
Levi Moshe , 03-14-2013 8:37
Wish List for the Visual Studio Editor and Debugger: Drawing Inspiration from Other IDEs
One of the benefits of using more than one development platform, more than one IDE, and more than one debugger is that you gain a better understanding of what your personal ideal development workflow looks like. It might well be the case that ... המשך לקרוא>
Sasha Goldshtein , 03-11-2013 5:31
Page 1 of 17 (168 items) 1 2 3 4 5 Next > ... Last »