© 2006 Microsoft Corporation. Les Toolkits : Accélérer le développement Web 2.0 Pierre Lagarde Relation Technique Développeur Microsoft France

Slides:



Advertisements
Similar presentations
AJAX Development By Gary Mandela December 26,
Advertisements

FIRST LOOK AT “ORCAS” Scott Guthrie General Manager.NET Developer Platform.
2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.
1.AA 1. 2 times as big as France 2. 4 times as big as France 3. 8 times as big as France 4. more than 10 times as big as France Q37- Canada is : Solution.
2 DENALI Le Futur de SQL Serveur 08/02/2011 Ben El Kadi Nadia Technology Specialist – SQL Server/BI Microsoft France DAT201.
IS 360 Course Introduction. Slide 2 What you will Learn (1) The role of Web servers and clients How to create HTML, XHTML, and HTML 5 pages suitable for.
Product Management System Xiao Zhou. Introduction Why This project? It is an opportunity to learn new things and gain some experiences. My friend is a.
 Customisation de l’IDE Visual Studio 2008  Multi-Targetting  Overloading d’opérateurs  Codes Snippets, Macros  Éditeur, IntelliSense, Amélioration.
Hilton Giesenow - The MOSS Show Building Rich Web Applications with ASP.NET AJAX, jQuery & the ACT SESSION CODE: WUX304.
Powerful, modern desktops enable next generation applications Hardware acceleration brings real-time lighting, texturing and rendering Visual.
WEB329 ASP.NET: A Lap Around the New Enhancements for Web Developers in Microsoft Visual Studio 2005 Omar Khan Lead Program Manager Web Platform and Tools.
A Choice between Interoperability and Migration By Chaitanya Kurada Masters Defense Major professor: Dr.Daniel Andresen.
Using jQuery Templates with ASP.NET Stephen Walther Superexpert.com
Free Training Courses for.NET Software Engineers Svetlin Nakov Telerik Corporation
 Computer Information System Club focused on the understanding and applied learning of web development.  The club was founded in April 5,  We.
Branding in SharePoint #SPcincy2013 on Twitter Open wireless access is available. Feel free to Tweet (#SPcincy2013) and.
 Scott Hunter Program Manager Microsoft Corporation PC20.
Ch6:creating consistent looking web sites. Master pages Master page defines a combination of fixed content and content place holder to hold the web page(.aspx)
.Net is a collection of libraries, templates and services designed to make programming applications of all kinds, easier, more flexible (multi platform),
 Bertrand Le Roy Senior Program Manager Lead Microsoft Corporation PC32.
Comment tirer partie de Visual Studio Online pour vos développements SharePoint Gilles Pommier – MVP Office SmartView.
Christopher M. Pascucci.NET Programming: Basic ASPX Scripting & HTML Embedment.
© 2006 Microsoft Corporation. OpenXML et.NET Pierre Lagarde Relation.

