Showing results for 2013 - Page 9 of 20 - .NET Blog

Aug 22, 2013
Post comments count0
Post likes count0

Web Publishing a simpler way to exclude files/folders from being published

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

I’ve written a few blog posts on how to exclude files from publishing/packaging. In each of these posts you’d have to be familiar with MSBuild and the Web Publish process. I’ve been looking for a much simpler way to exclude files/folder from publishing. When using git you can easily exclude files and folders using a .gitignore file. Inside the .gi...

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

Portable Compression is now stable

Immo Landwerth
Immo Landwerth

Today we are happy to announce that our portable compression library is now available as a stable NuGet package. Microsoft.Bcl.Compression Microsoft.Bcl.Compression provides the following APIs in a portable fashion: It’s supported on the following platforms: .NET 4.5 and .NET for Windows Store apps already ship compres...

.NET
Aug 22, 2013
Post comments count0
Post likes count1

Improved Package Restore

Immo Landwerth
Immo Landwerth

As we’ve previously explained we receive various reports on how our NuGet packages don’t play nicely with NuGet’s package restore feature. In this blog post I’ll talk about an update we shipped to our infrastructure package Microsoft.Bcl.Build that reduces the impact. The Issue To recap, some of our packages need to participate in the build in or...

.NET
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