Showing archive results for 2012

Aug 22, 2012
Post comments count0
Post likes count0

NuGet Gallery Performance Issues

Mads Kristensen

Since August 16th, and especially since August 21st, the NuGet Gallery has been exhbiting intermittent performance issues. Some users are reporting errors when attempting to browse or search for NuGet packages from Visual Studio or other clients. Many users are reporting that browsing and searching are slow. There have also been timeout errors when...

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

Web Deploy (MSDeploy) how to sync a folder

Sayed Ibrahim Hashimi

Today I saw the following question on StackOverflow MSDeploy - Deploying Contents of a Folder to a Remote IIS Server and decided to write this post to answer the question. Web Deploy (aka MSDeploy) uses a provider model and there are a good number of providers available out of the box. To give you an example of some of the providers; when syncing ...

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

Extra Information from OAuth/OpenId Provider

pranav rastogi

When you authenticate a user using the OAuth/OpenId providers, you can request for some extra information about the user if you have granted access for these providers to send this information. For eg if you login using Facebook, you can request information such as Gender, country etc. Each provider has different set of data that you can retrieve...

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

Announcing the Release of SignalR 0.5.3

Brady Gaster

SignalR 0.5.3 Release Notes The SignalR team has been working long hours in their team room in Building 18 for the past few months adding features, resolving issues, and cranking out code. Today the team has released the 0.5.3 release of SignalR. This post will cover some of the key items in the release and explain how you can make use of the gr...

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

Upgrade Successful

Jeff Handley

Earlier this evening, we announced that the NuGet Gallery would be offline for about an hour during a scheduled upgrade. That upgrade is now complete. We expect this deployment to help address performance issues we've been experiencing for the past week. We will continue to monitor the service and measure the results of this deployment. CDN Re-En...

NuGetIncident
Aug 22, 2012
Post comments count0
Post likes count0

Expected Downtime – August 22 11pm-12am PDT

Jeff Handley

As mentioned in the previous post, we've been working to address some performance problems on the NuGet Gallery. The fixes we have in place include some time-consuming database migrations. During our dry run deployments, we found that virtually all requests to the database will time out while these migrations are running. We have decided to take t...

NuGetIncident
Aug 22, 2012
Post comments count0
Post likes count0

NuGet Gallery Performance Issues

Jeff Handley

Since August 16th, and especially since August 21st, the NuGet Gallery has been exhbiting intermittent performance issues. Some users are reporting errors when attempting to browse or search for NuGet packages from Visual Studio or other clients. Many users are reporting that browsing and searching are slow. There have also been timeout errors when...

NuGetIncident
Aug 21, 2012
Post comments count0
Post likes count0

TPL Dataflow NuGet Package for .NET 4.5

Stephen Toub - MSFT

As just announced on the Base Class Libraries (BCL) team blog, the RTM release of TPL Dataflow is now available.Enjoy :)

.NET Parallel Programming
Aug 21, 2012
Post comments count0
Post likes count0

Visual Studio project compatibility and VisualStudioVersion

Sayed Ibrahim Hashimi

One of the most requested features of Visual Studio 2012 was the ability to open projects in both VS 2012 as well as VS 2010 (requires VS 2010 SP1). In case you haven’t heard we did implement that feature. You may be wondering how we were able to do this and how this may impact you. If you open the .csproj/.vbproj for a Web Project created in VS20...

ASP.NET
Aug 20, 2012
Post comments count0
Post likes count0

Getting Started with ASP.NET 4.5 Web Forms

Kthnwmn

The best way to learn what’s new in ASP.NET 4.5 Web Forms, is to work through the latest tutorial series by Erik Reitan: Getting Started with ASP.NET 4.5 Web Forms. The 10 tutorials in the series progressively guide you through building a Web Forms application, which is a simplified example of a store front web site that sells items online. Each t...

ASP.NET