1 / 10

Les Toolkits : Accélérer le développement Web 2.0

Les Toolkits : Accélérer le développement Web 2.0. Pierre Lagarde Relation Technique Développeur Microsoft France http://blogs.developpeur.org/fox Frimr rating : 1514. Agenda. ASP.NET Ajax Control Toolkit Extendeurs Composants CSS Friendly ASP.NET Control Adapters URL Rewriter

Télécharger la présentation

Les Toolkits : Accélérer le développement Web 2.0

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Les Toolkits :Accélérer le développementWeb 2.0 Pierre Lagarde Relation Technique Développeur Microsoft France http://blogs.developpeur.org/fox Frimr rating : 1514

  2. Agenda • ASP.NET Ajax Control Toolkit • Extendeurs • Composants • CSS Friendly ASP.NET Control Adapters • URL Rewriter • Composant de Nuage

  3. ASP.NET Ajax Control Toolkit • Projet communautaire hébergé sur CodePlex • Team Foundation Server • Initialisé par Microsoft • Contributeurs multiples http://www.codeplex.com/Wiki/View.aspx?ProjectName=AtlasControlToolkit

  4. ASP.NET Ajax Control Toolkit DEMO

  5. CSS Friendly Adapters • ASP.NET plus proche de CSS • Utilisation du répertoire App_Browser • Conservation du code ASPX • Conservation du comportement • CHANGEMENT du rendu XHTML

  6. CSS Friend Adapters DEMO

  7. URL Re-Writer • Transformer : • http://www.frimr.com/publicProfile.aspx?username=pierlag • http://www.frimr.com/publicProfile.aspx?userid=34 • En • http://www.frimr.com/pierlag/publicProfile.aspx • http://www.frimr.com/34/PublicProfile.aspx <add name="RewriteProfile" virtualUrl="^~/(.*)/publicProfile.aspx" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/publicProfile.aspx?Username=$1"/>

  8. URL Re-Writer DEMO

  9. Composant Nuage • http://www.codeproject.com/useritems/cloud.asp

  10. Composant Nuage <vrk:Cloud ID="c1" runat="server" DataSourceID="ODSTagCloud"  DataTextField="tagname" DataTitleField="tagweight" DataTitleFormatString="{0} tag on www.frimr.com" DataWeightField="tagweight" OnItemClick="c1_ItemClick«  Width="250px"> </vrk:Cloud>

More Related