Showing results for August 2012 - Page 2 of 4 - .NET Blog

Aug 22, 2012
Post comments count0
Post likes count0

Announcing the Release of SignalR 0.5.3

Brady Gaster
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

NuGet Gallery Performance Issues

Jeff Handley
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 22, 2012
Post comments count0
Post likes count0

Expected Downtime – August 22 11pm-12am PDT

Jeff Handley
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

Upgrade Successful

Jeff Handley
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 21, 2012
Post comments count0
Post likes count0

TPL Dataflow NuGet Package for .NET 4.5

Stephen Toub - MSFT
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
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
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
Aug 20, 2012
Post comments count0
Post likes count0

Releasing Microsoft ASP.NET Universal Providers Core 1.2

pranav rastogi
pranav rastogi

I hope everyone has been busy downloading Visual Studio 2012 and have started building awesome web applications. We have been busy too during this time.We have just released an update to the version of Universal Providers that shipped with VS2012. Following are the key changes with this release  What should you doThis version of Univers...

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

Profile specific web.config transforms and transform preview

Web Development Tools Microsoft
Web Development Tools Microsoft

When we released VS2010 we add support for web.config (XDT) transforms during publish/package. Note: From now on I’ll only use the word publish from now on but the full content relates to packaging as well. In the original implementation when you published your web project the web.config file would be transformed by the file web.{Configuration}.con...

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

Links to ASP.NET WebAPI blog posts and Data Access blog posts

Web Development Tools Microsoft
Web Development Tools Microsoft

Here are some blog posts about ASP.NET WebAPI that we just released. Here are some ASP.NET Data access blog posts intended for newcomers to ASP.NET. The purpose is basic guidance for making data access choices for ASP.NET application development.  The two SQL Server docs may also be useful to people who have been using ASP.NET but aren&rsq...

ASP.NET