Showing results for September 2012 - Page 2 of 2 - .NET Blog

Sep 12, 2012
Post comments count0
Post likes count0

Celebrating the Visual Studio 2012 launch with the release of a popular App

Brandon Bray
Brandon Bray

Today, we’re happy to announce the launch of Visual Studio 2012 and the .NET Framework 4.5. You can read more about the Visual Studio 2012 launch on Jason Zander’s blog. We’ve been using the new version of Visual Studio for several months now to build .NET Framework apps for Windows, Windows Store, Windows Azure, and Window Server. The Visual St...

.NET
Sep 12, 2012
Post comments count0
Post likes count0

Integrate OpenAuth/OpenID with your existing ASP.NET application using Universal Providers

pranav rastogi
pranav rastogi

Over the past couple of weeks I have come across lots of questions/discussions on while OAuth/OpenId is cool as a feature in the ASP.NET templates in Visual Studio 2012, but how do I easily integrate this into my application outside of the templates. More so how do I extend the Universal Providers to integrate OAuth/OpenId and use other functionali...

ASP.NET
Sep 11, 2012
Post comments count0
Post likes count1

Forking in async methods

Stephen Toub - MSFT
Stephen Toub - MSFT

Given that .NET 4.5 has only recently been released in its final form, it’s not surprising that many folks are still very new to the async/await keywords and have misconceptions about what they are and what they do (I’ve tried to clarify some of these in this Async/Await FAQ).  One of the more common misconceptions is that a method...

.NET Parallel Programming
Sep 7, 2012
Post comments count0
Post likes count0

Recent Changes to Package Restore Consent

Howard Dierking
Howard Dierking

When we released NuGet 2.0, one of the changes included the addition of a privacy-related constraint to the package restore feature. More specifically, NuGet 2.0 required that you provide explicit consent, via either a checkbox in the package manager configuration dialog or an environment variable, before it would successfully download required pac...

NuGetVisual Studio