By Gary Mandela December 26, 2006

Slides:



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

ProJAX An AJAX Framework for Progress Tom Bascom President Greenfield Technologies
By Gyan Deo Singh Building Rich Web UI with the Microsoft AJAX Library, Extensions, and Toolkit.
ASP.NET 3.5 Mike Ormond Developer & Platform Group Microsoft Ltd
© 2007 IBM Corporation IBM Emerging Technologies Enabling an Accessible Web 2.0 Becky Gibson Web Accessibility Architect.
Kashif Jalal CA-240 (072) Web Development Using ASP.NET CA – 240 Kashif Jalal Welcome to week – 2 of…
Microsoft ASP.NET AJAX - AJAX as it has to be Presented by : Rana Vijayasimha Nalla CSCE Grad Student.
V1.00 © 2009 Research In Motion Limited Introduction to Mobile Device Web Development Trainer name Date.
It’s always better live. MSDN Events Developing ASP.NET AJAX Controls with Silverlight.
Windows.Net Programming Series Preview. Course Schedule CourseDate Microsoft.Net Fundamentals 01/13/2014 Microsoft Windows/Web Fundamentals 01/20/2014.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
May 16 – 18, 2007 Copyright 2007, Data Access Worldwide May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Build Great Web Application 'Fast and Easy'
XForms: A case study Rajiv Shivane & Pavitar Singh.
ASP.NET + Ajax Jesper Tørresø ITNET2 F08. Ajax Ajax (Asynchronous JavaScript and XML) A group of interrelated web development techniques used for creating.
Ajax Technology for the Web Nic Shulver, FCET, Staffordshire University Introduction What is it? Pros and Cons Why is it important? Traditional Client-Server.
Writing various AJAX forms in Drupal 7 1. Overview of Form API 2. Ctools 2.1 Ctools features 3. Ajax 3.1 Ajax Forms in Drupal 4. Putting it all together.
AJAX and Atlas in ASP.NET 2.0 William J. Steele MSDN Developer Evangelist Microsoft Corporation
Web Applications meets Life Microsoft ASP.NET “Atlas” Saurabh Verma Chief Software Architect | The Perfect Future
StockWatch Developers: Nimrod Hagay Hagai Barkan Supervisors: Assaf Solomovitch Viktor Kulikov June 2009.
ASP.NET 2.0 : Future Directions Developing Rich Web Applications with “Atlas” 7 & 8 March 2006 ICC Gent Contact me :
Accelerator Physics SNS EPICS Integration with Web-based Technologies Presentation by Madhan Sundaram.
Ventsislav Popov Crossroad Ltd.. 1. What is AJAX?  AJAX Concept  ASP.NET AJAX Framework 2. ASP.NET AJAX Server Controls  ScriptManager, UpdatePanel.
1 Geospatial and Business Intelligence Jean-Sébastien Turcotte Executive VP San Francisco - April 2007 Streamlining web mapping applications.
Building Rich Web Applications with Ajax Linda Dailey Paulson IEEE – Computer, October 05 (Vol.38, No.10) Presented by Jingming Zhang.
WebSphere Portal Technical Conference U.S Creating Rich Internet (AJAX) Applications with WebSphere Portlet Factory.
Telerik Software Academy ASP.NET Web Forms Telerik Software Academy ASP.NET Web Forms.
Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script engine for dynamically generated web pages.
Developing ASP.NET AJAX Controls with Silverlight Barry Gervin Microsoft Regional Director John Bristowe Developer Advisor, Microsoft.
New Selectors Extension Module Webinar March 11th, 2010.
Microsoft ASP.NET Beginning Object-Oriented Web Design Bryan Jenks © Integrated Ideas 2005.
ASP.NET in Definition: 1.ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites,
Building Excellent Internet & Intranet Solutions Dave Remmer Architect Advisor Microsoft Canada
Ajax for Dynamic Web Development Gregory McChesney.
Building AJAX-Enabled Applications with ASP.NET AJAX Framework Peter Ty Developer Evangelist Microsoft Hong Kong
Ajax VS Flex A comparison based on shopping cart implementation PoHsu Yeh py2157.
Introduction to ASP.NET development. Background ASP released in 1996 ASP supported for a minimum 10 years from Windows 8 release ASP.Net 1.0 released.
Name Title Microsoft Corporation
Submitted by: Moran Mishan. Instructed by: Osnat (Ossi) Mokryn, Dr.
Mobilizing Your SAS® Business Analytic Reports Falko Schulz Sr. Systems Engineer SAS Australia & New Zealand.
The Microsoft Technical Roadshow 2007 AJAX Development Mike Ormond Developer & Platform Group Microsoft Ltd
Technologies For Creating Rich Internet Applications Presenter's name
Project Dynamic Faces World Class AJAX for JavaServer™ Faces Technology Ed Burns Senior Staff Engineer Enterprise Java Platforms.
Arklio Studija 2007 File: / / Page 1 Automated web application testing using Selenium
Building rich web applications with ASP.NET AJAX Mike Ormond Developer & Platform Evangelism Group, Microsoft Ltd Developer & Platform Evangelism Group,
Ramping Up On The SharePoint Framework (SPFx)
Introducing the Microsoft® .NET Framework
Shanku Niyogi PRS 312 Group Program Manager Microsoft Corporation
ASP.NET AJAX – Basics Svetlin Nakov Telerik Corporation
Developing GIS WebParts in SharePoint
SPC Developer 6/25/2018 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Visual Studio Tools for Office 2005
Application with Cross-Platform GUI
Asynchronous Java script And XML Technology
Shanku Niyogi PRS 312 Group Program Manager Microsoft Corporation
ASP.NET 3.5 Mike Ormond Developer & Platform Group Microsoft Ltd
Jim Fawcett CSE686 – Internet Programming Summer 2008
Beginning Object-Oriented Web Design
04 | Web Applications Gerry O’Brien | Technical Content Development Manager Paul Pardi | Senior Content Publishing Manager.
Web Development Using ASP .NET
Silverlight Technology
ASP.NET Module Subtitle.
Tech Ed North America /1/2019 2:58 AM Required Slide
Serpil TOK, Zeki BAYRAM. Eastern MediterraneanUniversity Famagusta
SharePoint 2019 Overview and Use SPFx Extensions
Choosing between Silverlight and AJAX
Introduction to JavaScript & jQuery
Visual Studio 2008.
Introduction to ASP.NET Parts 1 & 2
The Future is Now with ASP.NET Core 3.0
Presentation transcript:

