Posts
  • CLR Team Blog

    In-Proc SxS and Migration Quick Start

    • 0 Comments
      This post is meant to help you understand what runtime in-process side-by-side is, how to think about it, how to use it, and how it affects application and component migration to the .NET 4 Runtime. This post is relevant to you if you use native...
  • CLR Team Blog

    CLR Inside Out - F# Fundamentals

    • 1 Comments
    The new installment of the “CLR Inside Out” column in MSDN Magazine is now available on line. This month we have an article from Luke Hoban of the F# team on F# Fundamentals . The article gives an overview of the language, and details how...
  • CLR Team Blog

    CLR Inside Out - Production Diagnostics Improvements in CLR 4

    • 3 Comments
    The new installment of the “CLR Inside Out” column in MSDN Magazine is now available on line. This month we have an article from Jon Langdon on Production Diagnostics Improvements in CLR 4 . This article talks about some of the new diagnostics features...
  • CLR Team Blog

    NGen: Walk-through Series

    • 1 Comments
    The CLR Code Generation team blog has a series of new posts featuring hands-on style content around how to use the NGen technology and how to measure performance benefits from it. You can find the series here .
  • CLR Team Blog

    Connect

    • 17 Comments
    As hopefully most of you know, Microsoft has a site called Connect where customers can log bugs and suggestions ( http://connect.microsoft.com/ ). Issues for .NET can be found in the Visual Studio and .NET Framework feedback category ( http://connect...
  • CLR Team Blog

    BCL CodePlex Site Launch

    • 0 Comments
    Today the BCL Team is launching a CodePlex site to host samples, previews, and prototypes. You can find it at http://bcl.codeplex.com . This is a site for the BCL Team to get features to customers to try out without requiring a Beta or CTP of the .NET...
  • CLR Team Blog

    CLR Inside Out - Migrating an APTCA Assembly to the .NET Framework 4

    • 1 Comments
    The new installment of the “CLR Inside Out” column in MSDN Magazine is now available on line. This month we have an article from Mike Rousos on Migrating an APTCA Assembly to the .NET Framework 4 . The article details the changes to the security model...
  • CLR Team Blog

    Developer Productivity Survey – Help us build the right product!

    • 1 Comments
    With .NET 4 on the verge of being released, we have started working on how we can make the .NET platform even better suit your needs. We have come up with a survey focusing on overall application development lifecycle productivity and some specific areas...
  • CLR Team Blog

    Announcing a new CLR Team Codeplex Project: CLR Runtime Activation

    • 4 Comments
    This Codeplex site will feature demos, samples, and helper libraries related to the selection and activation of the CLR: http://clractivation.codeplex.com/ With .Net Framework 4 and VS 2010 the new ability to load multiple versions of the runtime has...
  • CLR Team Blog

    CLR Inside Out - Formatting and Parsing Time Intervals

    • 0 Comments
    The new installment of the “CLR Inside Out” column in MSDN Magazine is now available on line. This month we have an article from Ron Petrusha on Formatting and Parsing Time Intervals in the .NET Framework 4 . The article contains details on new parsing...
  • CLR Team Blog

    Sharing Silverlight Assemblies with .NET Apps

    • 33 Comments
    At the recent PDC, Scott Guthrie announced in his Silverlight 4 keynote that we had implemented a new feature, to enable developers to share certain assemblies between Silverlight and .NET. There are many differences between Silverlight and full .NET...
  • CLR Team Blog

    CLR Inside Out - In-Process Side-by-Side

    • 7 Comments
    The new installment of the “CLR Inside Out” column in MSDN Magazine is now available on line. This month we have an article from Jesse Kaplan and Luiz Fernando Santos on In-Process Side-by-Side . The article contains details on this new .NET Framework...
  • CLR Team Blog

    CLR-Related PDC 2009 Sessions

    • 1 Comments
    If you’re at PDC this year and are reading the CLR Team’s blog, there are a few sessions that might be of interest to you. · Future of Garbage Collection is a session by the creator of the CLR’s GC, Patrick Dussud. Come hear him talk Wednesday at 1:00PM...
  • CLR Team Blog

    How to Make the Most of Your .NET Server Code

    • 2 Comments
    One of our team’s field engineers recently sent a link to a Channel 9 video: Steve Michelotti of e.magination on High Performance Web Solutions . This company built a 64-bit web server that handles over 3 billion transactions a day and guarantees a 250...
  • CLR Team Blog

    CLR Inside Out - Exploring the .NET Framework 4 Security Model

    • 1 Comments
    The new installment of the “CLR Inside Out” column in MSDN Magazine is now available on line. This month we have an article from Andrew Dai on Exploring the .NET Framework 4 Security Model . This article discusses how the new .NET Framework 4 security...
  • CLR Team Blog

    Visual Studio 2010 – Beta 2 : Announcements

    • 1 Comments
    Abhishek Mondal Normal Abhishek Mondal 1 1 2009-10-19T18:05:00Z 2009-10-19T18:06:00Z 1 198 1131 Microsoft 9 2 1327 14.00 Clean Clean false false false false EN-US X-NONE X-NONE · Visual Studio 2010 and .NET Framework 4 Beta 2 availability – The Visual...
  • CLR Team Blog

    Automatically Capturing a Dump When a Process Crashes

    • 4 Comments
    I recently received the following question from a customer: “During our test runs (which might run for hours), if a process crashes, we’d like to create full memory dumps for later diagnosis. Can I configure the machine to do this automatically?” I’ve...
  • CLR Team Blog

    Five Myths about Managed Code

    • 11 Comments
    My name is Immo Landwerth and I was a Program Manager intern this year in the CLR team. In this blog post I am not going to showcase any of the fantastic features that will ship with .NET 4.0 – my colleagues in the CLR team know them much better and already...
  • CLR Team Blog

    CLR Inside Out - Profiling the .NET Garbage-Collected Heap

    • 0 Comments
    The new installment of the “CLR Inside Out” column in MSDN Magazine is now available on line. This month we have an article from Subramanian Ramaswamy and Vance Morrison on Profiling the .NET Garbage-Collected Heap . This article provides instructions...
  • CLR Team Blog

    CLR Inside Out - What's New in the .NET Framework 4 Base Class Library

    • 1 Comments
    Sorry for the delay in the post, but in case you haven’t seen it yet, the new installment of the “CLR Inside Out” column in MSDN magazine is available on line. This month we have an article from Justin Van Patten on What’s New in the .NET Framework 4...
  • CLR Team Blog

    IL Stub Diagnostic Tool

    • 1 Comments
    The IL Stub Diagnostic Tool enables real-time inspection of the contents of IL stubs. Developers now have a powerful tool to troubleshoot issues in interop marshalling, Introduction Jesse posted a great blog talking about the concept, history, and improvements...
  • CLR Team Blog

    The good and the bad of exception filters

    • 14 Comments
    Every so often we get asked questions about the CLR’s support for exception filters. Why do some languages support them and others do not? Is it a good idea to add them to my new language? When should I use a filter vs. catch/rethrow? Etc. I’ll try to...
  • CLR Team Blog

    Improvements to Interop Marshaling in V4: IL Stubs Everywhere

    • 4 Comments
      When the CLR needs to transition between managed and native code – usually because of P\Invoke or COM interop – we need to generate marshaling stubs (little chunks of code) to handle that specific call and transform the data from managed to native...
  • CLR Team Blog

    Upgrading to Windows 7 with .NET 4 Beta 1

    • 0 Comments
    If you’re the kind of early adopter who installs .NET 4 Beta 1 and also wants the latest and greatest operating system (Windows 7), please check out Scott Hanselman’s recent blog post http://www.hanselman.com/blog/VistaUsersUninstallVisualStudio2010Beta1BeforeUpgradingToWindows7...
  • CLR Team Blog

    CLR Inside Out - Code Contracts

    • 1 Comments
    The new installment of the “CLR Inside Out” column in MSDN magazine is available on line. This month we have an article from Melitta Andersen on Code Contracts . It provides an overview of the feature, and includes some recommendations the Base Class...
Page 1 of 3 (62 items) 123