Showing results for October 2013 - Page 2 of 2 - .NET Blog

Oct 16, 2013
0
0

Get more information from Social providers used in the VS 2013 project templates

pranav rastogi
pranav rastogi

When you create a New ASP.NET Project in VS 2013 and choose Individual Accounts, the template shows how you can login with Social providers such as Microsoft Account, Facebook, Google and Twitter. When you login with these Social Providers such as Facebook, you can request more information about the user such as the User’s picture, friends etc. and...

ASP.NET
Oct 16, 2013
4
0

Customizing profile information in ASP.NET Identity in VS 2013 templates

pranav rastogi
pranav rastogi

ASP.NET Identity is the new membership system for ASP.NET applications. To learn more about ASP.NET Identity please visit http://blogs.msdn.com/b/webdev/archive/2013/06/27/introducing-asp-net-identity-membership-system-for-asp-net-applications.aspx One of the mainline features about ASP.NET Identity is to make it easy to add profile information ab...

ASP.NET
Oct 16, 2013
0
0

ASP.NET features in New Project Templates in Visual Studio 2013

pranav rastogi
pranav rastogi

The New Project Templates in VS 2013 show case the best practices when it comes to using ASP.NET. The project templates provide a good starting point which a developer can build upon or use them as a guide to see how the features are being used. As the ASP.NET framework gets richer with features, it is important for us to make these features more d...

ASP.NET
Oct 14, 2013
0
0

Portable Class Library (PCL) now available on all platforms

.NET Team
.NET Team

This post announces a standalone release of the .NET portable class library reference assemblies that can be used on any operating system. It was written by Rich Lander, a Program Manager on the .NET Team. Update: Read PCL and .NET NuGet Libraries are now enabled for Xamarin for later information on this release. You can build .NET apps acros...

.NET
Oct 14, 2013
0
0

Introducing Web Development and Tooling TV

Mads Kristensen
Mads Kristensen

We are very proud to present the first episode on our brand new Channel9 show – Web Development and Tooling TV. In this episode we talk to Scott Hunter who’s a Principal Group Program Manager on the Web Team (aka the boss). Scott introduces us to this new TV show and talks about what the team has been up to lately, as well as what’s to come in the ...

ASP.NET
Oct 11, 2013
0
0

SignalR and user identity (authentication and authorization)

Gustavo Armenta Valdez
Gustavo Armenta Valdez

There are too many authentication types (Basic, Windows, Cookie, OAuth) to explain how to use all of them. In this sample, I focus on using Cookie Authentication to secure a website, a Persistent Connection, and a Hub. Authentication is configured on OWIN, you have to add some nuget packages and add code in Startup.cs. I started with a web project ...

ASP.NET
Oct 11, 2013
0
0

Securing Static Resources with Windows Azure Active Directory Authentication

bchauhan
bchauhan

Visual Studio 2013 RC has a very useful feature of creating new ASP.NET application that are configured with Windows Azure Active Directory authentication. You can read more about it hereIf you open web.config file of such project that is secured with Windows Azure Active Directory, you will see following section: Code Snippet As you migh...

ASP.NET
Oct 9, 2013
0
0

ASP.NET Identity NuGet packages for the nightly builds are available on MyGet

pranav rastogi
pranav rastogi

ASP.NET Identity packages are now available on MyGet. This means that a successful nightly build of ASP.NET Identity will be pushed to MyGet package feed along with the rest of ASP.NET Web Frameworks such as MVC, Web API, SignalR, EntityFramework etc Steps to follow in Visual Studio to configure the MyGet feed to pull in the nightly packages for A...

ASP.NET
Oct 9, 2013
0
0

Enable and monitor ASP.NET App Suspend on Windows Server 2012 R2

Web Development Tools Microsoft
Web Development Tools Microsoft

This post describes how to enable and monitor ASP.NET App Suspend on Windows Server 2012 R2. It was written by Rich Lander, a Program Manager on the .NET team. ASP.NET App Suspend is a big new feature in the .NET Framework 4.5.1. You can read an overview of ASP.NET App Suspend (including a demonstration video) over on the .NET blog. ASP.NET Ap...

ASP.NET
Oct 9, 2013
0
0

ASP.NET App Suspend – responsive shared .NET web hosting

.NET Team
.NET Team

This post introduces ASP.NET App Suspend, which is a game-changing feature in the .NET Framework 4.5.1. It radically changes the user experience and economic model for hosting large numbers of ASP.NET sites on a single machine. This post was written by Rich Lander, a Program Manager on the .NET team. Sharing can be hard. In my early days, I had tr...

.NET