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

Aug 22, 2013
Post comments count0
Post likes count0

NuGet 2.7 Released

Jeff Handley
Jeff Handley

The NuGet team is excited to announce that NuGet 2.7 is now released in stable form. We published the release candidate on August 14th and we have not made any changes since then. For details about what's in the release, the release notes are published on docs.nuget.org. NuGet 2.7 Features Note that with NuGet 2.7, we have removed sup...

NuGetRelease announcement
Aug 19, 2013
Post comments count0
Post likes count0

Accessing the ASP.NET Web Configuration Tool in Visual Studio 2013

Joost de Nijs
Joost de Nijs

As many of you have noticed, the option to select “ASP.Net Web Configuration Manager” is no longer in Visual Studio 2013 Preview. This is due to the removal of the Visual Studio Development Server (or Cassini) from the product. However, we understand that many people have gotten used to using the Tool, and so here are the steps by which...

ASP.NET
Aug 16, 2013
Post comments count0
Post likes count0

Install MVC4 HotTowel SPA NuGetNuGet package in One ASP.NET Web API Project in VS2013 Preview

Xinyang Qiu
Xinyang Qiu

I was trying to install MVC4 HotTowel SPA package (MVC4 and Razor v2) on a VS2013 Preview One ASP.NET Web API Project (MVC5 and Razor V3). I blindly let the NuGetNuGet package overwrite all my files including the Viewsweb.config file, which caused some compatibility problems. This is what I did: 1. Create a Web API One ASP.NET project 2. Manag...

ASP.NET
Aug 16, 2013
Post comments count0
Post likes count0

Introducing NuGet Concierge

Jeff Handley
Jeff Handley

Twelve weeks ago, Microsoft's Azure Applications Platform & Tools team welcomed three 2nd-year college students, Jaspreet Bagga, Jeremiah Jekich, and Melissa McNeill, and gave them an opportunity to contribute to NuGet. Package Discovery Discovering NuGet packages can be a daunting process. The best way to do so is either via word of mouth or...

NuGetNuGet.org
Aug 15, 2013
Post comments count0
Post likes count0

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

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

NuGet 2.7 Release Candidate Available

Jeff Handley
Jeff Handley

The NuGet 2.7 Release Candidate is now available, with an expected release before the end of August. If you encounter any problems with NuGet 2.7, especially any regressions, please file an issue on CodePlex right away and prefix the issue with "[NuGet 2.7]". Please note that we plan to include NuGet 2.7 in the final releas...

NuGetRelease announcement
Aug 9, 2013
Post comments count0
Post likes count0

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

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

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