May 16, 2008
Learning Interesting Things Pt III: ASP.Net Ajax
Posted by charlieoliver under Interesting Things, Programming, Utah Developers | Tags: Ajax, ASP.Net, C#, Javascript |No Comments
I’ve been learning a ton about ASP.Net and its newest version 3.5 which contains some extremely handy feautures including some seriously awesome Ajax integration. Needless to say my head has been stuck in tutorials, videos and example code for the past week. Briefly I’m going to run down some of the features that I have found of particular interest.
I’m really glad that Microsoft has jumped on board with this and has put all the chips in so to speak. With built in functionality for Ajax applications it makes ASP.Net a real contender in the space. And with the Ajax control toolkit being a community project it makes it a real viable option to take and use Microsoft technology even for those that see Microsoft as the closed source behemoth it still partially is, albeit slowly lumbering in the general direction of community openness. Now on to the features.
- Code Behind for js files (I saw this in 2.0, but haven’t seen it in 3.5… sure its still there just need to relocate it… All in all a really neat feature and something that a C# dev can understand)
- Extenders for ASP.Net controls (This is so very very cool and something that makes it really powerful)
- Update Panels (allowing you to drop in what you need to ajaxify it, and you know everything it should affect)
- JavaScript IntelliSense (Not fantastic but definitely invaluable)
So, what else is there? Leave a comment telling me what I should be looking at and where. Or, if you have an interesting thing for me to learn about send an e-mail my way: charlie.oliver {at} gmail {dot} com.