JsFramework is an object oriented JavaScript library with a programming model similar to the Microsoft .NET Framework.
We started this library a couple of years ago because
we hated working with JavaScript's Date class. Back then we simply called the library "Scripts". Now that we've added
more and more JavaScript implementations of the .NET Framework we decided to give it a new name;
JsFramework.
JsFramework is meant to supplement jQuery and the Microsoft AJAX Library. If you'd like to work with things like DateTime.ToShortDateString(), String.Format(), and Uri.GetHost() in JavaScript you should glance at the
examples and
give it a shot.