Showing results for September 2015 - .NET Blog

Sep 30, 2015
Post comments count0
Post likes count0

Why did my package download count suddenly go up

Maarten Balliauw
Maarten Balliauw

Last week, we released our Revised Download Counts and Package Statistics that are now based on the raw logs of our CDN. For this to become reality, we had to also import data from our old statistics data warehouse into the new system. As it turns out, we overlooked something very important: in the old system (and by importing data, also in the new...

NuGetNuGet.org
Sep 29, 2015
Post comments count0
Post likes count0

Announcing the ASP.NET WebHooks Visual Studio Extension Preview

Brady Gaster
Brady Gaster

After a few days of work, I’m excited to introduce you to the ASP.NET WebHooks preview support we’ve put together for Visual Studio developers. This tool bootstraps your ASP.NET project with the NuGet packages and configuration code you’ll need so you can add custom processing for incoming WebHook requests from third parties like GitHub, Dropbox, a...

ASP.NET
Sep 28, 2015
Post comments count0
Post likes count0

What’s new for .NET and UWP in Win10 Tools 1.1

Rich Lander [MSFT]
Rich Lander [MSFT]

This post was written by Lucian Wischik, Program Manager on the Managed Languages team. Last week we updated the Visual Studio tools for Universal Windows Apps. The easiest way to get the update is within Visual Studio, under Tools > Extensions > Updates. (Also read the release notes). As part of this update, we're including a new opt-in ...

.NET
Sep 28, 2015
Post comments count0
Post likes count0

Meet the new NuGet status page

Maarten Balliauw
Maarten Balliauw

On the server side we are working on boosting performance, scalability and reliability. We were also in need of a new status page to better communicate the status of the service. Without further ado: meet the new status.nuget.org! We're happy with this new incarnation of our status page. It not only shows whether individual services are up or no...

NuGetNuGet.orgFeature Announcement
Sep 24, 2015
Post comments count0
Post likes count0

Revised Download Counts and Package Statistics

Maarten Balliauw
Maarten Balliauw

In the last few months we have been hard at work on the NuGet.org backend. One of the things we've done is switch to a new CDN. This work is all about reinforcing the foundations of nuget.org so we provide a better service experience and be in a position to build new features reliably. As a result we're happy to announce package statistics are back...

NuGetNuGet.org
Sep 22, 2015
Post comments count0
Post likes count0

ASP.NET Community Standup – September 15, 2015

Jeffrey Fritz
Jeffrey Fritz

This is the next in a series of blog posts that will cover the topics discussed in the ASP.NET Community Standup.  The community standup is a short video-based discussion with some of the leaders of the ASP.NET development teams covering the accomplishments of the team on the new ASP.NET 5 framework over the previous week.  Within 30 minutes, Scott...

ASP.NET
Sep 22, 2015
Post comments count0
Post likes count0

Accelerate your network share hosted Package Source

Andrew Arnott
Andrew Arnott

This is a guest blog, by Andrew Arnott from the Visual Studio team. Andrew was having performance issues with NuGet updating or installing packages from a UNC share. These issues where well known, and our solution in the past was to point people to http servers. We discussed this issue with Andrew and suggested that the new supported folder structu...

NuGetInsights
Sep 21, 2015
Post comments count0
Post likes count0

Integrating with Instagram using ASP.NET WebHooks Preview

Henrik F Nielsen
Henrik F Nielsen

In the blog Introducing Microsoft ASP.NET WebHooks Preview, we gave an overview of how to work with Microsoft ASP.NET WebHooks. We described how you get out-of-the-box support for a variety of WebHooks providers such as Dropbox, GitHub, MailChimp, PayPal, Slack, Salesforce, Trello, as well as being able to write your own. In this blog we describe ...

ASP.NET
Sep 16, 2015
Post comments count0
Post likes count0

Deploy to Azure from GitHub with Application Insights

Sergey Kanzhelev
Sergey Kanzhelev

Browsing GitHub the other day I found an interesting button in README: Deploy to Azure. This button intrigued me to say the least. With one click I can create my own instance of that web app and try it out. Isn’t it great? And it’s very easy to insert into your own GitHub repo. But every app should include monitoring! So I’ll show you how to extend...

ASP.NET
Sep 16, 2015
Post comments count0
Post likes count0

Announcing the NuGet 3.2 release

Jeffrey Fritz
Jeffrey Fritz

Today we are publishing the version 3.2 updates to the NuGet clients. We took customer feedback regarding issues and feature direction and assembled this release to address those immediate concerns. There are fixes available for a number of blocking issues and adds support for push and list for compliant V3 servers. We also added support for the co...

NuGetRelease announcement