bchauhan

Sr Software Engineer, Enterprise Cloud

Formerly part of ASP.NET Team

Post by this author

Securing Static Resources with Windows Azure Active Directory Authentication

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...

Organizational Accounts in Visual Studio 2013 RC

Visual Studio 2013 Preview shipped with support to create new ASP.NET projects that can be easily configured with organizational accounts. This support has been simplified and enhanced in this RC version. You can find a detailed step-by-step tutorial on creating an ASP.NET MVC project with single organizational identity at Developing ASP.NET ...