native code

  1. News

    Mitigating arbitrary native code execution in Microsoft Edge

    Some of the most important security features in modern web browsers are those that you never actually see as you browse the web. These security features work behind the scenes to protect you from browser-based vulnerabilities that could be abused by hackers to compromise your device or personal...
  2. News

    .NET Native – What it means for Universal Windows Platform (UWP) developers

    This blog was written by Daniel Jacobson, Program Manager What is .NET Native? .NET Native is a precompilation technology for building Universal Windows apps in Visual Studio 2015. The .NET Native toolchain will compile your managed IL binaries into native binaries. Every managed (C# or VB)...
  3. News

    Kinect for Windows v2 Face Tracking Managed and Native

    Peter Daukintis, Microsoft Technical Evangelist, recently posted about Face Tracking with the Kinect for Windows v2. What was a little different is that he posted both managed and native looks... Link Removed Since working on the virtual rail project I haven’t had much chance to carry out...
  4. News

    Windows 7 Building Metro style apps with XAML and C++ | Developing Windows 8 Metro style apps with C++

    With the introduction of Metro style apps for C++ developers, Microsoft now brings the XAML UI platform to native code! I will take you through a lap around creating a Metro style app in XAML and C++. I'll introduce the fundamentals of the XAML platform in WinRT and how C++ developers can...
  5. News

    Windows 7 C++ ALM -> Architecture Tools and Unit Testing for Visual C++ Developers - What's Next?

    One area that people simply don’t talk often enough about is Application Lifecycle Management (ALM) tools for Visual C++ development teams. ALM tools are critical for planning, development, testing, and maintenance of native code bases of every size. Visual Studio Ultimate offers many “out of...
  6. News

    Windows 7 Conversation with Herb Sutter: Perspectives on Modern C++(0x/11)

    I was lucky enough to catch up with Herb Sutter not too long after the FDIS announcement (Final Draft International Standard is complete). As usual when talking to Herb, the conversation is all about C++ (well, we do talk about C# for a little while, but in the context of C++. Why? Tune in...)...
  7. News

    Windows 7 Checking In: Jeff Wilcox - Writing the WP7 App Platform in C# and C++

    Jeff Wilcox is a developer on the Silverlight team. He spends a lot of his time (~80%) coding in C++. Strange? Of course not... Silverlight is a portable managed runtime and C++ (C with classes in this case) is what enables Silverlight portability. Of course, Jeff also spends a significant...
  8. News

    Windows 7 Application Restart and Recovery on Windows 7 in Native Code

    Application Recovery and Restart (ARR) technologies enable developers to customize an application's behavior when Windows Error Reporting (WER) terminates the application due to an unrecoverable error. For example, it enables an application to perform data recovery and cleanup operations such as...
  9. News

    Windows 7 Parallel Programming in Native Code: Tasks and Continuations, Part 1 of 2

    The Link Removedwrite tools for the C++ community that make it easier to write reliable, performant and scalable concurrent and parallel code. In this conversation, Mike Chu , Dana Groff, Artur Laksberg, and Vinod Koduvayoor Subramanian talk about their latest addition to the Parallel Patterns...
  10. News

    Windows 7 Craig Symonds and Mohsen Agsen: C++ Renaissance

    When you think about all the code executing in the world at any given time, there's a good chance you're thinking about a lot of code written in C/C++ (aka native code). As Mohsen Agsen mentions so astutely in this impromptu and candid conversation, C++ can be thought of as the dark matter of...
  11. News

    Windows 7 Craig Symonds and Mohsen Agsen: C++ Renaissance

    When you think about all the code executing in the world at any given time, there's a good chance you're thinking about a lot of code written in C/C++ (aka native code). As Mohsen Agsen mentions so astutely in this impromptu and candid conversation, C++ can be thought of as the dark matter of...
  12. News

    Windows 7 3-min. Quickie: Compiling C++ Projects using only the Windows SDK and the Command Prompt

    I have received a couple questions about "How do you build C++ projects in Windows without installing Visual Studio?". This video demonstrates the process but to explain it in a couple short steps: Link Removed* Open the Windows SDK command prompt** Browse to your project folder run "vcupdate...
  13. News

    Windows 7 E2E: Herb Sutter and Erik Meijer - Perspectives on C++

    It's not often that we can get two minds of Link Removed and Herb Sutter's caliber together for an impromptu technical conversation during Christmas break at Microsoft... Well, we did and the next hour or so contains a lot of intelligence, knowledge, wisdom, and passion. This is one of the more...
  14. reghakr

    Windows 7 Microsoft Windows SDK for Windows 7 and .NET Framework 4

    Overview The Windows SDK provides tools, compilers, headers, libraries, code samples, and a new help system that developers can use to create applications that run on Microsoft Windows. You can use the Windows SDK to write applications using the native (Win32/COM) or managed (.NET Framework)...
Back
Top