Showing results for August 2013 - Page 2 of 3 - .NET Blog

Aug 15, 2013
0
0

Announcing TraceEvent – Monitoring and Diagnostics for the Cloud

Immo Landwerth
Immo Landwerth

In this post, Vance Morrison, software developer on the .NET Runtime team, will talk about the TraceEvent NuGet library we just shipped. -- Immo I am happy to report that we have just released the TraceEvent library on (prelease) NuGet. This library is an important part of the .NET, end-to-end, cloud scale diagnostics and monitoring story. It allo...

.NET
Aug 15, 2013
0
0

Use SignalR Sample Nuget package in VS2013 Preview MVC 5 Project

Xinyang Qiu
Xinyang Qiu

We received feedback that the current 1.2 version SignalR sample Nuget package doesn’t work in an MVC 5 project by default. Here are the repro steps and the necessary change to make it work. 1. Create a C# MVC 5 project in VS2013 Preview 2. Install Microsoft.AspNet.SignalR.Sample NuGet package 3. This installs SignalR package version...

ASP.NET
Aug 9, 2013
0
0

Announcing the EventSource NuGet Package – Write to the Windows Event Log

.NET Team
.NET Team

We are announcing the EventSource NuGet package, which enables fast app tracing to the Windows Event Log, including in production. This post was written by Cosmin Radu, a software developer on the .NET Runtime team We know that you want to build high-quality software. That can be a challenging task if your desktop or web app interacts with use...

.NET
Aug 8, 2013
0
0

Building apps with the .NET Framework 4.5.1 Preview in Visual Studio 2012

.NET Team
.NET Team

Update (2017): See .NET Framework Releases to learn about newer releases. This post describes how to add targeting support for the .NET Framework 4.5.1 in Visual Studio 2012. It was written by Rich Lander, who worked on the original multi-targeting support in Visual Studio 2010. Here’s the question: You can. Visual Studio 2013 preview provides b...

.NET
Aug 8, 2013
0
0

Building apps with the .NET Framework 4.5.1 Preview in Visual Studio 2012

.NET Team
.NET Team

Update (2017): See .NET Framework Releases to learn about newer releases. This post describes how to add targeting support for the .NET Framework 4.5.1 in Visual Studio 2012. It was written by Rich Lander, who worked on the original multi-targeting support in Visual Studio 2010. Here’s the question: You can. Visual Studio 2013 preview prov...

.NET
Aug 7, 2013
0
0

Documentation updates for .NET 4.5.1

.NET Team
.NET Team

This post describes the changes that we’ve made to .NET Framework documentation for the .NET Framework 4.5.1. It was written by Cheryl Simmons, who works on the .NET Framework documentation team. In the recent preview release of the .NET Framework 4.5.1, we changed the way we update the documentation for the .NET Framework, refreshed the conte...

.NET
Aug 7, 2013
0
0

Documentation updates for .NET 4.5.1

.NET Team
.NET Team

This post describes the changes that we’ve made to .NET Framework documentation for the .NET Framework 4.5.1. It was written by Cheryl Simmons, who works on the .NET Framework documentation team. In the recent preview release of the .NET Framework 4.5.1, we changed the way we update the documentation for the .NET Framework, refreshed the conte...

.NET
Aug 7, 2013
0
0

Documentation updates for .NET 4.5.1

.NET Team
.NET Team

This post describes the changes that we’ve made to .NET Framework documentation for the .NET Framework 4.5.1. It was written by Cheryl Simmons, who works on the .NET Framework documentation team. In the recent preview release of the .NET Framework 4.5.1, we changed the way we update the documentation for the .NET Framework, refreshed the conte...

.NET
Aug 6, 2013
0
0

Wondering why mscorsvw.exe has high CPU usage? You can speed it up.

.NET Team
.NET Team

This post was written by Rich Lander, a Program Manager on the .NET Framework Team. It was written for people who want to understand why mscorsvw.exe is running on their machines and want to know how to speed it up. Have you noticed that your machine is slowing down, and you’ve looked in Task Manager to find that mscorsvw.exe is the culprit? I...

.NET
Aug 6, 2013
0
0

Got a need for speed? .NET apps start faster.

.NET Team
.NET Team

This post was written by Rich Lander, who works as a Program Manager on the .NET Framework. He worked on AutoNGEN for Windows 8. This post focuses on how technologies such as Native Image Generator (NGEN), the .NET Framework Optimization Service (mscorsvw), AutoNGEN, and compilation in the cloud have improved the startup performance of .NET apps. (...

.NET