background preloader

C#

Facebook Twitter

Filtering a DataTable for a DataList. Learn C# Programming. C# Keywords (C#) C#, Visual Studio 2010, Silverlight, ASP.NET, WPF, WCF, WF, and Windows 7 Community. JavaScript Garden. Although JavaScript deals fine with the syntax of two matching curly braces for blocks, it does not support block scope; hence, all that is left in the language is function scope. function test() { // a scope for(var i = 0; i < 10; i++) { // not a scope // count } console.log(i); // 10} There are also no distinct namespaces in JavaScript, which means that everything gets defined in one globally shared namespace.

JavaScript Garden

XoaX.net Video Tutorials. C# School, lesson #1.