Showing results for .NET - .NET Blog

May 22, 2013
Post comments count0
Post likes count0

Portable HttpClient is now available as RC

Immo Landwerth
Immo Landwerth

Three months ago we shipped the first preview of the portable HttpClient. Many of you wondered when we would ship the RTM version. Today, we’re happy to announce the first step towards an RTM: We shipped a release candidate (RC) of HttpClient (Microsoft.Net.Http package on NuGet) that includes all the bug fixes since the preview. New features...

.NET
May 22, 2013
Post comments count0
Post likes count0

Portable HttpClient is now available as RC

Immo Landwerth
Immo Landwerth

Three months ago we shipped the first preview of the portable HttpClient. Many of you wondered when we would ship the RTM version. Today, we’re happy to announce the first step towards an RTM: We shipped a release candidate (RC) of HttpClient (Microsoft.Net.Http package on NuGet) that includes all the bug fixes since the preview. New features...

.NET
May 22, 2013
Post comments count0
Post likes count0

Portable HttpClient is now available as RC

Immo Landwerth
Immo Landwerth

Three months ago we shipped the first preview of the portable HttpClient. Many of you wondered when we would ship the RTM version. Today, we’re happy to announce the first step towards an RTM: We shipped a release candidate (RC) of HttpClient (Microsoft.Net.Http package on NuGet) that includes all the bug fixes since the preview. New features...

.NET
May 22, 2013
Post comments count0
Post likes count0

Portable HttpClient is now available as RC

Immo Landwerth
Immo Landwerth

Three months ago we shipped the first preview of the portable HttpClient. Many of you wondered when we would ship the RTM version. Today, we’re happy to announce the first step towards an RTM: We shipped a release candidate (RC) of HttpClient (Microsoft.Net.Http package on NuGet) that includes all the bug fixes since the preview. New features...

.NET
May 1, 2013
Post comments count0
Post likes count0

.NET Crash Dump and Live Process Inspection

Immo Landwerth
Immo Landwerth

Analyzing crash dumps can be complicated. Although Visual Studio supports viewing managed crash dumps, you often have to resort to more specialized tools like the SOS debugging extensions or WinDbg. In today’s post, Lee Culver, software developer on the .NET Runtime team, will introduce you to a new managed library that allows you to automate...

.NET
Apr 24, 2013
Post comments count0
Post likes count0

Social Engineering

Immo Landwerth
Immo Landwerth

When people in our industry use the term “social engineering” they are usually referring to security attacks. Politicians and lobbyists would mean something entirely different too. But that’s not what I will talk about here. Instead, I’ll talk about the kind of social life we’ve around in our team. Why am I using the t...

.NET
Apr 5, 2013
Post comments count0
Post likes count0

The Defrag Tools Channel9 series on managed memory diagnostics

maoni
maoni

Recently I did a few videos for the popular "Defrag Tools" series on Channel9. They are just talking about pretty basic things about doing managed memory investigations so I'd imagine for most of you it's something you already know. However, you can feel free to suggest things you'd like to see in the comments of these videos (or on this blog for t...

.NET
Apr 4, 2013
Post comments count0
Post likes count0

.NET Memory Allocation Profiling with Visual Studio 2012

.NET Team
.NET Team

This post was written by Stephen Toub, a frequent contributor to the Parallel Programming in .NET blog. He shows us how Visual Studio 2012 and an attention to detail can help you discover unnecessary allocations in your app that can prevent it from achieving higher performance. Visual Studio 2012 has a wealth of valuable functionality, so muc...

.NET
Feb 19, 2013
Post comments count0
Post likes count0

.NET Framework Documentation Improvements

Brandon Bray
Brandon Bray

The CLR documentation team has been busy responding to feedback and making updates and changes to the .NET Framework documentation in the MSDN Library. We would like to tell you about the most recent set of document updates, which were published earlier in February. Performance content We have received extensive customer feedback regarding the im...

.NET
Jan 3, 2013
Post comments count0
Post likes count0

C# is the “Language of the Year”

Brandon Bray
Brandon Bray

It’s a great way to start a new year: the PYPL index has named C# the language of the year. This index focuses on the leading indicator of learning a language. It’s nice to see that there’s been increased interest in C# over the past year. In the spirit of learning something new, here’s what we suggest you check out if you&r...

.NET