The Artima Developer Community
Sponsored Link

.NET Buzz Forum
New! Microsoft ASP.NET AJAX 1.0 Beta

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sascha Corti

Posts: 797
Nickname: sascha
Registered: Aug, 2003

Sascha Corti is a developer evangelist for Microsoft in Switzerland.
New! Microsoft ASP.NET AJAX 1.0 Beta Posted: Oct 23, 2006 5:40 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Sascha Corti.
Original Post: New! Microsoft ASP.NET AJAX 1.0 Beta
Feed Title: Console.WriteLine("Hello World");
Feed URL: http://www.corti.com/WebLogSascha/blogxbrowsing.asmx/GetRss?
Feed Description: A technology blog with a focus on the .NET framework, the Visual Studio .NET tools and the Windows server platform with of course the normal weblog-noise on what's happening in the industry and reviews of the latest geeky gadgets.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Sascha Corti
Latest Posts From Console.WriteLine("Hello World");

Advertisement

October 20 brought a major update to ASP.NET AJAX - formerly known as "ATLAS". New bits were released, named "Microsoft ASP.NET AJAX 1.0 Beta".

So, to get started, remove the previous ATLAS CTPs:

  1. First, uninstall all old ATLAS CTPs via "Add/Remove Programs" in control panel.
  2. Make sure, all ATLAS-related files are removed from the following folders. In my case, I needed to remove them manually.
    1. [my documents]\Visual Studio 2005\Templates\ItemTemplates\Visual Basic
    2. [my documents]\Visual Studio 2005\Templates\ItemTemplates\Visual C#
    3. [my documents]\Visual Studio 2005\Templates\ProjectTemplates\Visual Web Developer\CSharp
    4. [my documents]\Visual Studio 2005\Templates\ProjectTemplates\Visual Web Developer\VisualBasic

Now it's time to install the new bits:

  1. Download and install the Microsoft ASP.NET AJAX v1.0 Beta Core
  2. Add the Microsoft ASP.NET AJAX CTP Beta for additional functionality as provided in earlier AJAX CTPs
  3. Add the ASP.NET AJAX Control Toolkit from CodePlex.
    1. Untip the AppControlToolkit folder (I put it "c:\program files\microsoft asp.net\" alongside with the rest of the AJAX bits).
    2. Open the solution file and build it.
    3. This will create the file "~\AjaxControlToolkit\bin\Debug\AjaxControlToolkit.dll" that you can add to the Visual Studio Toolbox to add the sample extender-controls that come along with the toolkit.
    4. Run "~\AjaxControlToolkit\AjaxControlExtender\AjaxControlExtender.msi" to add the control extender templates to Visual Studio 2005.
  4. Add the ASP.NET AJAX Sample Applications.

If you used the ATLAS CTP, you may want to have a look at the Migration Guide from CTP to tne new Beta. To view the changes in detail, have a look at the whitepaper: Changes between the ASP.NET AJAX (���Atlas���) CTP and the v1.0 Beta Release.

Also, very nice, there is now a Microsoft AJAX Library Beta for ASP.NET AJAX development on non-Windows systems. This package contains the complete set of client JavaScript components that are included as part of the full ASP.NET AJAX Beta installation. You may use and modify these scripts in your own applications.

Read: New! Microsoft ASP.NET AJAX 1.0 Beta

Topic: [Community] .NET Snippets.de Snippet Wettbewerb Previous Topic   Next Topic Topic: IE 7 und Stabilit��t

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use