Volta – typed JS?
Recently, Microsoft released Volta. This is kind of framework, that using .NET to emit client side JS code. Something very similar, was released in ASP.NET AJAX 1.0. So, now, you can access your anchor element in HTML DOM by using following expression
string val = Document.GetById<A>(“myHref”).Value;
Instead of using following expression in current JS
var val – document.getElementById(“myHref”).Value;
Pretty cool, however, while web development trying to escape variable types, client side development trying to get into it. Isn’t is nonsense?
BTW, this concept already incorporated by Google and other web “prototype” service providers.
Other possible appliance of such framework is ability to work with typed and generic methods, revealed by Silverlight.
December 5th, 2007 · Comments (0)
No comments yet
Leave a Reply
Discover other tags
My tools
- .NET Framework Detector
- Duplicate images finder
- Exchange Security Policy for Windows Mobile Devices Fix
- Gas Price Windows Vista SideBar gadget
- Israel Traffic Information Windows Vista SideBar gadget
- Localization fix for SAP ES Explorer for Visual Studio
- LocTester
- RTL and LTR in Windows Live Writer
- Silverlight controls library
- Snipping tool integration plugin for WLW
- USB FM receiver library
- Vista Battery Saver
- WebCam control for WPF
- Windows Live SkyDrive attachment for Windows Live Writer
- Wireless Migrator
- WPF Virtual Keyboard



