Téléchargement : ASP.NET AJAX 4.0 Preview 5 de Microsoft est disponible

Microsoft a rendu hier disponible sur son portail ASP.NET la version 5 de la preview de son outil de conception de sites internet AJAX.

ASP.NET AJAX 4.0 Preview 5 est une librairie JavaScript qui se veut avant tout être du côté du client, permettant la conception d'applications Ajax compatibles avec la majorité des navigateurs modernes et s'exécutant entièrement dans ceux-ci. En s'appuyant sur les contrôles et templates d'ASP.NET AJAX, il est posible de construire des applications web drivées par une base de donnée.

ASP.NET AJAX prenait déjà en charge :

- Client templates that can be used to format database data in the browser
- Client controls such as the DataView control
- Client DataContext component that supports change tracking and identity management
- ADO.NET Data Services support
- WCF and ASMX Web service support
- JSONP support
- Observable pattern for plain JavaScript objects
- Live Bindings
- Command Bubbling
- Support for managing complex links and associations between entities from multiple entity sets or tables
La Preview 5 y ajoute :

- Dynamic and recursive templates
- Binding Converters
- Compatibility with the ASP.NET UpdatePanel
Avec cette sortie, Microsoft espère apporter à ses usagers la possibilité de tester cette technologie avant sa finalisation, afin de faire part à l'éditeur de retours sur son implémentation.

A télécharger ici.

A voir aussi :
ASP.NET AJAX sur Developpez.com