Building Web Sites with ASP.NET MVC Framework Noam King CTO Sela College
AJAX and Atlas in ASP.NET 2.0 William J. Steele MSDN Developer Evangelist Microsoft Corporation
Ponts et Viaducs 02/10/20151Henri Le Royal Gorge Bridge aux USA 02/10/20152Henri.
Slide 1 of 23 Community news Slide 2 of 23 Nouvelles de la communauté…
Expression Web 3... now with TFS!. What is Expression Web 3? Professional web design and development tool Create standards-based Web sites faster & easier.
ASP.NET for Mobile and Tablet Development Damian Edwards Senior Program Manager Microsoft Corporation.
NET-AUCTION This online auction project Directed by: Mr. Maxim Gurevich Submitted by: Yuri Kipnis Alex Scheotkin Alex Scheotkin.
Ventsislav Popov Crossroad Ltd.. 1. What is AJAX?  AJAX Concept  ASP.NET AJAX Framework 2. ASP.NET AJAX Server Controls  ScriptManager, UpdatePanel.
ASP.NET 2.0 Caching Techniques + Ajax Overview Rahul Deshmukh CIS 764 – Database Design.
Sascha P. Corti Microsoft
Microsoft ASP.NET Beginning Object-Oriented Web Design Bryan Jenks © Integrated Ideas 2005.
Ajax for Dynamic Web Development Gregory McChesney.
Microsoft /web ® Building Web Apps with ASP.NET Jump Start Scott Hanselman Jon Galloway.
1 Working with ASP.NET Master Pages By huda AlSuwailem Reference: Mastering Microsoft Visual Web Developer 2005 Express Edition by John Paul Mueller.
05 | Integrating JavaScript and MVC 4 Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek.
Remnants of the seigneurial system today
DotNetNuke® Web Application Framework Michael Washington Socaldug.org – Buena Park, CA
Building Web Applications using the latest ASP.NET technologies Max Déboli Director de Desarrollo Microsoft Azure MVP Lagash
Intro to MVC5 Bryan Soltis Bit-Wizards - Director of Technology & Research.
Windows Azure and iOS Chris Risner Windows Azure Technical Evangelist Microsoft
MICROSOFT AJAX CDN (CONTENT DELIVERY NETWORK) Make Your ASP.NET site faster to retrieve.
10/18/2017 3:02 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
© 2016, Mike Murach & Associates, Inc.
ASP.NET AJAX – Basics Svetlin Nakov Telerik Corporation
Microsoft List Schedule April – May 2016
Microsoft Connect /28/ :21 AM
Asynchronous Java script And XML Technology
AJAX Accordion control
By Gary Mandela December 26, 2006
Visual Studio 2008 Abdul Rahman .Y Microsoft Student Partner.
© 2016, Mike Murach & Associates, Inc.
מבוא ל ASP.NET שיעור 1 : מבוא ל ASP.NET מצגת מס' 1
Beginning Object-Oriented Web Design
04 | Web Applications Gerry O’Brien | Technical Content Development Manager Paul Pardi | Senior Content Publishing Manager.
ASP.NEXT The ASP.NET 3.5 Extensions
Visual Studio 2013 for web developers
ASP.NET 4.5 loves HTML5, CSS3 & JavaScript
Microsoft Connect /16/ :45 PM
Tips and Tricks for Making Web Forms Shine with Microsoft ASP.NET 4
Microsoft Connect /24/ :10 PM
Choosing between Silverlight and AJAX
Visual Studio 2008.
ASP.NEXT Mike Ormond Developer & Platform Group Microsoft Ltd
Visual Studio 2005 IDE Features
Introduction to ASP.NET MVC
Presentation transcript:

© 2006 Microsoft Corporation. Les Toolkits : Accélérer le développement Web 2.0 Pierre Lagarde Relation Technique Développeur Microsoft France Frimr rating : 1514

© 2006 Microsoft Corporation. Agenda ASP.NET Ajax Control Toolkit Extendeurs Composants CSS Friendly ASP.NET Control Adapters URL Rewriter Composant de Nuage

© 2006 Microsoft Corporation. ASP.NET Ajax Control Toolkit Projet communautaire hébergé sur CodePlex Team Foundation Server Initialisé par Microsoft Contributeurs multiples Name=AtlasControlToolkit

© 2006 Microsoft Corporation. ASP.NET Ajax Control Toolkit DEMO

© 2006 Microsoft Corporation. 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

© 2006 Microsoft Corporation. CSS Friend Adapters DEMO

© 2006 Microsoft Corporation. URL Re-Writer Transformer : En <add name="RewriteProfile" virtualUrl="^~/(.*)/publicProfile.aspx" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/publicProfile.aspx?Username=$1"/>

© 2006 Microsoft Corporation. URL Re-Writer DEMO

© 2006 Microsoft Corporation. Composant Nuage

© 2006 Microsoft Corporation. Composant Nuage <vrk:Cloud ID="c1" runat="server" DataSourceID="ODSTagCloud" DataTextField="tagname" DataTitleField="tagweight" DataTitleFormatString="{0} tag on DataWeightField="tagweight" OnItemClick="c1_ItemClick« Width="250px">