var fDesc=new Array(); fDesc[0] = "Visual C# 2008 Express Edition enables developers to rapidly create Windows applications like programs that you can use to keep statistics, Microsoft Office add-ons and games. These new versions enable cool fun features that build on the latest technologies including WPF, WCF and LINQ.
There are many features brought from the 2005 Express edition. This program has an easy-to-use interface and a professional looking design. You have a toolbox from which you can work with your form, like buttons, textboxes, labels and other. Visual C# Express uses little resources. You can develop quickly with IntelliSense support (Microsoft's implementation of auto completion) which automatically provide you the most possible variables, controls etc that you might want to type. You can add cool and fun controls to the projects. It’s easy to learn program as you always have access to online instructions and samples.
This Pack is freeware and you can download it from the developer’s site. Working on C# environment is very easy."; 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 = ''; } }