Asynchronous JavaScript and XML - It's Ajax and it's everywhere. Start at the ASP.NET Ajax site and work from there...there's a ton of resources at your disposal!
Videos -
There's an entire section at http://www.asp.net/learn/ajax-videos/ filled with over 60 AJAX Videos, including, but certainly not limited to these great beginner tutotrials:
-
Get Started with ASP.NET AJAX - Take your first steps toward learning Microsoft ASP.NET AJAX, from downloading and installing the framework to creating your first AJAX-style application.
-
-
Podcasts
-
-
-
The ServerSide Podcast- Patterns for Ajax Developement with Brad Abrams (
Part 1,
Part 2)
Webcasts
-
-
This session deals some of the advanced topis in ASP.NET AJAX including web service call backs, predictive fetch patterns, paging pattern etc., and deals with some of the internals of ASP.NET AJAX including the Update Panel internals.
-
Enjoy! Be sure to check out the sub-pages beneath this page!
Revision number 8, Wednesday, June 18, 2008 4:12:04 AM by
You must Login to comment.
|
Fri, Apr 25, 2008 1:20 AM
by vik20000in
|
Dont Some one think that the name of the wiki should be Asp.net Ajax and not just Ajax. This wiki talks only of Asp.net Ajax and Ajax as a whole
|
|
Sun, Jun 1, 2008 4:21 AM
by Talib_dotnet
|
To be frank, AJAX has changed the way the applications used to be in the past.. Hats off to Microsoft . The video tutorial series has proved to be a blessing for the souls who always wanted an easy way to learn/grow.... Long Live Microsoft :-)
|
|
Mon, Jun 23, 2008 10:22 AM
by Metalore
|
Absolutely agree Talib, developing online systems has never been easier with .net 2 and 3/3.5 and ajax. I just wish I had more time to work on learning WPF :)
|
|
Sat, Aug 23, 2008 9:47 AM
by NecroxPy
|
I'm agree with vik20000in. This wiki should name ASP.NET AJAX because it's little confusing. Microsoft the best!!!
|
New
Tue, Apr 1, 2008 8:38 AM
by m imran shafiq
|
Ajax With Javascript
Create a simple page likeDefault.aspx%@ Page Language="VB" %>!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">html xmlns="http://www.w3.org/1999
|
New
Fri, Jul 18, 2008 7:06 AM
by Mamta_m2008
|
AJAX and CSS
Cascading Style Sheets (CSS) is one of the core technologies in the AJAX architecture apart from XML, DOM, JSON and so forth. Here are some links on using CSS with AJAX: Create flickr-like editing fields using AJAX and CSS/ 26 best ways to implement ajax css
|
Revision #3
Wed, Jul 23, 2008 2:18 AM
by Mamta_m2008
|
JSON
JavaScript Object Notation (JSON) is one of the core technologies used in Asynchronous JavaScript and XML (AJAX). Following links help you explore JSON in depth: http://www.developer.com/lang/jscript/article.php/3596836 http://en.wikipedia.org/wiki/JSON http
|
Revision #3
Mon, Feb 4, 2008 8:00 AM
by kmdfaizal
|
AJAX Extenders
ASP.NET AJAX can be easily extended to create almost any control you can imagine. Be sure to take a look at the ASP.NETAJAX Control Toolkit. Blog Posts ASP.NET AJAX SliderExtender Layout and Custom Appearance: Alessandro Gallo describes how to customize the
|
Revision #10
Sat, May 17, 2008 12:34 PM
by spavkov
|
Javascript and Client Scripting
JavaScript holds it all together on the client side. There are a number of extensions that have been made to improve and expand base JavaScript object functionality. Blog Posts Four ASP.NET AJAX JavaScript UI Methods You Should Learn: Dave Ward describes more
|
Revision #4
Thu, Nov 13, 2008 10:55 PM
by mosessaur
|
AJAX Control Toolkit
Learn how to extend your ASP.NET AJAX applications using the ASP.NET AJAX Control Toolkit. ASP.NET AJAX Control Toolkit: Installation and getting started is a video that starts with the basics, including downloading and installing the toolkit. Blog Posts Four
|