var fDesc=new Array(); fDesc[0] = "Xamarin Workbooks provides a blend of documentation and code that is perfect for experimentation, learning, and creating guides and teaching aids.

Create a rich C# workbook for Android, iOS, Mac, WPF, or Console, and get instant live results as you learn these APIs. Use workbooks to create live documents with C# code for experimenting, teaching, training or exploring. You can use Workbooks as a standalone application, separate from your IDE. The code editing window provides code completion, syntax coloring, inline live-diagnostics, and multi-line statement support."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }