Kevin Dente's Blog

The Blip in the Noise
Digging in to Atlas

I've been spending some time recently playing with Microsoft's Atlas framework. So far I've been pretty impressed with Microsoft's AJAX toolkit. They've come a long way toward building a capable framework that includes both client-side scripting and a client-side/server-side integration model that eases the transition for existing ASP.NET apps into the world of AJAX, while leverage a lot of the existing ASP.NET tooling.

Most of my time so far has been spent learning the client side of the framework, which layers some of the .NET framework's class and component models onto the Javascript programming language. It's an interesting approach, which has its strengths and weaknesses, but at least should help shallow out the learning curve for an experienced .NET developer.

Hopefully I'll have time to blog some of the things I've learned in the process.

Published Sunday, September 03, 2006 9:49 PM by kevindente

Comments

# re: Digging in to Atlas@ Monday, September 04, 2006 1:39 AM

Yes. Atlas has some good and bad points but one of the very good point is that learning atlas is not that difficult as it sits on the top of asp.net and give u a lot of control and extender that can do very difficult work so easily.

Thanks

Vikram

vikram

# re: Digging in to Atlas@ Monday, September 04, 2006 4:18 AM

The other interesting point is that most people will never use anything beyond the update panel, so won't need to know anything about atlas beyond slapping a scriptmanager onto  page and wrapping their controls in update panels.

Plip

# re: Digging in to Atlas@ Monday, September 04, 2006 12:57 PM

Plip,

I suspect you're right - but they'll be missing out on some cool stuff. :)

kevindente

# re: Digging in to Atlas@ Monday, September 04, 2006 1:50 PM

It is a cool technology.

What I think it will be more popular if they can add more browser compatibility layers for other popular browsers which currently not supported by atlas i.e. opera e.t.c.

Kamran Shahid

# re: Digging in to Atlas@ Monday, September 04, 2006 9:23 PM

Kamran,

I totally agree. Opera support is currently Atlas' achilles heel, as far as I'm concerned.

kevindente