By Gary Mandela December 26, 2006 AJAX Development By Gary Mandela December 26, 2006 www.ClevelandDotNet.info

Agenda Introduction Housekeeping info Overview Demo Q&A

What is “Atlas”? "Atlas" is the code name for a set of ASP.Net technologies used to add Ajax (Asynchronous JavaScript And XML) support to ASP.NET. It consists of a client-side script framework, server controls, and more. In other words, Atlas is Microsoft's implementation of Ajax. This new Web development technology from Microsoft integrates client script libraries with the ASP.NET 2.0 server-based development framework. In addition, "Atlas" offers you the same type of development platform for client-based Web pages that ASP.NET offers for server-based pages. And because "Atlas" is an extension of ASP.NET, it is fully integrated with server-based services. "Atlas" makes it possible to easily take advantage of AJAX techniques on the Web and enables you to create ASP.NET pages with a rich, responsive UI and server communication. However, "Atlas" isn’t just for ASP.NET. You can take advantage of the rich client framework to easily build client-centric Web applications that integrate with any backend data provider.

Features “Atlas” enables you to take full advantage of the capabilities of the browser to deliver richer web experiences that work on any modern browser. “Atlas” enables ASP.NET developers to enrich their web applications with incredible ease. “Atlas” includes a rich client-side Javascript framework that enables easy creation and reuse of script components and rich client-side behaviors. “Atlas” makes it super easy to consume services from ASP.NET, and to build composite applications from services on the programmable web. For more information, go to http://atlas.asp.net.

Resources The Official Microsoft ASP.NET AJAX Site http://ajax.asp.net ASP.Net Developer Center http://msdn2.microsoft.com/en-us/asp.net/default.aspx ASP.NET 2.0 CSS Friendly Control Adapters 1.0 http://www.asp.net/cssadapters

Resources Using Ajax.NET Pro in a SharePoint Web Part The article describes how to configure Ajax.NET Pro with SharePoint so that it can be used in Web Parts. Introduction to Anthem.NET How to do AJAX without writing any JavaScript. Magic AJAX: Applying AJAX to your existing Web Pages How to apply AJAX technologies to your web pages without replacing ASP.NET controls and/or writing JavaScript code. An Introduction to AJAX Techniques and Frameworks for ASP.NET This article introduces AJAX to ASP.NET developers implementing an example web page in different ways using ASP.NET Atlas, ASP.NET callbacks, Ajax.Net, Anthem.Net and MagicAjax.Net. Simple AJAX implementation for ASP.NET Web applications The article describes a simple approach of implementing AJAX functionality in ASP.NET web applications.