Andy Weston

July 21, 2007

Anthem.NET - a better AJAX for .NET applications

Filed under: — Andy @ 1:07 pm

If you want to get started with AJAX for .NET and you are looking around for a platform you should give some consideration to a library I found called Anthem.NET.  Its very easy to setup and works by simply changing the namespace of most of the standard asp controls to “anthem” and then telling the control to do a callback instead of a postback.  Check out some samples.  The Microsoft counterpart to this is called ASP.NET AJAX (Atlas) and in comparing the two I found the Anthem derived controls easier to use than the extenders or the UpdatePanel that atlas uses.  Check it out.

July 12, 2007

Quote of the day

Filed under: — Andy @ 11:27 pm

“Make everything as simple as possible, but no simpler.”  –Einstein

Guess what, you know that complicated subsystem that you want to build on your next project?  You probably don’t need all of that.  Keep it simple, dude, but make sure it does the simple things well.  –Andy

Powered by WordPress