Community Update (2013/12/09) – Medium Trust is dead, OAuth and Two Factor Auth in MVC and JSON to XML conversion

Here is what we have for the community. First, a great warning from Levi Broderick about how medium trust is dead. This link will bring you to a KB from Microsoft that will give you all the details you need to know about that.

Then we have a nice tutorial from www.asp.net that will show us how to use external authentication services. Sam Jenkins show how to implement Two Factor Authentication in ASP.NET MVC.

Finally, did you know that JSON.NET allows you to convert XML from and to JSON? Check it out.

ASP.NET

ASP.NET Partial Trust does not guarantee application isolation (support.microsoft.com)

Authentication

External Authentication Services (C#) : The Official Microsoft ASP.NET Site (www.asp.net)

Two Factor Authentication in ASP.NET MVC | Sam Jenkins’ Blog (satalketo.com)

JSON.NET

How to convert JSON to XML and vice versa in C# | dotnet thoughts (www.dotnetthoughts.net))