Showing results for .NET - .NET Blog

Sep 13, 2010
0
0

Is That the Right Version of Mscoreei.dll?

CLR Team
CLR Team

After installing .NET 4.0 or later you may notice something a little unusual about your .NET processes. Here is a partial list of the loaded modules of a simple “Hello World” executable compiled with the .NET 2.0 compiler. start end module name 60f00000 61491000 mscorwks C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll 6c65...

.NET
Jun 23, 2010
0
0

In-Proc SxS and Migration Quick Start

CLR Team
CLR Team

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 runtime activation APIs, depend on specific runtime activation behaviors, or use mixed mode assembli...

.NET
Jun 17, 2010
0
0

CLR Inside Out – F# Fundamentals

CLR Team
CLR Team

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 F# takes advantage of various features in the CLR. You can find a list of all &ldqu...

.NET
May 7, 2010
0
0

CLR Inside Out – Production Diagnostics Improvements in CLR 4

CLR Team
CLR Team

  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 we added in .NET Framework 4 and focuses on how they enable to...

.NET
May 3, 2010
0
0

NGen: Walk-through Series

CLR Team
CLR Team

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.

.NET
Apr 23, 2010
0
0

Debugging with the Right Tools

maoni
maoni

Wow, it’s been almost a year since I last blogged J We just shipped CLR V4.0. Yay!   An internal email thread prompted me to write this blog entry – one very powerful tool I wanted to point out when you need to debug/investigate issues is your debugger (if your debugger is also windbg/cdb that is J since that’s what I use and that’s what I wil...

.NET
Apr 13, 2010
0
0

Connect

CLR Team
CLR Team

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.microsoft.com/VisualStudio/Feedback) and can be logged from the main Visual Studio Connect page ...

.NET
Mar 30, 2010
0
0

BCL CodePlex Site Launch

CLR Team
CLR Team

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 Framework.  Our goal is to put generally useful functionality on the CodePlex site, and ...

.NET
Mar 3, 2010
0
0

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

CLR Team
CLR Team

    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 in .NET Framework 4 and how that will affect authors of All...

.NET
Mar 1, 2010
0
0

Developer Productivity Survey – Help us build the right product!

CLR Team
CLR Team

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 where we have gotten customer feedback in the past like complexity of the framework,diagnostics...

.NET