Showing category results for .NET

Jun 17, 2010
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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
Feb 16, 2010
Post comments count0
Post likes count0

Announcing a new CLR Team Codeplex Project: CLR Runtime Activation

CLR Team
CLR Team

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 changed the way a version is chosen for any particular piece of managed code and gives developers mu...

.NET
Feb 15, 2010
Post comments count0
Post likes count0

CLR Inside Out – Formatting and Parsing Time Intervals

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 Ron Petrusha on Formatting and Parsing Time Intervals in the .NET Framework 4.  The article contains details on new parsing and formatting support for TimeSpan values, as well as som...

.NET