Speeple News Search

Sign Up! | Tags | Domains | Statistics | Options | Advanced Search

Tags » Win32

Related tags: appdomain, c, clr, debugging, fusion, net, net framework, programming, system io, vista

  1. Managed Synchronization Primitives and Thread Apartment States

    microsoft.co.il » All Your Base Are Belong To Us - Aug 27, 2008

    The managed synchronization mechanisms, including Monitor, WaitHandle.WaitAny, ManualResetEvent, ReaderWriterLock, Thread.Join, GC.WaitForPendingFinalizers and the rest of the family are not just a thin platform

    Also tagged: net internals

  2. More on Converting Native Exceptions to Managed Exceptions

    microsoft.co.il » All Your Base Are Belong To Us - Aug 24, 2008

    Shortly after publishing my last post on converting native (C++ or Win32) exceptions to managed exceptions, I realized that some clarifications are in place. Trapping every Win32 exception and indiscriminately

    Also tagged: debugging, c, net internals

  3. Converting Win32 and C++ Exceptions to Managed Exceptions

    microsoft.co.il » All Your Base Are Belong To Us - Aug 20, 2008

    In a layered application consisting of managed upper layers and unmanaged lower implementation layers, you might frequently encounter the need to call unmanaged code, handle any exceptional conditions and reflect them

    Also tagged: debugging, c

  4. Countering an Apple-favoring .NET critic

    zdnet.com » Software News items, Blog posts | ZDNet - Aug 15, 2008

    I've been investigating Apple Cocoa API as I plan to complement my Windows and UNIX development skills with skills in Mac development. That doesn't mean I am willing to accept weak attacks what I consider to be a

    Also tagged: net, software development, winforms, software, middleware, enterprise software, apple inc, smokescreen, api, programmer, application servers, john carroll, software web development

  5. Practical Concurrency Patterns: Spinlock

    microsoft.co.il » All Your Base Are Belong To Us - Aug 10, 2008

    Previously in the series we have examined the performance differences between concurrency patterns based on kernel synchronization (critical sections, events, mutexes etc.) and concurrency patterns based on wait-free

    Also tagged: performance, parallelfx

  6. Long Paths in .NET, Part 3 of 3 Redux [Kim Hamilton]

    msdn.com » BCL Team Blog - Jul 7, 2008

    My original part 3 blog caused confusion, mostly because it didn’t tie together loose ends and explain that an immediate .NET “solution” is at best partial. To minimize confusion and answer questions in the comments, I

    Also tagged: system io

  7. The Case of RegSvr32 and the Haunted DLL

    microsoft.co.il » All Your Base Are Belong To Us - Jun 28, 2008

    Last week I've resolved a simple "debugging" case by phone, and figured that it might benefit putting it online. Here's the approximate outline of the call: Customer: Sasha, we have a COM component registration that

    Also tagged: debugging, 64 bit

  8. Почему GetModuleFileName возвращает “system32” для 32-х битных библиотек под Wow64?

    technet.com » Not a kernel guy - Jun 21, 2008

    Вопрос: 32-х битный процесс запущен на 64-х битной системе. Почему для некоторых библиотек GetModuleFileName возвращает путь вида “%SystemRoot%\syswow64”, а для других - “%SystemRoot%\system32”, не смотря на то, что и

    Also tagged: программирование, wow64

  9. Long Paths in .NET, Part 3 of 3 [Kim Hamilton]

    msdn.com » BCL Team Blog - Jun 11, 2008

    Updated 6/10/08 2:20pm: clarified details of proposed solution Here it is, Part 3 of the long path series, which started over a year ago. I apologize for leaving you hanging; the BCL team has been busy lighting up the

    Also tagged: system io

  10. Long Paths in .NET, Part 3 of 3 [Kim Hamilton]

    msdn.com » BCL Team Blog - Jun 10, 2008

    Here it is, Part 3 of the long path series, which started over a year ago. I apologize for leaving you hanging; the BCL team has been busy lighting up the web. Because of the delay, I’ll summarize the compatibility

    Also tagged: system io

1  2  3  4  5  6  7