.NET Blog
Free. Cross-platform. Open source. A developer platform for building all your apps.
Latest posts
ASP.NET Data Access Guidance Published
On 9/11 we published a new* set of pages on MSDN offering guidance for getting started with data access in ASP.NET. If you're already using ASP.NET, parts of ...
Celebrating the Visual Studio 2012 launch with the release of a popular App
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 ...
Integrate OpenAuth/OpenID with your existing ASP.NET application using Universal Providers
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 ...
Getting Symbols and Source with ASP.NET Nightly NuGet Packages
You can now get full symbols and source along with the nightly NuGet packages making it possible to debug the latest MVC, Web API, and Web Pages bits by tracing...
Evolving the Reflection API
As many developers have noticed, the reflection APIs changed in the .NET API set for Windows Store apps. Much of .NET’s ability to offer a consistent ...
List of ASP.NET Web API and HttpClient Samples
Here is a list of the Web API and HttpClient samples you can find in our samples repository on aspnet.codeplex.com. They illustrate various features of Web API ...
Customizing the login UI when using OAuth/OpenID
In the last post I showed how you can plug in your own OAuth/OpenID provider. This post shows you how you can pass in extra data about the provider such as ...
NuGet Feed Performance Update
As you might know, NuGet has been having some performance (and timeout) related issues recently. Earlier this week, we completed a deployment that helped, but ...
Plugging custom OAuth/OpenID providers
In the previous post, I wrote about how you can use the existing providers for Google, Facebook etc. and retrieve extra metadata about the authenticated users. ...