Get the Bing + MSN extension Breaking news from around the world Get the Bing + MSN extension

Add it now
This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use. Learn more
Skip to main content
Microsoft
.NET Blog
.NET Blog
  • Home
  • DevBlogs
    • App Center
    • Azure DevOps
    • Visual Studio
    • Visual Studio Code
    • Visual Studio for Mac
    • Azure Artifacts
    • Azure Boards
    • Azure Pipelines
    • Azure Repos
    • Azure Test Plans
    • DevOps
    • C++
    • Java
    • JavaScript
    • PowerShell
    • Python
    • Q#
    • Scripting
    • TypeScript
    • Visual Basic
    • Visual C#
    • Visual F#
    • .NET
    • ASP.NET
    • NuGet
    • Xamarin
    • Apps for Windows
    • Azure Government
    • Bing Dev Center
    • Command Line
    • DirectX Developer Blog
    • IoT Developer
    • Microsoft Edge Dev
    • Microsoft Azure
    • Office 365 Development
    • Old New Thing
    • PIX on Windows
    • Premier Developer
    • Azure Cosmos DB
    • OData
    • Revolutions R
    • SQL Server Data Tools

    .NET Blog

    Free. Cross-platform. Open source. A developer platform for building all your apps.

    May 2009

    .Net Framework Performance Survery
    CLR TeamCLR TeamMay 29, 2009May 29, 200905/29/09

    Everyone has probably dealt with an annoying performance issue at some point or the other. Performance optimization is a hard problem and we could sure use some help from you. We have a survey posted at the CLR and Framework Performance blog over here.

    More Channel 9 Videos on CLR 4
    CLR TeamCLR TeamMay 29, 2009May 29, 200905/29/09

    And the videos keep coming in!
    We have Shawn Farkas who works on the security model, talking about the new managed security model. Check out the video here.
    And then we have Surupa Biswas, from the CLR Code Generation team, talking about the new Targeted Patching work in CLR 4.

    Improvements to NGen in CLR 4
    CLR TeamCLR TeamMay 27, 2009May 27, 200905/27/09

    Surupa Biswas has a post in the CodeGen team blog on new features in NGen coming out as part of CLR 4. The post covers NGen SxS (that’s side-by-side) and multi-proc NGen, and goes into detail on the work that went into making Targeted Patching possible.

    More Channel 9 videos
    CLR TeamCLR TeamMay 27, 2009May 27, 200905/27/09

    We have more Channel 9 videos from the CLR team for your enjoyment!
    The Base Class Libraries (BCL) team talks about some of the new features in the next version of BCL over here.
    We have Maoni Stephens and Andrew Pardoe talking about Background Garbage Collection over here.

    Channel9 Video on Background GC
    maonimaoniMay 26, 2009May 26, 200905/26/09

    A couple of weeks back my PM and I did a channel9 video on Background GC. Take a look:
    https://channel9.msdn.com/shows/Going+Deep/Maoni-Stephens-and-Andrew-Pardoe-CLR-4-Inside-Background-GC/

    Tail Call Improvements in CLR 4
    CLR TeamCLR TeamMay 21, 2009May 21, 200905/21/09

    Now that .Net 4 Beta1 is out, you’ll see a number of posts on this blog covering new CLR features in CLR 4.
    Grant Richins, a developer on our team, wrote a post on tail call improvements in CLR 4 at the CLR Code Generation blog.

    Channel 9 Video – Vance Morrison: CLR Through the Years
    CLR TeamCLR TeamMay 19, 2009May 19, 200905/19/09

    Vance Morrison, a CLR architect, recently gave an interview to Channel 9 where he walks through the history of the CLR (he’s been on our team since it’s very beginning), the upcoming version, his favorite features in CLR v4, and what the future looks like.

    The Conditional Weak Table: Enabling Dynamic Object Properties
    CLR TeamCLR TeamMay 18, 2009May 18, 200905/18/09

    The Dynamic Language Runtime allows you to implement a dynamic language (such as Ruby or Python) on top of the CLR. There are a lot of challenges to making everything work right. One particularly difficult aspect was enabling Ruby to attach arbitrary “properties”

    Why is AppDomain.AppendPrivatePath Obsolete?
    CLR TeamCLR TeamMay 14, 2009May 14, 200905/14/09

    This is the first in a series of posts where we discuss the reasoning behind “obsoleting” specific APIs.
    If you use AppDomain.AppendPrivatePath, or look at MSDN, you’ll notice it’s obsolete.  This frustrates people because the alternative suggested (AppDomainSetup.PrivateBinPath) requires you to do something entirely different (spin up a new AppDomain). 

    How CLR maps SEH exceptions to managed exception types
    CLR TeamCLR TeamMay 14, 2009May 14, 200905/14/09

    Managed exception handling is built on Windows OS’s Structured Exception Handling, commonly referred to as SEH (to learn more about SEH, please read Matt Pietrek’s excellent article first). This implies that CLR understands how to interoperate between SEH and managed exception systems,

    • 1
    • of
    • 2
    • 
    Relevant Links

    .NET Download

    .NET Hello World

    .NET Meetup Events

    .NET Documentation

    .NET API Browser

    .NET SDKs
     

    .NET Application Architecture Guides

    Web apps with ASP.NET Core

    Mobile apps with Xamarin.Forms

    Microservices with Docker Containers

    Modernizing existing .NET apps to the cloud

    Archive
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • February 2013
  • January 2013
  • December 2012
  • November 2012
  • October 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • October 2011
  • September 2011
  • June 2011
  • April 2011
  • November 2010
  • September 2010
  • June 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • December 2009
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • November 2008
  • May 2007
  • March 2007
  • January 2007
  • December 2006
  • November 2006
  • October 2006
  • September 2006
  • August 2006
  • June 2006
  • April 2006
  • March 2006
  • February 2006
  • January 2006
  • October 2005
  • July 2005
  • May 2005
  • December 2004
  • November 2004
  • September 2004
  • June 2004
  • Topics
  • Dot.Net
  • .NET
  • .NET Core
  • .NET Framework
  • Entity Framework
  • F#
  • Visual Studio
  • ML.NET
  • AI Machine Learning
  • WPF
  • C#
  • Machine Learning
  • Performance
  • Security
  • ASP.NET
  • Docker
  • Maoni
  • Azure
  • LOH
  • GC
  • XAML
  • Stay informed

    Login
    What's new
    • Surface Pro X
    • Surface Laptop 3
    • Surface Pro 7
    • Windows 10 apps
    • Office apps
    Microsoft Store
    • Account profile
    • Download Center
    • Microsoft Store support
    • Returns
    • Order tracking
    • Store locations
    • Buy online, pick up in store
    • In-store events
    Education
    • Microsoft in education
    • Office for students
    • Office 365 for schools
    • Deals for students & parents
    • Microsoft Azure in education
    Enterprise
    • Azure
    • AppSource
    • Automotive
    • Government
    • Healthcare
    • Manufacturing
    • Financial services
    • Retail
    Developer
    • Microsoft Visual Studio
    • Windows Dev Center
    • Developer Network
    • TechNet
    • Microsoft developer program
    • Channel 9
    • Office Dev Center
    • Microsoft Garage
    Company
    • Careers
    • About Microsoft
    • Company news
    • Privacy at Microsoft
    • Investors
    • Diversity and inclusion
    • Accessibility
    • Security
    English (United States)
    • Sitemap
    • Contact Microsoft
    • Privacy & cookies
    • Terms of use
    • Trademarks
    • Safety & eco
    • About our ads
    • © Microsoft 2019